2018年最新关于ESP32的编程的最终指南 Important Documentation Notes – ESP8266 and ESP32 At the start of 2015 I released a book of notes on ESP8266 and the ESP32 was still a long way off. At the time we knew very little about the ESP32 and my initial thinking was t
0. AT 固件烧录
AT 固件下载地址:ESP32 固件下载。比如你如果正在使用 ESP-WROOM-32,可以下载 ESP32-WROOM-32 AT Bin V2.0。然后完成 硬件连线(AT 串口连线)。在下载完成后,直接进入对应目录 ESP32-WROOM-32 AT Bin V2.0 。烧录指令如下(使用 esptool):
esptool.py --chip esp32 --port /dev/ttyUSB0 --baud 921600 --before default_reset
Welcome
Hi, thank you for visiting my repository. You can find here a lot of code snippets, examples and projects I published on my blog -
Credits
If you like my code sharing, then please star this repository. For those who did, thank you! :)
Any Qu