/ESP_AT_Lib

Communicate with ESP8266 from host MCU using AT parser library

Primary LanguageC

ESP8266 AT commands parser for RTOS systems

Documentation is under development and is available on link below.

http://majerle.eu/documentation/esp_at/html/index.html

Why this library?

Purpose of the library is to have stable and reliable communication between host MCU (or any other device) and ESP8266 using AT commands. Library uses advanced techniques to communicate with ESP device, such as multiple threadings to process data and other OS dependant features to make library perfect for MCUs