CP210x驱动
- Win: 点击下载
- Mac: 点击下载
- Linux: https://www.silabs.com/documents/login/software/Linux_3.x.x_4.x.x_VCP_Driver_Source.zip
- Android: https://www.silabs.com/documents/public/application-notes/AN809.pdf (手动Build)
CH340x驱动
- Win: 点击下载
- Mac: 点击下载
- Linux: http://www.wch.cn/downloads/CH341SER_LINUX_ZIP.html
- Android: http://www.wch.cn/downloads/CH341SER_ANDROID_ZIP.html
用Python写ESP:
- http://docs.micropython.org/en/latest/esp32/quickref.html
- http://docs.micropython.org/en/latest/esp8266/quickref.html
用Lua写ESP:
用Arduino写ESP:
- https://github.com/espressif/arduino-esp32
- https://www.jianshu.com/p/6f6fda5d029b
- https://www.arduino.cn/thread-76029-1-1.html (esp01 测试有效)
- https://www.arduino.cn/forum.php?mod=viewthread&tid=81194&highlight=esp32 (esp32 安装包)
Micro Python ESP8266: https://micropython.org/resources/firmware/esp8266-20190529-v1.11.bin Micro Python ESP32: https://micropython.org/resources/firmware/esp8266-20190529-v1.11.bin