Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/jonathanprince/arduino_esp8266
- Owner: JonathanPrince
- Created: 2015-01-13T13:55:22.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-01-13T19:16:31.000Z (almost 10 years ago)
- Last Synced: 2024-04-16T08:46:31.928Z (7 months ago)
- Language: C++
- Size: 160 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Arduino_esp8266
Arduino Library for ESP8266This 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 |