I'm currently working on a project using the ESP 32 CAM.
However, when I try to create the basic "WEB SERVER" program, the following error appears on the serial monitor after all the upload procedures and pressing the board's reset button:
I'm using Arduino to make the connection to the ESP 32, according to the following image
What is happening, and how can I resolve it? Thank you for your attention.
The Arduino Uno is a 5V processor, and the I/O pins MUST NOT be directly connected to a 3.3V processor without using logic level shifters. You may have damaged one or both processors.