Hi All,
does anyone managed to generate a Random Private Resolvable Address using NimBLE on a ESP32-C2 (ESP8684)?
Based on the "NimBLE Security" example we are creating a BLE Peripheral using Random private resolvable address. This way we should be able to bond the device while keeping the ...
Search found 3 matches
- Tue Sep 16, 2025 9:53 am
- Forum: ESP-IDF
- Topic: Generating Random Private Resolvable Address using NimBLE
- Replies: 1
- Views: 373
- 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: 53118
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 ...
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 ...
- 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: 3669
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 ...
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 ...