Some devices gets timeout trying to access webserver via WiFi.
Posted: Mon Mar 18, 2024 10:12 am
Hi
I have setup an ESP32-DevKitC with WiFi and Webserver.h
I run the ESP first as an AP, and then as a client connected to my local WiFi network.
As an AP I can connect to the WiFi AP with all my devices, but some android phones gets timeout when I try to access the webserver, Ping does also not work from those devices. From some other devices everything is working fine, both Webserver access and ping works as expected. On one device webserver access works but no response when Pinging.
When I connect the ESP32 to my local WiFi, running as a client, the situation is the same. The same devices gets timeout on webserver access and ping, and the same devices that worked in AP works also now.
What could be the issue here? What should I look for.
I have compiled using Verbose mode and when the devices try to access the webserver or ping, there is no debug or verbose information output at all.
Thanks!
I have setup an ESP32-DevKitC with WiFi and Webserver.h
I run the ESP first as an AP, and then as a client connected to my local WiFi network.
As an AP I can connect to the WiFi AP with all my devices, but some android phones gets timeout when I try to access the webserver, Ping does also not work from those devices. From some other devices everything is working fine, both Webserver access and ping works as expected. On one device webserver access works but no response when Pinging.
When I connect the ESP32 to my local WiFi, running as a client, the situation is the same. The same devices gets timeout on webserver access and ping, and the same devices that worked in AP works also now.
What could be the issue here? What should I look for.
I have compiled using Verbose mode and when the devices try to access the webserver or ping, there is no debug or verbose information output at all.
Thanks!