Skip to main content

Python wrappers for the NeuroSky Mindwave Headsets

Project description

===========
mindcontrol
===========

mindcontrol provides an api that allows python programs to capture data that
is emitted by the NeuroSky MindWave headsets. It uses a socket to connect to
the ThinkGearConnector application that acts as a server for the headset data::

#!/usr/bin/env python

from mindcontrol.userbrain import Brain
from time import sleep

SLEEP_TIME = 5 # seconds
CONCENTRATE_TIME = 5 # seconds
my_brain = Brain()
while not my_brain.isConnected():
print 'Not connected to brain yet. Will try again in %d seconds' % SLEEP_TIME
sleep(SLEEP_TIME)
# brain is now connected, get some stuff
print 'Concentrate really hard for the next %d seconds!' % CONCENTRATE_TIME
# sample once each second
conc_vals = []
for idx in xrange(CONCENTRATE_TIME):
conc_vals.append(my_brain.getProperty('attention'))
sleep(1)
print 'Your recorded concentration values were:\n\t[%s]' % ', '.join([str(x) for x in conc_vals])




collaboration
=========

This project is GPL licensed so do whatever you want with the code. This module is currently being source controlled
on GitHub, so if you want to check out the project you can find it here: https://github.com/georgeBoole/mindcontrol.
This module is mostly experimental at the moment, but expect more development soon.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

mindcontrol-0.54dev.tar.gz (7.1 kB view details)

Uploaded Source

Built Distribution

mindcontrol-0.54dev.macosx-10.6-intel.exe (72.8 kB view details)

Uploaded Source

File details

Details for the file mindcontrol-0.54dev.tar.gz.

File metadata

  • Download URL: mindcontrol-0.54dev.tar.gz
  • Upload date:
  • Size: 7.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for mindcontrol-0.54dev.tar.gz
Algorithm Hash digest
SHA256 e666fdc4b102fd36d2245e8aed54bba629bf91256f7c046bfaf006c05f46849b
MD5 8da13d987b525977b2f812cf19a29673
BLAKE2b-256 839762c71fdd37c8bce6b3924b5787cb564b2f39a6a06df2bfb9957598656ddb

See more details on using hashes here.

File details

Details for the file mindcontrol-0.54dev.macosx-10.6-intel.exe.

File metadata

File hashes

Hashes for mindcontrol-0.54dev.macosx-10.6-intel.exe
Algorithm Hash digest
SHA256 b1e772a01f5dd48219f9472f4c8e2f7f6aa8335228b1df88bba21f822f68538a
MD5 8161ff85c46670b056be34dfe51d8679
BLAKE2b-256 f32f36ab3d3ad1dc9b66101517578893542ecfe02d3ed253b390efed7a87206b

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page