Update:
Looks like the problem is the behavior with (some?) Android devices. iOS appears to work fine.
No solution yet
Search found 4 matches
- Tue May 20, 2025 6:05 am
- Forum: ESP-IDF
- Topic: Can't get BLE Pairing to work on ESP32-S3
- Replies: 2
- Views: 281
- Fri May 02, 2025 7:02 am
- Forum: ESP-IDF
- Topic: Can't get BLE Pairing to work on ESP32-S3
- Replies: 2
- Views: 281
Can't get BLE Pairing to work on ESP32-S3
I am trying to get BLE pairing to work with persistent keys. I am testing with the example nimble/bleprph and following the tutorial. ESP-IDF 5.4.1 on ESP32-S3 devkit. I have enabled bonding, MITM, encryption, peer address, and NVS keys persistence and tried various combinations, but I don't get a ...
- Fri Feb 14, 2025 7:03 am
- Forum: ESP-IDF
- Topic: Debuggung ESP32-C6 with external JTAG probe
- Replies: 2
- Views: 904
Re: Debuggung ESP32-C6 with external JTAG probe
OpenOCD 0.12, shipped with the ESP tools. Good call, considering I have another (older) version installed, but I verified that I used the correct one.
- Thu Feb 13, 2025 12:15 pm
- Forum: ESP-IDF
- Topic: Debuggung ESP32-C6 with external JTAG probe
- Replies: 2
- Views: 904
Debuggung ESP32-C6 with external JTAG probe
I am new to ESP platform and this might be the wrong question but I am at a loss how to approach this.
I am trying to debug some code on ESP32-C6 (using the DevKit). It involves light sleep mode. Unfortunately, any attempt to debug with the built-in USB JTAG fails because it is disabled in this ...
I am trying to debug some code on ESP32-C6 (using the DevKit). It involves light sleep mode. Unfortunately, any attempt to debug with the built-in USB JTAG fails because it is disabled in this ...