Forum Discussion
WiFi profile does not work
Hello There,
Follow below things and I believe it will resolve your issue
- Wi-Fi Configuration: Ensure that the Wi-Fi configuration profile is correctly set up in your management console. This includes the SSID of the ESP32 network.
- Network Priority: Make sure the ESP32 network is set as the highest priority network.
- No Password: Since the network does not have a password, ensure that the security type is set to "None" in the Wi-Fi configuration.
- Static IP: If the ESP32 does not provide DHCP, you may need to configure a static IP address on the device.
I hope this resolves the issue. Feel free to reach out if you need further assistance.
Hello there,
Fortunately, the device connected to the network generated by the ESP32, but I'm noticing another problem. At random times, the Android device loses connection to the network by itself and has difficulty reconnecting, sometimes taking 1 minute or 10 minutes. I think it's because the network doesn't provide internet, it stays as "No internet". Is there a way to configure it to ignore this or something like that, so that it connects even if the WiFi generated by the ESP32 doesn't have internet? Remember that I configured it to reconnect automatically and that I didn't do any tests and there's no error on the ESP32 side.
And about what you said about "Internet priority", how do I do that?
Thanks for the answer.