esp8266 icon indicating copy to clipboard operation
esp8266 copied to clipboard

ESP8266 Wifi library and sample code for Arduino

Results 9 esp8266 issues
Sort by recently updated
recently updated
newest added

what is EEPROMAnything.h used for? and when i type passwrd in, it doesn't reconize the function

hi i am thanks for your help to peaple for publishin your good project in this code i want give data from google Sheet and send data in telegram bot,...

The private method getIP() keeps writing into buf[ptr] even if ptr is > 15, so it goes out of the bounds of the array.

Are you planning to add MQTT and REST support to your library?

You must search "ready", not "Ready" at line 81 of ESP8266.cpp. Ramón

Is that normal? ``` AT+RST OK L(����ZN�bZS����DLJK�l� [Vendor:www.ai-thinker.com Version:0.9.2.4] ready Wifi initialized AT+CWMODE=1 no change AT+CWJAP="none","xxxxx" OK AT+CIPMUX=1 OK Wifi connected 192.168.31.243 AT+CIPSERVER=1,80 OK AT+CIPSTO=300 OK AT+CIPSTART=2,"UDP","192.168.31.255",-30729 OK AT+CIPSEND=2,82 >...

Which version of AT commands firmware of ESP this code support?

Just to let you know I created my own library here: https://github.com/Diaoul/arduino-ESP8266 It implements the full v0.20 AT command set and is non-blocking. I'll soon implement a derived [client](https://github.com/arduino/Arduino/blob/master/hardware/arduino/cores/arduino/Client.h) so...