SparkFun_ESP8266_AT_Arduino_Library icon indicating copy to clipboard operation
SparkFun_ESP8266_AT_Arduino_Library copied to clipboard

WiFi and TCP drivers for an ESP8266 running AT firmware.

Results 10 SparkFun_ESP8266_AT_Arduino_Library issues
Sort by recently updated
recently updated
newest added

I am trying to develop the esp8266 embedded c firmware for at commands with Atmega 2560 .... But on doing so i am getting the DATA OVER RUN ERROR again...

I could not send binary data by ESP8266Class::tcpSend. It seems to support only a text message. I fixed that. Could you check it?

Hi, One needs to set a strictly positive timeout for the ESP8266Server::available() routine. Since it is defined equal as 0 in header file, the timeout test is never made and...

I noticed that right now, the `begin()` method accepts an enumeration to switch between the primary serial port and softwareserial, and `begin()` also calls the `begin()` method on the chosen...

It seems that Sparkfun doesn't care about issue or bug reports! As far as I can see, the existing issues aren't noticed by Sparkfun - they don't comment nor help...

Hi, I think that the status() function in the ESP8266Wifi class is not working as expected (according to the function header comments). It affects the client.connected() function and the examples....

Hi Guys, The original library allows only "Serial" as a Hardware Serial. As I am working with an ATMega 2560, I rather want to use Serial1 or Serial2. Notes: -...

In SparkFunESP8266WiFi.cpp, in function: int16_t ESP8266Class::tcpSend(uint8_t linkID, const uint8_t *buf, size_t size), print((const char *)buf) (line 526) ignores the size parameter that was passed to tcpSend, and stops sending at...