Niklas Rosenstein

Results 129 comments of Niklas Rosenstein

Hey @jmw182 , that sounds like an issue coming from the driver. I would be surprised if that invalid value was somehow introduced by a bug in the wrapper. Is...

What do you mean your laptop can connect to the Myo, how does that work? Does it connect through the Myo Connect application? The native libraries require Myo Connect to...

What data are you referring to?

I don't know, it's probably in the Myo documentation. Or if you take a look at the values that the Myo spits out and compare it with typical EMG value...

Hello @250955967 , do you have the latest version of the library installed? Try `pip install --upgrade myo-python`, or inspect the version number using `python -c 'import myo; print(myo.__version__)'`

Does the file `C:\path\to\myo-sdk\bin\myo64.dll` actually exist?

Hi @AdrianIbarra , Not sure I can follow. `EmgCollector` is not part of the `myo-python` library. I'm assuming you're using the `EmgCollector` class form the EMG example script: https://github.com/NiklasRosenstein/myo-python/blob/3b72991505d8b76fac4ab24b609b6334fe76bde1/examples/03_live_emg.py#L31-L52 As...

Not sure I understand the question. 200Hz means you're getting 200 measurements per seconds.

Hell @AhmedHeshamAfifi , can you provide some example code that reproduced the issue?

Hi Aditya, I don't have multiple Myos so I can't test it, but it should be possible without further ado. If you chose to implement a `DeviceListener`, you will receive...