PyoMyo - 0.0.5
The Python open-source Myo library, pyomyo, is a cross-platform library made for the Thalmic Labs Myo that
implements a Bluetooth protocol over Serial using the included dongle. It supports data collection using all 3 known preprocessing modes:
- emg_mode.PREPROCESSED (0x01) - 50Hz rectified and filtered
- emg_mode.FILTERED (0x02) - 200Hz filtered non-rectified
- emg_mode.RAW (0x03) - 200Hz unrectified data scaled between -128 and 127
PyoMyo also includes a wiki featuring tutorials and essential information on using sEMG for projects, such as anatomy details.
In order to improve the reproducibility of work using pyomyo, here is an initial stable release tested across different versions of Windows, Ubuntu and macOS. If you publish work that uses pyomyo, please cite us and mention which preprocessing mode of the Myo you use.
PyPi link: https://pypi.org/project/pyomyo/0.0.5/
Release commit: 23f5d4c