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 |