ESP8266

espressif.com

ESP8266 Community Wiki ESP8266 Wiki
ESP8266 Community Forum ESP8266 Forum
Arduino IDE for ESP8266 ESP8266 Arduino
Loading new firmware onto an ESP8266 ESP8266 Firmwares
ESP8266 Datasheet ESP8266 Datasheet

 

ESP8266-CONNECTION

download putty

AT command ( ctrl +M+J)

AT+GMR     Retrieving the firmware version Id

AT+RST

AT+CWMODE=1  Setting operation mode client

AT+CWLAP  Retrieving the list of visible network.

AT+ CIPSTATUS  Retrieving the current connection as socket client or socket server.

 

Comments are closed.