You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm doing some research based on Myo Armband now. Pewter is powerful and well designed, but I was very confused about how to modify the default sample rate of the EMG signal. I tested it and I think the default sample rate was 200Hz, right?
Could you tell me where to modify the default sample rate? I can not find it. Thx so much.
The text was updated successfully, but these errors were encountered:
Hi, @RaphaelDuan, Has you figured out how to set the sample rate? also, since the Thamlic is dead, could you share the Myo connect for the windows installer? Thanks a lot
Hi @mayorhao
I worked on a project using the myo a few years back. However, it's been years since I worked with this code.
Here is information that might be useful.
Digging through the myo.js (https://github.com/thalmiclabs/myo.js) file, which pewter uses to communicate with the myo, you can see that it uses a web socket to send commands to the armband.
Now, the myo.js file doesn't seem to be modifying the armband's output frequency. However, when looking at another project "myo-raw" (https://github.com/Alvipe/myo-raw), which communicates with the myo via Bluetooth and is implemented in Python, there is a line where the armband's output frequency is set :
Dear author,
I'm doing some research based on Myo Armband now. Pewter is powerful and well designed, but I was very confused about how to modify the default sample rate of the EMG signal. I tested it and I think the default sample rate was 200Hz, right?
Could you tell me where to modify the default sample rate? I can not find it. Thx so much.
The text was updated successfully, but these errors were encountered: