Skip to main content

Questions tagged [softap]

Filter by
Sorted by
Tagged with
0 votes
1 answer
197 views

I have NodeMCU ESP32s and I am using Arduino framework. I want the ESP to connect to local Wifi, so I set AP on ESP and send to it UDP packet with WIFI credentials. I am doing it in a loop until sent ...
NeverDoomedEnough's user avatar
3 votes
1 answer
8k views

I've often encountered WiFi networks that require you to sign in through a web page that automatically opens after connecting to the access point, such as hotels. I'd like to implement something ...
Fromen's user avatar
  • 71
2 votes
0 answers
262 views

Currently I'm starting softAP mode on ESP32 with WPA2_PSK as auth type(as WPA3 is not supported for softAP). When I am trying to connect my iPhone to the softAP, iOS gives a warning that WiFi security ...
coolesthead's user avatar
5 votes
2 answers
8k views

I am using the default example SimpleWiFiServer that comes as an example from the ESP32: #include <WiFi.h> #include <WiFiClient.h> #include <WiFiAP.h> #define LED_BUILTIN 2 // Set ...
Tono Nam's user avatar
  • 986
1 vote
0 answers
688 views

I have an ESP8266 which I'm using the Arduino IDE to compile a program which uses soft access points to talk to an Android App compiled using MIT App Inventor. The app seems to work the first couple ...
SpaceCowboy's user avatar
0 votes
1 answer
5k views

It seems to me that humidity is getting high in one room in the basement in my house. To monitor the situation temporarily, I would like to build a very small wifi-mesh network to exchange these ...
arthur's user avatar
  • 123