fbolanos / python-mindwave-mobile

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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