Esp32 Cam, can´t open Webserver

Hello, I´m new here.

I want to use the normal Camera webserver example wiht the AI thinker Cam and it works fine until I want to open the webserver on Crome but then it says that the website is unreachebel, dispite working normal so far:

  1. I uplaod the code with the right ssid and password

  2. I reset it

  3. Serial Monitor gives out: 15:37:18.857 -> rst:0x PWEO_ESET),boot:01 (P_AT_FLASH_BOOT
    cnfgip 0, SPIWP:0e
    ckdr:x00,q_drv:x0d_r:000,cs0_drv:x0h_r:0x00,wp_drv00
    mdeDIO, cloc iv1
    15:37:18.857 -> od0x3fff0030,en144
    15:37:18.857 -> od:0x400700,ln184
    load:0x40840,e:6084
    15:37:18.857 -> entry 0x0850
    15:37:19.787 ->
    15:37:20.677 -> ....
    15:37:22.178 -> WiFi connected
    15:37:22.178 -> Camera Ready! Use 'http://192.168.1.10' to connect

  4. I put the IP in the Browser
    And then it says Website unreachebel

Any idee why it dosen´t work?

Router / firewall issue?
Is the PC on the same subnet as the ESP32Cam?
Can you ping the ESP32CAM from the PC?

I tryed it with my phone and it is devenetly in the same wifi and how do i Ping the Cam?

Now try it from a PC. Open up the router's admin web page and confirm the ESP32 exists at the reported IP address. If so check for any firewall rules that would block access to it. The router may also provide a ping capability.

From a PC command window ... 'ping 192.168.1.10'

I tryed to ping the esp32 cam from my Pc but it sayed it coud´t reach it

What did you learn from the router's admin page?

As far as i as an Idiot when it comes to things like that it seams to be every thing as it´s supost to be

Sure seems like a networking problem to me. You'll never get to the web page if you can't even ping it.

Do you know something i coud do to make it work?
But still Thank you very much for ansering my questions.

Not really.

Your Cam IP is 192.168.1.10
What is IP of your PC?

I would like to share my experience with ESP-32 CAM, this may be useful for you.
Please note that -

  1. I can see camera video on my mobile phone and laptop using Chrome as well as Firefox browsers.
  2. I can see camera video on my mobile phone when it is connected to same wifi to which camera is connect. Also, video is visible when my mobile phone is on mobile data but with lower speed.
  3. But my brother living in other city and several my friends can't see my camera video. I am still searching reason for that and will share asap.

In the meanwhile,

  1. You can try to access your camera from different devices and networks.
  2. You can also try by taking another ESP32 CAM board just for cross checking health status of existing one.

Good Luck...

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