neuromore/studio

Bluetooth Issue

Opened this issue · 2 comments

@cyberjunk @dioptre There is an issue with the Qt Bluetooth - we need to pair the BLE device first with the Windows and then we can connect our device with the application. This involves an extra step, an overhead, of pairing the device first with the Windows Bluetooth device manager.

A better approach to connecting with Bluetooth devices is to use the Bluetoothleapis.h. This allows the application to directly scan and connect with the Bluetooth devices, without the need to paring the device first with the Windows Bluetooth Manager.

Interesting to consider, have you looked into how https://github.com/brainflow-dev/ does it? Your device was using it?

We have not yet released an official Brainflow integration, we are working on it. As far as I know, Brainflow does not support Bluetooth data streaming, we are yet to figure it out.