Program ESP32-CAM via FTDI without manual reset?

feklee
Posts: 8
Joined: Tue Oct 22, 2019 9:27 am

Program ESP32-CAM via FTDI without manual reset?

Postby feklee » Fri Nov 15, 2019 10:19 am

When programming the ESP32-CAM with an FTDI, I proceed as follows:
  • Connect IO0 to GND.
  • Reset the ESP32-CAM. (by cutting power)
  • Run: python2 $(which idf.py) -p /dev/ttyUSB0 flash --baud 2000000
Afterwards, to monitor output:
  • Remove IO0 from GND.
  • Reset the ESP32-CAM. (as above)
  • Run: python2 $(which idf.py) -p /dev/ttyUSB0 monitor
Is there a way to do all that without touching any cables or buttons?

Who is online

Users browsing this forum: No registered users and 67 guests