Here we can all chat about fixing the AT+ command structure and the associated responses.

User avatar
By Adriano
#19374 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?