-->
Page 1 of 1

Problem with changing IP

PostPosted: Mon Jan 05, 2015 12:01 am
by josh007
Hi,

I'm new to electronics and IoT and just getting started. I want to control lights etc via wifi using the ESP8266.

I have got the module to work with the Arduino. It is connecting to my Wifi network and communicating perfectly. However I need to fix the IP address of the device.

The following commands return an ERROR every time
AT+CIPSTA?
AT+CIPSTA=ip
AT+CIPSTAMAC?
AT+CIPAPMAC?

module is configured with CWMODE=1
version is 0.9.2.4

all other commands are working perfectly.
please let me know what I must do. Should I flash the device and if so which firmware? thanks a lot.

Re: Problem with changing IP

PostPosted: Mon Jan 05, 2015 2:22 am
by Athena
Maybe documents here can help you.. http://bbs.espressif.com/viewtopic.php?f=21&t=93

Re: Problem with changing IP

PostPosted: Mon Jan 05, 2015 6:26 am
by villTech
can you show AT+GMR result?
your firmware may not be supporting those ip related at command.

Re: Problem with changing IP

PostPosted: Tue Jan 06, 2015 12:45 am
by josh007
Hi, thanks a lot for the replies

I updated the firmware using Eclipse method and it works :) I guess those commands were introduced in the new firmware.

Thanks :)