Android Question Bluetooth LE, minimum reading interval

Heli Pihlajamaa

New Member
Licensed User
Longtime User
Hi all,

I'm developing an app which reads and stores sensor values from a device via Bluetooth LE (I'm using BleExtEx library). I've noticed that my app is capable to read values only if there's a 200 ms gap between each packet. Where does this limitation come from? Is it possible to read data faster than this? What should I do if I wanted to fix this?

I've noticed that others have mentioned about the same problem, but I haven't seen anyone really answering to these questions. I'd be happy to hear from anyone who knows about this.

Thank you!
 

Heli Pihlajamaa

New Member
Licensed User
Longtime User
Thank you, testing in release mode solved my problem! Let this (somewhat even shamefully simple) oversight of mine be as an example for others, too :)
 
Upvote 0
Top