Search found 8 matches

by BB1964
Fri Jun 24, 2022 1:12 pm
Forum: ESP-IDF
Topic: Dynamically Selecting the RTC Clock Source
Replies: 0
Views: 1524

Dynamically Selecting the RTC Clock Source

Micro: ESP32-WROOM-32E IDF 4.4.1 We are currently working on a cost reduction version of our product. The main functional difference is the new version of the hardware will use an external crystal for the RTC clock source. Our current version is using the 8 MHz oscillator. The goal is to make the cl...
by BB1964
Sun Jan 30, 2022 5:23 pm
Forum: ESP-IDF
Topic: Wake up not working after IDF 4.4 upgrade.
Replies: 1
Views: 1698

Wake up not working after IDF 4.4 upgrade.

I'm currently upgrading our product from IDF 4.2 to 4.4. I have got the project to compile after several minor changes. The product runs well when the unit is powered. The problem is that timer and push button wake up are no longer working when the unit is running on battery. Only way I can wake up ...
by BB1964
Sat Jan 22, 2022 3:55 pm
Forum: ESP-IDF
Topic: Generating partition-table.bin failed
Replies: 2
Views: 3975

Re: Generating partition-table.bin failed

That did it. Thank you for your help.
by BB1964
Fri Jan 21, 2022 10:29 pm
Forum: ESP-IDF
Topic: Generating partition-table.bin failed
Replies: 2
Views: 3975

Generating partition-table.bin failed

We have been using docker to compile our ESP32 projects. Our current docker image of IDF 4.2 has been working for a while. We want to upgrade to IDF 4.4 but when I try to compile it, it fails to create the partition-table.bin for our custom partition table. ------------------------------- Our custom...
by BB1964
Fri Feb 12, 2021 5:24 pm
Forum: ESP-IDF
Topic: High Sleep Current Usage When BLE/WiFi is Untouched
Replies: 5
Views: 5840

Re: High Sleep Current Usage When BLE/WiFi is Untouched

That did it, thank you for your help.
by BB1964
Thu Feb 11, 2021 8:29 pm
Forum: ESP-IDF
Topic: High Sleep Current Usage When BLE/WiFi is Untouched
Replies: 5
Views: 5840

Re: High Sleep Current Usage When BLE/WiFi is Untouched

We're having a similar problem as well. When our system wakes up, checks in to our server using wifi, and then goes back to sleep, we get the low sleep current that we expect. When using an external radio(i.e. 900 MHz), the ESP32 would have a high current draw when it goes back to sleep, never using...
by BB1964
Fri Jan 08, 2021 7:48 pm
Forum: ESP-IDF
Topic: Increasing BTA_GATTC_NOTIF_REG_MAX
Replies: 1
Views: 2118

Increasing BTA_GATTC_NOTIF_REG_MAX

I'm currently working on a BLE Gatt client to work with my BLE Gatt server using IDF v4.1. For my client application I am getting the following message 4 times : E (6741) BT_APPL: Max Notification Reached, registration failed. I found the following lines in bta_gattc_int.h. #ifndef BTA_GATTC_NOTIF_R...
by BB1964
Tue Jan 05, 2021 11:06 pm
Forum: ESP-IDF
Topic: Monitor not working after Updating Espressif Extension to 0.6.0 (VSC-526)
Replies: 2
Views: 2671

Re: Monitor not working after Updating Espressif Extension to 0.6.0

I'm having the same problem after v0.6.0 was installed. I did notice in my terminal if I typed path, it would show all my paths that are defined. Click the terminal button and get the same results you did. When I typed the path command again, I would get PATH=(null). I am able to run the idf.py -p C...