Page 1 of 2

help please

Posted: Thu May 28, 2020 5:15 am
by daho_79
whats the problem
can't get the IP Address , even the code upload very well

Image

Re: help please

Posted: Thu May 28, 2020 6:46 am
by ESP_Sprite
1. Your image is broken, as the link does not point to the image but a page with the image on it
2. Your terminal somehow is set to 57600 baud. Try 115200.
(And 3. In general, we can do more for you when you put in details of what you're trying to run/do, on what platform, with what software.)

Re: help please

Posted: Thu May 28, 2020 10:08 am
by daho_79
Image

Re: help please

Posted: Thu May 28, 2020 8:55 pm
by ESP_Sprite
Great, you fixed the first issue I mentioned in my post! How about the other two?

Re: help please

Posted: Fri May 29, 2020 2:49 am
by daho_79
i'm trying to make a CCTV with ESP32 Cam using Arduino IDE as a software , everything well but when i press serial monitor don't give the IP Address to access the camera and it give the error mention above even i removed the jumper and press reset button .

Re: help please

Posted: Fri May 29, 2020 7:18 am
by ESP_Sprite
Good, that's my third issue solved. So, have you tried setting the terminal to 115200 baud, like I stated in my second point?

Re: help please

Posted: Fri May 29, 2020 7:23 am
by daho_79
Good, that's my third issue solved. So, have you tried setting the terminal to 115200 baud, like I stated in my second point?


Yes i did Sir , but still the Same .... any other solution ?

Re: help please

Posted: Fri May 29, 2020 10:17 am
by ESP_Sprite
Okay... what hardware do you use aside from the ESP32 Cam board? (If memory serves, you need an external programmer with that board.) Also, what code are you flashing into the board?

Re: help please

Posted: Fri May 29, 2020 11:31 am
by daho_79
i'm using ft232rl ftdi programmer
ESP32 Dev Model
i'm flashing camerawebserver code



Image
Image

Re: help please

Posted: Fri May 29, 2020 3:03 pm
by ESP_Sprite
That is strange.... that code sets the serial output to 115200 baud, and you told me you set the terminal to that as well... and serial works because you can flash the module.

How do you power the esp-cam module exactly? Are you sure that power supply can supply the needed 500mA?