Skip to content
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

Open
audreylim opened this issue Feb 26, 2022 · 5 comments
Open

Captive Portal does not show up #2

audreylim opened this issue Feb 26, 2022 · 5 comments

Comments

@audreylim
Copy link

audreylim commented Feb 26, 2022

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:
captive

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?

@yash-sanghvi
Copy link
Owner

Hello @audreylim,
Could you confirm your operating system (Android/iOS) and browser? Can you also confirm if you are able to reproduce the same on a different combination of operating system and browser?

Also, the Serial Monitor dump when you try to connect to the ESP32's WiFi network will help.

@h-enes-simsek
Copy link

I have the same problem. It works perfecly on my Win10 PC.
However, it is not working correctly on my Samsung Galaxy S20, Android 11.

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.

@ceren16
Copy link

ceren16 commented Mar 18, 2023

Hello @h-enes-simsek and @yash-sanghvi did you solve this problem ?
I have sam problem . can you help me ? thanks.

@h-enes-simsek
Copy link

@ceren16
In order to open the captive page automatically in android we need to use IPs other than private ones like 192.168.x.x
The default IP is 192.168.4.1 so it should be configured. That was my problem.

@avivsabilal29
Copy link

@audreylim

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants