pyomyo
pyomyo copied to clipboard
PyoMyo - Python Opensource Myo armband library
Hi Is there a way that I collect both IMU and EMG data at the same time?
Sensor positioning is hard and solving it is part of solving cross session generalisation, although there are fancy techniques that can be performed after the data is gathered, it would...
Both feature engineering and preprocessing of EMG data will likely be added for any significantly difficult project using pyomyo. If so it would be nice to contribute these implementations back...
This was started in the [Spectrogram branch](https://github.com/PerlinWarp/pyomyo/tree/spectrogram) and is completed for one channel, although I am not sure about the correctness of my method. Needs moving to all 8 channels...
The BLED112 dongle allows the Myo to work on any operating system as it acts as a COM port that forwards serial commands send to it over Bluetooth. One reason...
Hi guys, I wonder did anyone encountered with after run self.run method for minutes, no data came out then. I have done some debugger work, and found that it's the...
Hi, This repo is fantastic. I wonder, does the code support running multiple Myos on the same BLE dongle? Could you point me out to an example? I forked the...