Data communication between esp 32 cam and arduino uno

image

wire

how to communicate between esp32 cam and uno??

SoftwareSerial.h not work

1 Like

Is the ESP32 5V-tolerant?

Welcome to the forum

What exactly does that mean ?

I note that you have connected the Tx and Rx pins on both devices whereas Tx on one should go to Rx on the other and vice versa

The ESP is a 3.3V device whilst the Uno is a 5V device so that may cause a problem as might using the hardware Serial pins on the Uno as they are used to upload code and for the Serial monitor

yes

Things to take into account

A). The ESP32CAM is NOT 5V tolerant.

B). Using the ESP32CAM programing ports for comms is not a good idea. As a note, by setting GPIO_NUM_0 to ground the ESP32CAM is put into programming mode.

C). Using the Uno's programing pins for serial comms is not going to work for you.

D). An Uno is not a proper power supply for a ESP32CAM.

What's the need for a ESP32CAM to talk to a Uno?

thank you
I'll think of another way.

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.