Integrating the camera driver into MicroPython.

Programming the esp32-cam processor

The esp32-cam does not come with a serial USB interface as many other ESP32 processor boards do. This makes programming the device quite a bit more tricky.

esp32-cam.png

Having a look at the pin-out we see that GPIO 1 and 3 are connected to UoTXD and U0RXD respectively.

esp32-cam-Pinout.png

These will be the programming pins connected to USB to serial converter.

Here are the connections:

ESP32-cam  
Power 5V left side of esp32-cam external power supply 5V
GND left side of esp32-cam external power supply GND
GND top right of esp32-cam USB to serial GND
U0TXD USB to serial RX
U0RXD USB to serial TX
GPIO0 connect to GND when flashing
GND  
In order to understand how to program the device the circuit diagram will be very helpful.

https://afnog.iotworkshop.africa/pub/AFNOG/DriverIntegrationIntoNopMicroPython/ESP32_CAM_V1.6.pdf

-- Uli Raich - 2020-01-25

Comments

Topic attachments
I Attachment History Action Size Date Who Comment
PDFpdf ESP32_CAM_V1.6.pdf r1 manage 26.2 K 2020-01-25 - 10:58 UliRaich  
PNGpng esp32-cam-Pinout.png r1 manage 171.8 K 2020-01-25 - 10:37 UliRaich  
PNGpng esp32-cam.png r1 manage 224.1 K 2020-01-25 - 10:37 UliRaich  
PNGpng esp32-camSchema.png r1 manage 170.0 K 2020-01-25 - 11:06 UliRaich  
Edit | Attach | Watch | Print version | History: r2 < r1 | Backlinks | Raw View | Raw edit | More topic actions...
Topic revision: r1 - 2020-01-25 - UliRaich
 
  • Edit
  • Attach
This site is powered by the TWiki collaboration platform Powered by PerlCopyright © 2008-2024 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback