libsooshi
libsooshi copied to clipboard
Library to access Mooshimeter from Linux
When running the example on my machine, I get: (process:5291): sooshi-ERROR **: Error starting read routine: GDBus.Error:org.bluez.Error.NotSupported: Operation is not supported From that I would suspect, I have an incompatible...
Hi, I'm looking for some particular examples where this is confirmed to be working, like for example Raspberry Pi 3 with the included Bluetooth adapter, or X Dell laptop, or...
At high sampling rates (8000), especially the blocking heartbeat call can cause the library to fall behind and thus deliver measurement results late
This is a feature the Android app already has(?): It allows you to use two or more Mooshimeters simultaneously. This means that we have to move everything belonging to one...
To be able to support more than Linux (with BlueZ 5 over D-Bus) one day, we should abstract the Bluetooth functionality away from the actual code.
Currently, libsooshi picks the first adapter implementing the _org.bluez.Adapter1_ interface it can find. There should be a way of telling it to use a certain one, in case there are...