ESP8266 AT Commands: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 6: | Line 6: | ||
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 | ||
https://www.espressif.com/sites/default/files/4a-esp8266_at_instruction_set_en_v1.5.4_0.pdf | |||
'''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 18:35, 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 https://www.espressif.com/sites/default/files/4a-esp8266_at_instruction_set_en_v1.5.4_0.pdf Attempting to follow along with this example: https://www.instructables.com/Getting-Started-With-the-ESP8266-ESP-01/