justpresident / ESP8266

An Arduino library for the ESP8266EX chipset (WI07c module)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ESP8266

An Arduino library for the ESP8266EX chipset (WI07c module)

Milestones

  1. Implement all of the WI07c module's features such as TCP/UDP server/client.
  2. Break code into classes (based on protocol and role)
  3. Inherit from Arduino base classes, such as Stream
  4. Optimize

Pinout

ESP8266 WI07c module pinout

Notes

The WI07c module is connected at the Arduino's hardware serial. SoftwareSerial can't handle speeds more than 34800kbps. Unfortunately as of today, the module's baudrate isn't configurable and is set to 115200kbps. You can either use an FTDI breakout for the serial monitor (using SoftwareSerial), or an Arduino Mega.

References

This is a WIP. While it is not complete, use full and stable lib from itead

About

An Arduino library for the ESP8266EX chipset (WI07c module)


Languages

Language:C++ 73.3%Language:Arduino 25.2%Language:C 1.5%