现在使用ESP32-S2 UART0 可以正常升级程序,但使用USB口会失败,USB插入电脑会显示 COMX,输入idf.py -p COMX flash 烧录的动作也有,但最后会现错误,如下:
Leaving...
Hard resetting via RTS pin...
ERROR: ESP32-S2 chip was placed into download mode using GPIO0.
esptool.py can not exit the download mode over USB. To run the app, reset the chip manually.
To ...
Search found 6 matches
- Mon Dec 13, 2021 8:40 am
- Forum: 硬件问题讨论
- Topic: 求助:ESP32-S2 使用USB口升级程序失败
- Replies: 0
- Views: 6190
- Fri Nov 12, 2021 10:31 am
- Forum: ESP IoT Solution 中文讨论版
- Topic: 求助:ESP32S2 做了一个按键进行重新配对,但失败。提示“STA is connecting, scan are not allowed!”,有哪位大佬可以提示一个重新AIRKISS配对的流程了,谢谢了
- Replies: 2
- Views: 13540
求助:ESP32S2 做了一个按键进行重新配对,但失败。提示“STA is connecting, scan are not allowed!”,有哪位大佬可以提示一个重新AIRKISS配对的流程了,谢谢了
ESP32S2使用 smart-panel例程,使用AIRKISS配对连接腾讯云,做了一个按键重新进行配对,但会提示
I (38323) smartconfig: SC version: V3.0.1
I (38324) smartconfig: scan status 1
W (38374) wifi:sta_scan: STA is connecting, scan are not allowed!
E (38374) smartconfig: promis scan ret -1
我在重新AIRKISS配对的时候,是先停止WIFI,断开WIFI然后重新写了一个与qcloud ...
I (38323) smartconfig: SC version: V3.0.1
I (38324) smartconfig: scan status 1
W (38374) wifi:sta_scan: STA is connecting, scan are not allowed!
E (38374) smartconfig: promis scan ret -1
我在重新AIRKISS配对的时候,是先停止WIFI,断开WIFI然后重新写了一个与qcloud ...
- Sat Oct 30, 2021 6:27 am
- Forum: ESP-IDF 中文讨论版
- Topic: 新买的esp32-s2-wrover模块下载程序之后系统跑不起来
- Replies: 1
- Views: 2605
新买的esp32-s2-wrover模块下载程序之后系统跑不起来
新买的esp32-s2-wrover模块下载smart-panel下载程序之后系统跑不起来
SP-ROM:esp32s2-rc4-20191025
Build:Oct 25 2019
rst:0x1 (POWERON),boot:0x8 (SPI_FAST_FLASH_BOOT)
SPIWP:0xee
mode:DIO, clock div:1
load:0x3ffe6100,len:0x1a18
load:0x4004c000,len:0xd5c
load:0x40050000,len:0x2ce0
entry 0x4004c244
用UART 115200 只打印了以上几行 ...
SP-ROM:esp32s2-rc4-20191025
Build:Oct 25 2019
rst:0x1 (POWERON),boot:0x8 (SPI_FAST_FLASH_BOOT)
SPIWP:0xee
mode:DIO, clock div:1
load:0x3ffe6100,len:0x1a18
load:0x4004c000,len:0xd5c
load:0x40050000,len:0x2ce0
entry 0x4004c244
用UART 115200 只打印了以上几行 ...
- Sat Oct 09, 2021 7:24 am
- Forum: 硬件问题讨论
- Topic: 求:ESP32-S2-HMI-DevKit-1 硬件参考原理图
- Replies: 1
- Views: 3999
求:ESP32-S2-HMI-DevKit-1 硬件参考原理图
在贵司淘宝官网上面购买了一块ESP32-S2-HMI-DevKit-1开发板,但github上面只有软件的SDK,并没有硬件原理图,能否提供一下硬件参考原理图 PDF档就可以了。 谢谢了
- Fri Oct 08, 2021 1:40 am
- Forum: ESP-IDF 中文讨论版
- Topic: IDF-4.3.1编译提示Could NOT find Perl,这个Perl如何安装
- Replies: 1
- Views: 2689
Re: IDF-4.3.1编译提示Could NOT find Perl,这个Perl如何安装
问题已经解决,不是Perl问题,是缺少lvgl目录下面文件,需要github重新下载对应的目录就可以了。 但现在又出现找不到CONFIG_QCLOUD_NVS_NAMESPACE 这个定义? 搜索没找到
- Thu Oct 07, 2021 3:53 am
- Forum: ESP-IDF 中文讨论版
- Topic: IDF-4.3.1编译提示Could NOT find Perl,这个Perl如何安装
- Replies: 1
- Views: 2689
IDF-4.3.1编译提示Could NOT find Perl,这个Perl如何安装
官网下载了esp-idf-tools-setup-offline-2.11.exe,安装在D盘以后,对examples目录下面的项目进行编译,提示找不到Perl应用程序,不知这个Perl如何安装?
以下为编译的过程
d:\esp32\esp-idf\esp32-s2-hmi-devkit-1\examples\smart-panel>idf.py build
Executing action: all (aliases: build)
Running cmake in directory d:\esp32\esp-idf\esp32-s2-hmi-devkit-1\examples ...
以下为编译的过程
d:\esp32\esp-idf\esp32-s2-hmi-devkit-1\examples\smart-panel>idf.py build
Executing action: all (aliases: build)
Running cmake in directory d:\esp32\esp-idf\esp32-s2-hmi-devkit-1\examples ...