Search found 2 matches
- Mon Apr 15, 2024 2:06 am
- Forum: IDEs for ESP-IDF
- Topic: how to access device console & send commands
- Replies: 1
- Views: 29036
Re: how to access device console & send commands
with using idf.py monitor, you can send the command inside the console.
- Fri Mar 31, 2023 9:30 am
- Forum: General Discussion
- Topic: ESP32 BLE OTA issue
- Replies: 0
- Views: 792
ESP32 BLE OTA issue
Hi, I am currently using IDF v4.3.3 and ESP32-WROOM to build a device as a BLE peripheral. Under BLE OTA process, I found that the BLE driver sometimes hang up during receive "L2CAP fragment". The device does not send out "Empty PDU" and even disconnect when the supervision timeout is reached. Attac...