Search found 2 matches

by Jeroenvdb
Wed Oct 05, 2022 1:27 pm
Forum: General Discussion
Topic: ESP RF Test Tool not compatible with native USB on ESP32-S3
Replies: 17
Views: 46109

Re: ESP RF Test Tool not compatible with native USB on ESP32-S3

@ESP_WZH @ESP_Sprite Have there been any developments? Latest ESP RF Test Tool V2.8 is dated 2021.11.10. We are facing the same challenge as @seonroz describes, but we are using the ESP32-C3. Programming the test binary over USB works fine, but after programming, the USB Uart device disappears and n...
by Jeroenvdb
Wed Jul 27, 2022 2:03 pm
Forum: ESP-IDF
Topic: ESP32C3: esp_sleep_get_wakeup_cause() not detecting wakup from IO
Replies: 2
Views: 2521

ESP32C3: esp_sleep_get_wakeup_cause() not detecting wakup from IO

Hello, we are using two wakeup sources to wakup the ESP32C3 (using IDF 4.4.1) from deep-sleep, a RTC timer and RTC_IO. This is working as expected. However we are not able to detect the wakeup cause (runtime) correctly. Both esp_sleep_get_wakeup_cause () and esp_reset_reason () functions do give the...