python-mindwave-mobile icon indicating copy to clipboard operation
python-mindwave-mobile copied to clipboard

Scripts to read data out of the Neurosky Mindwave Mobile unter Ubuntu

Results 8 python-mindwave-mobile issues
Sort by recently updated
recently updated
newest added

I have four things to ask you. **1.** What does the purpose of using missing bytes in this function from MindWavemobileRawReader.py file: def _readBytesFromMindwaveMobile(self, amountOfBytes): missingBytes = amountOfBytes receivedBytes =...

Hello. An apology in advance if this isn't the right place to seek help. I'm testing the code and can get it working but can't detect the blink (Mindwave Mobile...

Hi, thanks for the lib. Any hint on this issue? ``` python3 read_mindwave_mobile.py Discovered Mindwave Mobile... Could not connect: (112, 'Host is down') ; Retrying in 5s... Could not connect:...

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) ```...

Hi, At first let me thank you for the source code, and it is written nicely. I need additional feature is that the values should come with time stamp, please...

I've never left a comment/ reported an issue... so forgive me if this is misplaced. I have been trying to connect the neurosky mindwave mobile 2 with raspberry pi 3...

I possess a mindwave mobile 2 and while running the current repository, pybluez cant find the headset. However, if I use bluetooth.ble and scan for bluetooth low energy devices I...

As I use the api you provided, the program is stopped working after running for a while(15-20 mins.). I still have no idea how to fix it. As I tried...