ESP32-Cam gives strange output

Hello,
I was trying to get my new ESP32-Cam running (AI-thinker model) and installed the esp package and ran the CameraWebServer Example. Everything seemed to work, the code uploaded and I removed the cable between the GND and IO0 pin to exit programming mode.
The problem is, when I pressed the reset button on the Camera module to get the IP in the Serial Monitor, the only thing I got was this:


I have no idea what it means and didn't find anything on the internet. I've tried this with both Arduino Uno and Nano and both gave me the same result.
Any help appreciated :smiley:

Whats the connection between an Uno, Nano and an ESP32 CAM ?

Verify the baud rate of your serial monitor.

I think 115200 works.


This is for the Uno. Almost the same is for Nano.

oop- This was the problem! Thank you very much =) Learned something new heh

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