This is about esp 32 cam

hello ,i have a problem with esp 32 c am so i just got a new esp32 cam for first time and i used example code "camrawebserver" cut every time i enter my Wi-Fi password and ssid and it shows in serial moniter ssid not found (SSID not found
E (694237) wifi:NAN WiFi stop) plz help me with this project i have a championship tomorrow about it thx

Your topic does not indicate a problem with IDE 1.x and therefore has been moved.

I can't really help you with your problem except for "are you sure you entered the ssid/password" correctly.

Not everybody has direct access to the camrawebserver example. I suggest that you post your code here; do not forget to use code tags.

Hi @lolsucker1. Is the access point configured to use the 2.4 GHz band or the 5 GHz band?

The ESP32 can only use the 2.4 GHz band, so the error you encountered would be expected if you configured the sketch for the SSID of a 5 GHz access point.

1 Like