Skip to content

lbromo/pymyo

Repository files navigation

PyMyo

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.

Test it

To test it, simply clone it, generate the CFFIbindings, and run pymyo (there is a minimalistic demo available there)

  1. get it: git clone --recursive [email protected]:lbromo/PyMyo.git
  2. cd PyMyo
  3. generate cffi bindings: python generate_cffi_bindings.py
  4. use it: python pymyo.py

Install it

To install it system wide, invoke sudo python setup.py install (not possible with pip, as the installation is a bit hacky)

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages