Some scripts to access the data streamed by the Neurosky Mindwave Mobile Headset over Bluetooth on Linux.
Requirements:
- PyBluez, see their documentation for installation instructions :)
Usage in python:
mindwaveDataPointReader = MindwaveDataPointReader()
# connect to the mindwave mobile headset...
mindwaveDataPointReader.start()
# read one data point, data point types are specified in MindwaveDataPoints.py'
dataPoint = mindwaveDataPointReader.readNextDataPoint()