-
Notifications
You must be signed in to change notification settings - Fork 61
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Captive Portal does not show up #2
Comments
Hello @audreylim, Also, the Serial Monitor dump when you try to connect to the ESP32's WiFi network will help. |
I have the same problem. It works perfecly on my Win10 PC. I have to open Wifi settings and manually open the management page. The i am able to send dummy form data to server. My phone alerts there is no internet on this wifi. |
Hello @h-enes-simsek and @yash-sanghvi did you solve this problem ? |
@ceren16 |
In fact, the issue of the popup not appearing on the captive portal is due to not setting the default IP on the DNS server, the default IP of Android. |
Hello
I ran this code https://github.com/yash-sanghvi/ESP32/blob/master/Captive_Portal/Captive_Portal.ino after following this tutorial: https://iotespresso.com/create-captive-portal-using-esp32/
However, the captive portal page does not show up when I click on the esp-captive network. It just brings me to this page:
I'm using an ESP32 DevKitC 32U. I'm not sure if it's related to an antenna issue espressif/arduino-esp32#6348 (comment). Is there something else I might be missing while I wait to test this on other ESP32 modules?
The text was updated successfully, but these errors were encountered: