Search found 7 matches
- Tue Aug 29, 2023 1:44 am
- Forum: ESP-IDF
- Topic: Build error: pkg_resource deprecated
- Replies: 1
- Views: 2251
Build error: pkg_resource deprecated
I am working on a project using ESP-IDF with esp32s3. I works fine before I upgraded the toolchains for another project. It shows "DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html" I hv read some articles and tried different sugge...
- Tue Aug 29, 2023 1:34 am
- Forum: ESP-IDF
- Topic: Compile error: API components not found
- Replies: 2
- Views: 1367
Re: Compile error: API components not found
Thank you for the reply! I hv found the problem. Another component, which hv not added the requires drive in the CMakeList, is calling the reported component. So that another component hv not included the requires drive casuing the error. After adding "REQUIRES drive" in the CMakeList, the problem s...
- Mon Aug 07, 2023 9:34 am
- Forum: ESP-IDF
- Topic: Compile error: API components not found
- Replies: 2
- Views: 1367
Compile error: API components not found
Hi, I hv to take over a old project to make modification and I encounter some problem on compiling the project. I hv imported the project and try to compile. Expectedly lot of error come out. Most of them could be solved by adding "REQUIRES xxx" which add back the required components. But at the ver...
- Wed Mar 22, 2023 9:11 am
- Forum: ESP-IDF
- Topic: Any drawback if use external 32.768kHz xtal for BLE light sleep
- Replies: 2
- Views: 1608
Re: Any drawback if use external 32.768kHz xtal for BLE light sleep
Could anyone help?
Whats would be the possible cause (e.g. watchdog)?
Thanks for the help!
Whats would be the possible cause (e.g. watchdog)?
Thanks for the help!
- Wed Jan 11, 2023 2:57 am
- Forum: ESP-IDF
- Topic: Any drawback if use external 32.768kHz xtal for BLE light sleep
- Replies: 2
- Views: 1608
Re: Any drawback if use external 32.768kHz xtal for BLE light sleep
Some update: 1. Some sample just keep reset itself 2. Some of them could be connected with BLE, but disconnected after a few sec with reason 0x08 (connection timeout) 3. There are a LED driven by IO12 will be turn on after power up, the abnormal samples will have a uneven flashing on that. Thank for...
- Fri Jan 06, 2023 7:10 am
- Forum: ESP-IDF
- Topic: Any drawback if use external 32.768kHz xtal for BLE light sleep
- Replies: 2
- Views: 1608
Any drawback if use external 32.768kHz xtal for BLE light sleep
Hi, Im working on a project using ESP32s3 for a HID USB device As the power consumption and temp of the chip is bit higher then requirement So I use external 32.768kHz xtal for BLE light sleep followed by this guide https://github.com/espressif/esp-idf/issues/947#issuecomment-500312453 which work fi...
- Fri Sep 02, 2022 1:46 am
- Forum: ESP-IDF
- Topic: File missed while compiling ESP-IDF example code
- Replies: 1
- Views: 1093
File missed while compiling ESP-IDF example code
Hi all, Im working on a project with esp32-s3 chip set to build a application with USB feature. So I created a new project with the tinyUSB example under peripherals/usb/device/ from master version esp-idf. The project is created successfully but while trying to build, there is a compile error sayin...