AutoConnect icon indicating copy to clipboard operation
AutoConnect copied to clipboard

An Arduino library for ESP8266/ESP32 WLAN configuration at runtime with the Web interface

Results 44 AutoConnect issues
Sort by recently updated
recently updated
newest added

Hello Hieromon, Greetings! Chip: ESP32 IDE: Arduino 1.8.9 Developing level: Beginner I am using Autoconnect library to perform OTA and remember the WiFi Credentials of main router (D-Link router, net...

question
Under investigation

### Discussed in https://github.com/Hieromon/AutoConnect/discussions/517 Originally posted by **opanyki314** August 1, 2022 Hi! I have a problem with authentication in iOS. When I set config.autoscope = AC_AUTHSCOPE_AC and try to connect...

bug
Under investigation

I am trying to get AutoConnect to run on a Adafruit ESP32 Feather, but my captive portal looks like this. When I connect and authenticate to the AutoConnect portal, I...

awaiting

Hello, I cannot get a working wifi with ESP32 S3 devkit. It fails in AutoConnect.cpp at // Advance configuration for STA mode. Restore previous configuration of STA. // _loadAvailCredential(reinterpret_cast(current.ssid)); if...

awaiting

Hello. I am working on ESP32 project involving ability to connect via WPS to WiFi router (ESP32 works in station mode) as one of desired functions. Unfortunately, WPS is not...

After we add configure a new AP, our ESP32 will create a new AP with an seemingly randomly generated name without a password that publishes the auto connect setup page....

Hello, Im using the Autoconnect libary in my project on an esp32. I don't know if it is an Feature but after an hour the server takes a while on...

awaiting

Hello. During using Autoconnect after several minutes all ESP32 GPIO's pins are getting LOW states periodically (approx interval ... minutes). Even if I use autoconnect only. Therefore I can't use...

Under investigation

### System information: Windows 10 Pro (20H2, build: 19042.964) Arduino IDE 1.8.13 AutoConnect 1.2.2 ### Issue I am trying to implement a functionality where the ESP32-WROOM-32D is reading a button,...