-
Notifications
You must be signed in to change notification settings - Fork 236
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Gyro #269
Comments
what headset model are you using? |
I'm using EMOTIV EPOC+ |
yes, that will explain why its not reading the values. The Epoc+ version is being worked on... I have managed to get the gyro working for the Epoc+ #264 #265 The first byte, is the counter, it will go from 0-255 If the 2nd byte is 16, then thats the EEG data packet. If you iterate through the raw data variable... you will see 14 "127" values (if the headset is not worn) Next to every 127 value, is the raw data value... you won't get any floating point math from it right after 14 signal quality+data values, you see 0 0 If the 2nd byte is 32, that is the MEMS (gyro data) I used code in another language, but you should be able to make use of it.
so the 4th byte was to move the X axis To go left, it subtracts the motion amount from 255. I will probably throw some code up later on. With my CyKit version, i've just been streaming the raw data, and working with it elsewhere. |
I've been worked emokit library with Python, but whe I ran example.py code, the gyro signals are 0 all the time.
How can I solve this problem?
Help! Thank you.
The text was updated successfully, but these errors were encountered: