Get measurements from the Myo band direcly over bluetooth (dongle less).
It is build around blupy, and CFFI
EMG have been tested on Linux, and provides data with 2 measurements per pod with 100Hz (200Hz sampling) as described in this blog post.
IMU data is also getting through, but havn't check the sampling frequency.
To test it, simply clone it, generate the CFFI
bindings, and run pymyo
(there is a minimalistic demo available there)
- get it:
git clone --recursive [email protected]:lbromo/PyMyo.git
cd PyMyo
- generate cffi bindings:
python generate_cffi_bindings.py
- use it:
python pymyo.py
To install it system wide, invoke sudo python setup.py install
(not possible with pip, as the installation is a bit hacky)