-->
Page 1 of 1

Static IP not working in some routers

PostPosted: Wed Jun 03, 2015 3:37 pm
by Adriano
Hi,

I have a project where I connect the ESP8266 with an ATMEGA328P to control RGB LEDS.
I am having now a problem with keeping the static ip in the local lan. In some router (I think specially ADSL) I can ping the IP in the firsts seconds than it disappears.
I'm using these commands:
AT+CWMODE=1
AT+CWDHCP=1,1
AT+CIPSTA="192.168.0.241"
AT+CWJAP="xxxxx","xxxxx"

The problem happens just with a few routers, most of the work perfectly.

Somebody have any ideas?