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?
Hello! I use Ubuntu 16.04 LTS and possess a MindwaveMobile 2 headset.
When I run the
I get Unknown OpCode. Value: 4. I tried both python and python3.
Any suggestions?