I'm developing an Android app which should read sensor values of a BLE sensor on a high frequency (at least 25hz). The nRF Toolbox is receiving the values on the Notify property, but if I implement it by my own I don't receive the notify/or values accordingly.
As template I have used the BlinkyApp and developed the callbacks accordingly. How can I debug this or are there any common problems?
I can read data from the bluetooth device using
readCharacteristic(imuCharacteristic).with(dataCallback).enqueue()
but it won't read if the device send an notify.
Thanks in advanced