Comments on: ESP32-CAM: Set Access Point (AP) for Web Server (Arduino IDE) https://randomnerdtutorials.com/esp32-cam-access-point-ap-web-server/ Learn ESP8266, ESP32, Arduino, and Raspberry Pi Thu, 06 Mar 2025 16:50:21 +0000 hourly 1 https://wordpress.org/?v=6.8.2 By: TestRoadTech https://randomnerdtutorials.com/esp32-cam-access-point-ap-web-server/#comment-1013918 Thu, 06 Mar 2025 16:50:21 +0000 https://randomnerdtutorials.com/?p=99094#comment-1013918 In reply to Rodolfo.

Just to avoid confusion, I went to the last part of the setup code and changed the serial print statement from printing the station IP to the following default AP IP address:

Serial.print(“192.168.4.1”);

]]>
By: Jack https://randomnerdtutorials.com/esp32-cam-access-point-ap-web-server/#comment-997388 Sun, 05 Jan 2025 19:50:15 +0000 https://randomnerdtutorials.com/?p=99094#comment-997388 Thanks very much for a great tutorial. Everything worked perfectly after changing the Arduino and espressif boards back to version 2.0.14. I was never able to get a webserver to work and this project solves that problem for my needs.

]]>
By: Sara Santos https://randomnerdtutorials.com/esp32-cam-access-point-ap-web-server/#comment-993012 Fri, 20 Dec 2024 11:13:20 +0000 https://randomnerdtutorials.com/?p=99094#comment-993012 In reply to lisztfr.

Hi.
What’s the error that you get?
Regards,
Sara

]]>
By: lisztfr https://randomnerdtutorials.com/esp32-cam-access-point-ap-web-server/#comment-992724 Thu, 19 Dec 2024 10:54:38 +0000 https://randomnerdtutorials.com/?p=99094#comment-992724 Hi,

This is working, with the GERUI brand device, (defined as AI thinker)… otherwise, the connecting to router sketch is not. there is still a bug i think in the TCPIP stack.

]]>
By: Bud https://randomnerdtutorials.com/esp32-cam-access-point-ap-web-server/#comment-979518 Fri, 01 Nov 2024 22:31:49 +0000 https://randomnerdtutorials.com/?p=99094#comment-979518 I cannot figure out how to make the video appear when the camera is first accessed, I always get the setup page which I don’t want to see at all. Can anyone help ( with specifics)
Thanks

]]>
By: curt https://randomnerdtutorials.com/esp32-cam-access-point-ap-web-server/#comment-922532 Fri, 07 Jun 2024 17:33:17 +0000 https://randomnerdtutorials.com/?p=99094#comment-922532 Thanks for all the good projects : I have good success with almost all.
What I can’t do is mount the esp32 in an enclosure…no holes or space on the esp32 PCB for mounting. Any tips on mounting would be much appreciated.

]]>
By: siwat https://randomnerdtutorials.com/esp32-cam-access-point-ap-web-server/#comment-881163 Sun, 31 Dec 2023 15:12:02 +0000 https://randomnerdtutorials.com/?p=99094#comment-881163 rst:0x1 (POWERON_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT)
configsip: 0, SPIWP:0xee
clk_drv:0x00,q_drv:0x00,d_drv:0x00,cs0_drv:0x00,hd_drv:0x00,wp_drv:0x00
mode:DIO, clock div:1
load:0x3fff0030,len:1344
load:0x40078000,len:13964
load:0x40080400,len:3600
entry 0x400805f0

Camera Ready! Use ‘http://0.0.0.0’ to connect
T-T how to correct please. I downloaded the code from the link you pasted. and check the board including ports and huge app and flash when uploading code It shows up to connect to wifi. But it denies access. Please tell me how to solve it.

]]>
By: agi_ardu https://randomnerdtutorials.com/esp32-cam-access-point-ap-web-server/#comment-847860 Tue, 18 Jul 2023 19:42:44 +0000 https://randomnerdtutorials.com/?p=99094#comment-847860 In reply to tiff.

“You want to build an separate WiFi Network for the ESPs only?”
Yes, that’s the idea!
I do have a ESP32-cam running as AP-server, outside at the main door.
That works fine. Access to the (live)pictures via old mobile phones works fine also.
Unfortunately, the range is too small, it only extends to the 1st floor.
We do have 3 floors with different families.
So I would like to build a “range extender” with ESP32 in AP mode to get to the 3rd floor.
All together don’t use internet.

]]>
By: tiff https://randomnerdtutorials.com/esp32-cam-access-point-ap-web-server/#comment-847796 Tue, 18 Jul 2023 13:53:07 +0000 https://randomnerdtutorials.com/?p=99094#comment-847796 In reply to agi_ardu.

Hi, do you want that ALL ESP32-CAMs/ESP32 are in AP Mode?
You want to build an separate WiFi Network for the ESPs only?
That’s easy but you need at least, or better exactly, one AP and all others have to be in STA or, if you can configure so, at least in AP-STA mode if you want to use them as relay/bridge/repeater but that has massive side effects.
How many devices do you want to connect?

]]>
By: Sara Santos https://randomnerdtutorials.com/esp32-cam-access-point-ap-web-server/#comment-847768 Tue, 18 Jul 2023 11:52:08 +0000 https://randomnerdtutorials.com/?p=99094#comment-847768 In reply to agi_ardu.

Hi.
I’m not sure that I understood your question.
This tutorial is precisely about that.
Regards,
Sara

]]>