dzhu / myo-raw

MIT License
218 stars 115 forks source link

Raspberry Pi Zero disconnection #27

Open junior-senior opened 7 years ago

junior-senior commented 7 years ago

After approximately 2-3 seconds after the program starts printing emg data onto IDLE/terminal the armband disconnects and then the emg data is no longer printed. Just wondering if anyone else has this problem and knows of a fix.

hananabilabd commented 6 years ago

@junior-senior did you get to know the answer ??

junior-senior commented 6 years ago

@hananabilabd I did not unfortunately. It worked fine on a Pi 3 so opted for that instead.

hananabilabd commented 6 years ago

@junior-senior yeah um working also on Pi 3 but I have an issue of the slow rate of EMG Raw data it gives me 512 data frame every 10 sec which is so slow <<Do you faced the same issue ??

PerlinWarp commented 3 years ago

Hey @junior-senior , If you are using Windows the issue was the Myo timing out, I made a version of the driver without this problem here. My fix for timeout on Windows is in this commit.