https://github.com/esp8266/at-command-set
ESP8266 AT+ Command Set
https://github.com/esp8266/at-command-set
Last synced: 14 days ago
JSON representation
ESP8266 AT+ Command Set
- Host: GitHub
- URL: https://github.com/esp8266/at-command-set
- Owner: esp8266
- Created: 2014-09-28T02:38:17.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-12-22T09:22:53.000Z (over 10 years ago)
- Last Synced: 2025-04-15T02:57:36.652Z (14 days ago)
- Size: 107 KB
- Stars: 70
- Watchers: 28
- Forks: 39
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
at-command-set
==============ESP8266 AT+ Command Set
Few of the commands Listed below have an Inquiry Mode and Test Mode.
Inquiry Mode will be executed with a ? at the end of the command "AT+CWMODE?" this will return the current status of the Module i.e. CWMODE=3
Test Mode commands will be exicuted with an =? at the end of a command "AT+CWMODE=?" this will return the possible parameters input i.e. 1=Sta, 2=AP, 3=bothThe commands entered has a at end so do not forget to add a or else there will be no output.
Will add rest Soon !