sandeepmistry / arduino-BLEPeripheral

An Arduino library for creating custom BLE peripherals with Nordic Semiconductor's nRF8001 or nR51822.
MIT License
462 stars 179 forks source link

Trying to read from the ANCS Data Source #149

Closed jacobmh1177 closed 6 years ago

jacobmh1177 commented 7 years ago

Hello @claudioarduino and I are working on getting notification attributes from ANCS. Right now we know that we are formatting the command buffer sent to the ANCS control source correctly but we can't read anything from the data source. I saw from an earlier issue this may be due to the fact that we are subscribing to two BLENotify characterisitics. When I subscribe to the Notification Source first I can read all the notification meta data, but when I subscribe to the Data Source first I don't get any information from the Notification Source. How can we get around this issue?

Thanks :)

sandeepmistry commented 7 years ago

@jacobmh1177 do you have a sketch to reproduce this? what debugging have you done so far?

sandeepmistry commented 6 years ago

Closing for now due to lack of feedback.