ESP32-SOLO【ESP32-S0WD】
作者:互联网
ESP32 的管脚 GPIO6,GPIO7,GPIO8,GPIO9,GPIO10 和 GPIO11 用于连接模组集成的 SPI flash, 不建议用于其他功能
ESP FLASH 下载工具
https://www.espressif.com/zh-hans/support/download/other-tools
ESP32-SOLO Series AT固件
Released Firmware — ESP-AT User Guide documentation (espressif.com)
快速入门
https://docs.espressif.com/projects/esp-idf/zh_CN/latest/esp32/get-started/index.html#get-started-get-esp-idf
如果您使用的是 ESP32-DevKitC(板载 ESP32-SOLO-1 模组),请在烧写示例程序前,前往 menuconfig 中使能单核模式(CONFIG_FREERTOS_UNICORE)。
idf.py set-target esp32
idf.py menuconfig
idf.py build
Arduino下编译esp32-solo-1,需要替换以下文件
C:\Users\Administrator\AppData\Local\Arduino15\packages\esp32\hardware\esp32\1.0.6\tools
https://github.com/lbernstone/arduino-esp32-solo
触摸引脚容易自动触发,touchAttachInterrupt无法工作,只能自行在loop内编写代码
标签:SOLO,S0WD,get,espressif,ESP32,idf,com,esp32 来源: https://www.cnblogs.com/muyan2020/p/16188697.html