ESP8266 AT Commands: Difference between revisions
Jump to navigation
Jump to search
(Created page with "The ESP8366 can be programmed to respond to a set of AT Commands, to allow a host processor to drive the ESP8266 as a WiFi slave processor. https://www.google.com/search?q=ES...") |
No edit summary |
||
Line 1: | Line 1: | ||
The ESP8366 can be programmed to respond to a set of AT Commands, to allow a host processor to | The ESP8366 can be programmed to respond to a set of AT Commands, to allow a host processor | ||
to manage the ESP8266 as a WiFi slave. | |||
https://www.google.com/search?q=ESP8266-01+at+command+set | https://www.google.com/search?q=ESP8266-01+at+command+set | ||
https://www.google.com/search?q=espressif+at+command+set | https://www.google.com/search?q=espressif+at+command+set | ||
https://www.instructables.com/Getting-Started-With-the-ESP8266-ESP-01/ | https://www.instructables.com/Getting-Started-With-the-ESP8266-ESP-01/ | ||
https://www.youtube.com/watch?v=MPyShmRcgD0 | https://www.youtube.com/watch?v=MPyShmRcgD0 | ||
'''Attempting to follow along with this example:''' | '''Attempting to follow along with this example:''' | ||
https://www.instructables.com/Getting-Started-With-the-ESP8266-ESP-01/ | https://www.instructables.com/Getting-Started-With-the-ESP8266-ESP-01/ |
Revision as of 17:50, 23 June 2023
The ESP8366 can be programmed to respond to a set of AT Commands, to allow a host processor to manage the ESP8266 as a WiFi slave. https://www.google.com/search?q=ESP8266-01+at+command+set https://www.google.com/search?q=espressif+at+command+set https://www.instructables.com/Getting-Started-With-the-ESP8266-ESP-01/ https://www.youtube.com/watch?v=MPyShmRcgD0 Attempting to follow along with this example: https://www.instructables.com/Getting-Started-With-the-ESP8266-ESP-01/