• Skip to main content
  • Skip to primary sidebar

RNTLab.com

The Ultimate Shortcut to Learn Electronics and Programming with Open Source Hardware and Software

  • Courses
  • Forum
    • Forum
    • Ask Question
  • Shop
  • Account
  • Blog
  • Login

ESP32-CAM CameraWebServer modify to operate as SoftAP?"

Q&A Forum › ESP32-CAM CameraWebServer modify to operate as SoftAP?"
0 Vote Up Vote Down
Dave Maskeny asked 5 years ago
5 Answers
0 Vote Up Vote Down
Dave Maskeny answered 5 years ago

I am trying to use the Example ‘CameraWebServer’ but with the WSP32-CAM board acting as an Access Point so I can go from the ESP32 directly to my PC without router or smartphone.
I got the basic example to run but my smartphone must have the WiFi turned on so my PC can connect.
It would be cool if the ESP32-CAM was a HotSpot in this application.
I have All your books, there Great!

0 Vote Up Vote Down
Sara Santos Staff answered 5 years ago

Hi Dave.

It’s very easy to do that.

Basically, choose an SSID for the ESP32-CAM and a password, for example:

const char* ssid = "ESP32-CAM";
const char* password = "123456789";

Then, in the setup() set the EPS32 as an access point:

WiFi.softAP(ssid, password);
IPAddress IP = WiFi.softAPIP();
Serial.print("AP IP address: ");
Serial.println(IP);
startCameraServer();

Remove the other lines of code that connect to wi-fi.

And that’s it. I’ve tested and it works fine as an access point.

Let me know if it works for you or if you need further help.

Regards,
Sara

0 Vote Up Vote Down
Dave Maskeny answered 5 years ago

Thank You Sara,
It Works!🙂
I appreciate you quick response and easy solution.
You books are very well done, I’m glad I bought them!
Thanks Again
Dave Maskeny

0 Vote Up Vote Down
Dave Maskeny answered 5 years ago

Thank You Sara,
It Works!🙂
I appreciate you quick response and easy solution.
You books are very well done, I’m glad I bought them!
Thanks Again
Dave Maskeny

0 Vote Up Vote Down
Sara Santos Staff answered 5 years ago

Hi Dave.

I’m glad it is working.

Thank you so much for supporting our work.

I’ll mark this question as resolved. If you need further help, you just need to open a new question in our forum.

Regards,

Sara

Primary Sidebar

Login to Ask or Answer Questions

This Forum is private and it’s only available for members enrolled in our Courses.

Login »

Latest Course Updates

  • [eBook Updated] Learn Raspberry Pi Pico/Pico W with MicroPython eBook – Version 1.2 May 26, 2025
  • [New Edition] Build ESP32-CAM Projects eBook – 2nd Edition April 16, 2025

You must be logged in to view this content.

Contact Support - Refunds - Privacy - Terms - MakerAdvisor.com - Member Login

Copyright © 2013-2025 · RandomNerdTutorials.com · All Rights Reserved

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.