Questions tagged [softap]
The softap tag has no summary.
12 questions
0
votes
1
answer
197
views
ESP32 (Arduino): WiFi.softAPdisconnect(true) gives error + Heap Corruption issues
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 ...
3
votes
1
answer
8k
views
ESP32 AP Automatic Web Page
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 ...
2
votes
0
answers
262
views
Is it possible to use CCMP as cipher type on ESP32's softAP mode?
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 ...
5
votes
2
answers
8k
views
ESP32 open "captive portal" on connected
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 ...
1
vote
0
answers
688
views
ESP8266/Android app: slow response when using soft access point and keeps dropping connection
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 ...
0
votes
1
answer
5k
views
Bridging the wifi networks on nodemcu: how to set the esp8266 as wifi extender, simplest case
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 ...