Search found 2 matches

by bart
Thu Jul 09, 2020 11:52 pm
Forum: Programs, Libraries and Tools
Topic: ubluetooth - Question regarding event codes and subscribing to notifying characteristics
Replies: 10
Views: 6244

Re: ubluetooth - Question regarding event codes and subscribing to notifying characteristics

How do find the value handle for the CCCB descriptor for a specific characteristic? Do I simply look for the 0X2902 UUID following the actual characteristic? Yep, similar to how you find the characteristic value handle, you can use ble.gattc_discover_descriptors. Thanks redyellow for contributing t...
by bart
Tue Jun 16, 2020 11:50 pm
Forum: Programs, Libraries and Tools
Topic: ubluetooth - Question regarding event codes and subscribing to notifying characteristics
Replies: 10
Views: 6244

ubluetooth - Question regarding event codes and subscribing to notifying characteristics

I am trying to control a BLE-accessible motor with an ESP32 board. I am quite new to microcontroller programming and first tried to use the Arduino IDE, soon to find out that C programming is still not much fun (for me). As this is part of a home improvement project I decided it should be fun and sw...