Skip to content
Discussion options

You must be logged in to vote

ESP32-CAM with ESP32-CAM-MB adapter will not give a REPL because the Linux serial driver sets RTS and DTR to high by default. This means that the board is in programming mode when connected to USB. This makes it easy to flash new firmware, but does not reset the board to normal operating mode.

This is what you can do (assuming the ESP32-CAM-MB is connected to /dev/ttyUSB0):

$ miniterm --rts 0 --dtr 0 /dev/ttyUSB0 115200

You are still in boot loader mode. We need to do a hard reset. Locate the reset button on the ESP32-CAM (underneath the PCB, marked RST, near the 5V PIN). Press this button to initiate a hard reset. The RST on the ESP32-CAM-MB does not work.

"Ctrl+alt+)" (which is Ctrl+]) …

Replies: 2 comments 22 replies

Comment options

You must be logged in to vote
21 replies
@davefes
Comment options

@Josverl
Comment options

Josverl Jul 20, 2024
Collaborator Sponsor

@banishlight
Comment options

@davefes
Comment options

@banishlight
Comment options

Comment options

You must be logged in to vote
1 reply
@banishlight
Comment options

Answer selected by banishlight
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
ESP32
Labels
None yet
5 participants