11-04-2017, 15:04
Hi,
Some routers may not allow to bind a mac address to an IP that is included in the range of IP's managed by the router DHCP.
You can try with bind the WiFi module MAC address to a IP, that is outside the range managed by the router DHCP.
Alternatively you can try uncommenting line 450 on WeatherDuinoPro2Plus_RX_v200_b018
and edit it to suit your needs:
Some routers may not allow to bind a mac address to an IP that is included in the range of IP's managed by the router DHCP.
You can try with bind the WiFi module MAC address to a IP, that is outside the range managed by the router DHCP.
Alternatively you can try uncommenting line 450 on WeatherDuinoPro2Plus_RX_v200_b018
Code:
//Serial1.println("AT+CIPSTA=\"192.168.1.151\"");and edit it to suit your needs:
Code:
Serial1.println("AT+CIPSTA=\"192.168.0.33\"");
