Search found 2 matches
- Thu Oct 24, 2024 12:38 pm
- Forum: ESP-IDF
- Topic: How to reinitialize ble stack
- Replies: 1
- Views: 314
How to reinitialize ble stack
<r>Aim: I want to initialize BLE stack and send some data and again de-initialize BLE stack. This i want to do in a loop forever.<br/> <br/> Problem: after Re-initializing BLE stack it is getting reboot<br/> <br/> Terminal Output: <CODEBOX codebox="text" file="Untitled.txt"><s> </s>Guru Meditation E...
- Thu Sep 26, 2024 11:58 am
- Forum: ESP-IDF
- Topic: How to use ESP32C3's USB Serial/JTAG Controller for bidirectional communication
- Replies: 2
- Views: 703
How to use ESP32C3's USB Serial/JTAG Controller for bidirectional communication
Aim : To achieve simple request/response communication using ESP32C3's USB Serial/JTAG Controller. Example: I will connect ESP32C3's USB Serial/JTAG Controller lines to PC's USB port then from PC I will send any message using Serial Terminal and then I need to receive it in code and perform Actions....