ESP8266 Socket Library. AT Thinker firmware.

Dependents:   ESP8266_MQTT_HelloWorld ESP8266_IFTTT_Test ECE_4180_Lab_4 websocketmbed ... more

Fork of ESP8266Interface by ESP8266

This repository has been superceded

This project has moved to https://developer.mbed.org/teams/ESP8266/code/esp8266-driver/

This library works with the AT Thinker firmware.

Note

This library is currently in Beta. It is not feature complete and has some bugs, proceed with caution! Fixes and patches are welcome and appreciated!

Currently the ESP8266Interface Library has the following Abilities:

Working

  • TCP Client
  • UDP Client
  • Transparent mode (single connection of 1 type at a time)
  • Station Mode (connects to AP)

To be implemented

  • TCP Server
  • UDP Server
  • Multi Connection Mode (able to have up to 5 sockets at a time)
  • AP Mode (Make ESP Chip act like access point)
  • DNS Support (currently websites must be looked up by IP)
  • Error Recovery

Nice but not necessary

  • colorized text for ESP AT Commands in Command line (easier to differentiate from other text)

History

ESP8266 was changing ssid spaces to "$". Unecessary. Removed this feature. default tip

2015-06-10, by sarahmarshy [Wed, 10 Jun 2015 15:47:33 +0000] rev 48

ESP8266 was changing ssid spaces to "$". Unecessary. Removed this feature.


turned off info print messages

2015-06-08, by mbedAustin [Mon, 08 Jun 2015 21:32:12 +0000] rev 47

turned off info print messages


Debug messages off

2015-06-05, by sarahmarshy [Fri, 05 Jun 2015 16:17:07 +0000] rev 46

Debug messages off


merging in fixes from various members across various branches together.

2015-06-03, by mbedAustin [Wed, 03 Jun 2015 18:36:02 +0000] rev 45

merging in fixes from various members across various branches together.


-UDP Client working ; -Interfaces with WebSocketClient; -General improvements

2015-06-03, by sarahmarshy [Wed, 03 Jun 2015 18:21:19 +0000] rev 44

-UDP Client working ; -Interfaces with WebSocketClient; -General improvements


added warning about sending messages > 2048 bytes

2015-05-07, by mbedAustin [Thu, 07 May 2015 04:00:27 +0000] rev 43

added warning about sending messages > 2048 bytes


enabled TCPConnection debug messages, made tcpconnection and socket messages more verbose (file and line number included in output)

2015-05-07, by mbedAustin [Thu, 07 May 2015 03:51:02 +0000] rev 42

enabled TCPConnection debug messages, made tcpconnection and socket messages more verbose (file and line number included in output)


cleaned up DBG printf messages, made print pretty

2015-05-07, by mbedAustin [Thu, 07 May 2015 03:37:55 +0000] rev 41

cleaned up DBG printf messages, made print pretty


Update so close exits transparent mode without depending on state from the application

2015-05-04, by sam_grove [Mon, 04 May 2015 12:04:54 +0000] rev 40

Update so close exits transparent mode without depending on state from the application


trying to merge a previous rev

2015-05-02, by mbedAustin [Sat, 02 May 2015 04:08:30 +0000] rev 39

trying to merge a previous rev