Hi,
I'm trying to understand the speed of the BLE communication. What I do in my infinite loop is a SAADC conversion then send the value to BLE (int16_t).
In order to be able to see the data on nRF Connect app on Android, I'm forced to add a nrf_delay_ms(20), below this value, the board crash. But this is not fast enough for my needs.
But when I try with Web Bluetooth for example, I'm forced to increase the delay to 150ms, otherwise, after a few dozen, it stop.
How can I increase my speed ? Am I not able to notify from my board in full speed ? I would need a speed of 100 packet per second, is it possible ?!
Thanks