This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

BLE enable notification on nRF52833

Hi all,

I am developing BLE firmware to send and receive data between the development kit PCA10100 and nRFConnect App Desktop. 

I'd like to notify the client (the App) that data changed and update the data value. Following this tutorial, it seems that the server (my dev board) can only notify if the client enable notification. Is my understanding correct? When the client enable the notification, the server gets a notification enabled and that's when it can update data. I've implemented this using sd_ble_gatts_hvx and it is working ok for me. 

I'd like to notify/update data to the client without the client enabling the notification. Is this possible?

Many thanks 

Regards

Related