Skip to content
Devin Slick edited this page Sep 30, 2024 · 6 revisions

Open the camera case.

Get a USB to TTL UART adapter.

Before you connect that adapter to you camera, make sure that it's working voltage is set to 3.3 volt!

Connect ground (GND) contact on the adapter to ground contact on the camera.

Connect RX contact of the adapter to TX contact of the camera.

Connect TX contact of the adapter to RX contact of the camera.

Do not connect VCC contact! Power the camera with its standard power adapter.

Set your terminal settings to 115,200 bps baudrate, 8 bits, no parity, 1 stopbit, no flow control. You should start seeing booting log in your terminal window.

Commands for various terminal programs with session logging

screen

screen -L -Logfile ipcam-$(date +%s).log /dev/ttyUSB0 115200

Use Ctrl-a followed by \ to exit the session.

minicom

minicom -b 115200 -8 --capturefile=ipcam-$(date +%s).log --color=on -D /dev/ttyUSB0

Use Ctrl-a followed by x to exit the session.

picocom

picocom -b 115200 --databits 8 --parity n --stopbits 1 --flow n --logfile=ipcam-$(date +%s).log /dev/ttyUSB0

Use Ctrl-a followed by Ctrl-x to exit the session.

PuTTY

If you opt for a GUI terminal, namely PuTTY, this is how it should look like:

PuTTY settings screen PuTTY connection screen

Jooan A6M TX-RX Pinout: jooan-a6m unknown-T23

Clone this wiki locally