Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 583 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 583 Bytes

Some scripts to access the data streamed by the Neurosky Mindwave Mobile Headset over Bluetooth on Linux.

Requirements:

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()