Search found 1 match
- Fri Mar 03, 2023 5:42 pm
- Forum: ESP32 Arduino
- Topic: Semaphore Hang with BLE on BLERemoteCharacteristic.WriteValue()
- Replies: 0
- Views: 689
Semaphore Hang with BLE on BLERemoteCharacteristic.WriteValue()
New to BLE. New to Semaphores. I mostly have my head wrapped around it, and my application is working well enough. However, because the data is less than 20 bytes, I am just using the data passed in the Notification Callback. Because I might someday like to receive more than 20 bytes, I'm trying to ...