Chat freely about anything...

User avatar
By Colateral
#53212 Hello,

I have NodeMCU v3 and I built a sketch (in Arduino IDE) where the wifi is configured in WIFI_AP_STA mode.
For AP, I set IP configuration to be 192.168.50.1 (mask 255.255.0.0, gw 192.168.50.1) and for client connection the DHCP is allocating the address 192.168.20.100.

The WifiServer is set as (WiFiServer server(80)) ... When I try to get http://192.168.50.1 (from a mobile device connected to NodeMCU), it is working fine. When I try to get http://192.168.20.100 from my PC (connected in the same Wifi) is not working. The server is bind to IF_ANY so normally should be accessible from AP and CNT connection. If the Wifi mode only STA... is working fine the access.


Thank you,
Cata