Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jonathanprince/arduino_esp8266

Arduino Library for ESP8266
https://github.com/jonathanprince/arduino_esp8266

Last synced: 11 days ago
JSON representation

Arduino Library for ESP8266

Awesome Lists containing this project

README

        

# Arduino_esp8266
Arduino Library for ESP8266

This library should provide a simple interface for connecting to an access point and sending network requests.

#do not use ...yet! in development

##AT Commands

(provided for reference)

|Command | Description |
|------------|-------------|
|AT+RST | Reset |
|AT+CWMODE | wifi mode |
|AT+CWJAP | join AP |
|AT+CIPSTART | open connection |
|AT+CIPSEND | send request |
|AT+CIPCLOSE | close connection |