ESP32-SOLO【ESP32-S0WD】
ESP32 的管脚 GPIO6,GPIO7,GPIO8,GPIO9,GPIO10 和 GPIO11 用于连接模组集成的 SPI flash, 不建议用于其他功能
ESP FLASH 下载工具
ESP32-SOLO Series AT固件
Released Firmware — ESP-AT User Guide documentation (espressif.com)
快速入门
如果您使用的是 ESP32-DevKitC(板载 ESP32-SOLO-1 模组),请在烧写示例程序前,前往 menuconfig 中使能单核模式(CONFIG_FREERTOS_UNICORE)。
idf.py set-target esp32
idf.py menuconfig
idf.py build
Arduino 下编译esp32-solo-1
Arduino1.0版本需要替换以下文件 https://github.com/lbernstone/arduino-esp32-solo
C:\Users\Administrator\AppData\Local\Arduino15\packages\esp32\hardware\esp32\1.0.6\tools
由于arduino升级,需要使用以下文件替换
https://github.com/lbernstone/arduino-esp32-solo/releases
v2.0.2
Note that in v2.0.2 the location is now under tools/sdk/esp32 (eg ~/.arduino15/packages/esp32/hardware/esp32/2.0.2/tools/sdk/esp32)
触摸引脚容易自动触发,touchAttachInterrupt无法工作,只能自行在loop内编写代码

浙公网安备 33010602011771号