Search found 1 match
- Tue Oct 18, 2022 1:54 pm
- Forum: ESP32 Arduino
- Topic: ESP32-C3 stucks on writing to BLE Characteristic without response
- Replies: 0
- Views: 920
ESP32-C3 stucks on writing to BLE Characteristic without response
Hello I am calling function pDfuPacketCharacteristic->writeValue(data, rd, false); to write to characteristic without response. Problem is that ESP gets stuck on line 600 https://github.com/espressif/arduino-esp32/blob/a5f03a86512b270be1080d7e7cb82e4fd71c9a1a/libraries/BLE/src/BLERemoteCharacteristi...