Skip to content
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

Unknown OpCode. Value: 4 #26

Open
GeorgeMichalakis opened this issue Apr 13, 2019 · 5 comments
Open

Unknown OpCode. Value: 4 #26

GeorgeMichalakis opened this issue Apr 13, 2019 · 5 comments

Comments

@GeorgeMichalakis
Copy link

GeorgeMichalakis commented Apr 13, 2019

Hello! I use Ubuntu 16.04 LTS and possess a MindwaveMobile 2 headset.
When I run the

from mindwavemobile.MindwaveDataPointReader import MindwaveDataPointReader
mindwaveDataPointReader = MindwaveDataPointReader()
mindwaveDataPointReader.start()
dataPoint = mindwaveDataPointReader.readNextDataPoint()
print(dataPoint)

I get Unknown OpCode. Value: 4. I tried both python and python3.
Any suggestions?

@robintibor
Copy link
Owner

You get an error or what? what exactly happens? can you print error message here if it is an error?

@GeorgeMichalakis
Copy link
Author

GeorgeMichalakis commented Apr 17, 2019

Greetings!
I don't get an error. It is just printing the above message.
I've put the print command into a while(True) loop and it keeps printing the same message too.

@robintibor
Copy link
Owner

You can safely ignore this message. Do you get other datapoints as well or just this?

@mwu39
Copy link

mwu39 commented May 17, 2020

Hello! I also face this issue and no datapoints show on the screen. Any suggestions?

@robintibor
Copy link
Owner

so if you have some loop printing datapoints, do you only get this one or also others?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants