Skip to content

fbolanos/python-mindwave-mobile

 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published