Álvaro Villoslada

Results 9 comments of Álvaro Villoslada

My guess is the same than in issue #6 , maybe is because the version of the firmware of your Myo is different than the one I have. Could you...

Hi @raquena I've never had any issues regarding auto-scanning the MAC address of the Myo. I've tested this code with at least three different devices and it has always worked....

I have committed more changes to the original code. I have implemented a method to get the real raw EMG signals, not the filtered ones that the original code receives....

@hananabilabd, I think [Open Myo](https://github.com/Alvipe/Open-Myo) is faster than this code. I've never done a proper test, but I think its close to the 200 Hz at which data is theoretically...

I don't know if you are still interested, as this issue is from a year ago, but I've managed to get the real raw EMG signals, not the filtered ones...

@hananabilabd, the main code is the _myo_raw.py_. This code graphs raw data from the 8 channels of the Myo. The variable where raw EMG data is stored is called _emg_....

@hananabilabd, of course you can use the [Open Myo](https://github.com/Alvipe/Open-Myo) module in a Linux laptop/PC (that was the idea). However, it does not work with the Bluetooth dongle included with the...

@hananabilabd, if it's a BTLE (Bluetooth 4) antenna, it will probably work. The best way of confirming it is by testing it yourself.

Hi @geky. First of all, I want to thank you for your amazing work. Coming from SPIFFS, which gets corrupted so easily in the event of sudden power losses, the...