Description
Hello,
I've been using the Bluno board successfully with an Android app based on this demo.
I'm using sensor input from the Bluno to trigger sounds in this app.
My problem is : it seems that there is a constant latency due to the BLE protocol, around a few hundreds of miliseconds, which makes the Bluno unsuitable for this particular application.
I'm wondering if there is a way to increase the priority of BLE communication with the Bluno.
I think it's possible because some bluetooth devices like mice and keyboards have a much lower communication latency.
Does anyone know if it is even possible, and if so, where to look at to improve this behaviour ?
I'd like to reach a more or less constant latency of around 20ms, maximum 50ms (this is what is needed to preserve a sensation of immersion in real-time applications involving gesture and sound feedback).
Thanks for any pointers,
Joseph