ESP8266_Simple
ESP8266_Simple copied to clipboard
A simple Arduino library to perform HTTP operations on the ESP8266 Wifi Device
Hello, when I try to connect to my Open Wi-Fi SSID the library returns an error message: Missing SSID/Password, see sketch #defines. How can I connect on a wifi with...
Hi! How could I get the page body content (without the headers?) I am requesting a php page, which I want to read back some text data. The httpResponseCode, returns...
Sometimes memset and strncpy_P don't work fine. I'm Only change line 465 of ESP826_ Simple.cpp for that: if((responseCode = this->sendCommand("AT+CIPCLOSE=0\r\n")) != ESP8266_OK) Greetings