ESP8266 AT Commands parser
ESP8266 AT Commands parser is a generic, platform independent, library for communicating with ESP8266 Wi-Fi module using AT commands. Module is written in ANSI C (C89) and is independent from used platform. It’s main targets are embedded system devices like ARM Cortex-M, AVR, PIC and so on.
Features
- Platform independent with separate low level functions for used platform with some basic configurations,
- Written in ANSI C (C89),
- Supports full communication with ESP8266 and AT commands software provided by Espressif systems,
- Event driven platform with almost no blocking (except some basic functions)
Library and documentation
is available here.
Recent comments