pyomyo icon indicating copy to clipboard operation
pyomyo copied to clipboard

PyoMyo - Python Opensource Myo armband library

Results 8 pyomyo issues
Sort by recently updated
recently updated
newest added

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...

enhancement

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...

enhancement

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...

enhancement

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...

enhancement

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...