Hi everyone,
I have created a custom BLE service with a characteristic and I update the custom value after enabling notifications by calling the ble_cus_custom_value_update function when the app_timer expires. So far it works great and I update the value with a frequency of 1Hz. Now I have to update the value with a frequency of 100Hz (10ms).
How could I verify that no data are lost and the custom value is updated every 10ms? I want to ensure that central receives all the packets.
Thanks in advance
Nick