Wifi Access Points

Moderators: adafruit_support_bill, adafruit

Forum rules
If you're posting code, please make sure your code does not include your Adafruit IO Active Key or WiFi network credentials.
Locked
User avatar
atilliator
 
Posts: 1
Joined: Thu Nov 25, 2021 3:15 pm

Wifi Access Points

Post by atilliator »

I am looking for an IOT platform that allows for devices to connect to WiFi without SSID & PASS being included in the sketch. I am currently using tzapu WifiManger Access Point on Huzzah feather. Is there any documentation on how to do this with Adafruit IO?

User avatar
rpiloverbd
 
Posts: 198
Joined: Mon Nov 29, 2021 8:13 am

Re: Wifi Access Points

Post by rpiloverbd »

You could create your own WiFi Router, you need to use any IoT module in Access Point Mode and need to create a WebServer, its quite simple, you can check one tutorial here: https://www.theengineeringprojects.com/ ... -mode.html
They have used ESP32 module but you will get the main idea of Access Point Mode.

Create a Web Server in Access Point Mode and then connect your devices with that network, simple and doable solution.

User avatar
santawang
 
Posts: 1
Joined: Mon Dec 06, 2021 4:32 am

Re: Wifi Access Points

Post by santawang »

rp wrote:You could create your own WiFi Router, you need to use any IoT module in Access Point Mode and need to create a WebServer, its quite simple, you can check one tutorial here: https://www.theengineeringprojects.com/ ... -mode.html
They have used ESP32 module but you will get the main idea of Access Point Mode. io games

Create a Web Server in Access Point Mode and then connect your devices with that network, simple and doable solution.
I did everything, thanks for help.

Locked
Forum rules
If you're posting code, please make sure your code does not include your Adafruit IO Active Key or WiFi network credentials.

Return to “Internet of Things: Adafruit IO and Wippersnapper”