Search found 49 matches
- Tue Jul 16, 2024 2:56 am
- Forum: ESP-WHO
- Topic: ESP32-S3-EYE flashing issue models/srmodels.bin
- Replies: 2
- Views: 12613
Re: ESP32-S3-EYE flashing issue models/srmodels.bin
Please adjust the partition table appropriately to ensure that the model's size and offset address are less than the flash size.
- Mon Oct 30, 2023 10:51 am
- Forum: ESP IoT Solution 中文讨论版
- Topic: usb_stream怎么接入支持UVC的摄像头
- Replies: 4
- Views: 27934
- Mon Oct 30, 2023 10:47 am
- Forum: 硬件问题讨论
- Topic: TWAI引脚定义问题,rx和tx可以设置为任意两个GPIO嘛
- Replies: 1
- Views: 20589
Re: TWAI引脚定义问题,rx和tx可以设置为任意两个GPIO嘛
是的,对于 GPIO 没有限制
- Mon Oct 30, 2023 10:35 am
- Forum: 硬件问题讨论
- Topic: ESP32-C3开发板用数据线连接在电脑USB口上,无法识别出端口
- Replies: 6
- Views: 27732
Re: ESP32-C3开发板用数据线连接在电脑USB口上,无法识别出端口
可以检查一下数据线是不是可以传输数据的,有些数据线只能供电
- Mon Oct 30, 2023 10:34 am
- Forum: 硬件问题讨论
- Topic: 请推荐WIFI蓝牙模组
- Replies: 1
- Views: 20336
Re: 请推荐WIFI蓝牙模组
我觉得 esp32c3 可以满足你的需求: https://www.espressif.com/en/products/socs/esp32-c3
- Thu Aug 24, 2023 2:48 am
- Forum: ESP-IDF 中文讨论版
- Topic: 【已解决】esp32s3使用usb stream,报错NUM Stage CHECK_SHORT_DEV_DESC, Failed
- Replies: 3
- Views: 4116
Re: esp32s3使用usb stream,报错NUM Stage CHECK_SHORT_DEV_DESC, Failed
请先检查一下硬件连接是否正确,s3 是 io 19 20。 软件上没有对 s3 进行特殊处理
- Wed Aug 23, 2023 11:43 am
- Forum: ESP IoT Solution 中文讨论版
- Topic: button组件不能使用两个按钮?
- Replies: 2
- Views: 24178
Re: button组件不能使用两个按钮?
button 组件可以创建多个 button,甚至同一个 gpio 也可以创建多个 button。麻烦提供一下 log
- Mon Aug 21, 2023 12:14 pm
- Forum: ESP-WHO 中文讨论版
- Topic: 【已解决】使用TVM量化部署模型报错NameError: name 'GenerateESPConstants' is not defined
- Replies: 4
- Views: 36110
- Mon Aug 21, 2023 2:49 am
- Forum: ESP-WHO 中文讨论版
- Topic: 【已解决】按照教程量化过程中,from calibrator import *问题
- Replies: 2
- Views: 31907
Re: 按照教程量化过程中,from calibrator import *问题
请再 esp_dl 中将这个 python 包放到你的脚本目录下
- Wed Aug 09, 2023 3:56 am
- Forum: ESP-IDF 中文讨论版
- Topic: 【已解决】ESP32S3的双核问题
- Replies: 5
- Views: 4438
Re: ESP32S3的双核问题
读写flash时候把usb_stream 停掉,调用 stop,弄完再打开