Search found 3 matches

by cwallach
Wed Jan 16, 2019 6:04 pm
Forum: ESP-IDF
Topic: How does BLE GATT Client read characteristic (battery level) value?
Replies: 0
Views: 2535

How does BLE GATT Client read characteristic (battery level) value?

I would like to read the battery level from a BLE server. How does one do this? I modified the GATT_CLIENT example project to use the Battery Service UUID. When run it appears to WRITE the battery level (which fails). How to READ the battery level? The file Gatt_Client_Example_Walkthrough.md has a f...
by cwallach
Wed Nov 14, 2018 7:28 pm
Forum: ESP-IDF
Topic: How to use delete OTA app?
Replies: 2
Views: 4457

How to use delete OTA app?

I used OTA to flash application code. However, there is an exception during init that causes the system to reboot. It reboots, hits the exception, reboots, hits the exception.... I then rebuilt a new app without the problematic code. OTA not longer works because of the reboots. So I hold the reset b...
by cwallach
Thu Sep 20, 2018 9:54 pm
Forum: ESP-IDF
Topic: Blue tooth event for for each packet
Replies: 0
Views: 2165

Blue tooth event for for each packet

I am setting up a BLE beacon and would like to updates the data after each beacon is sent.
Is there a way to get notified when the radio has completed sending each beacon?

Thanks