Contributions:NeuroSky: Difference between revisions
Appearance
m Changed link to svn location. Neurosky->NeuroSky |
Clarified Functionality of current module |
||
| Line 19: | Line 19: | ||
==Functional Description== | ==Functional Description== | ||
Acquires signal data from the NeuroSky Mindset. Device must first be connected and paired via Bluetooth. | Acquires signal data from the NeuroSky Mindset. Device must first be connected and paired via Bluetooth. | ||
Note: Current module only works with the single channel Mindset device. A future version (June 2011) will include support for newer NeuroSky devices. | |||
==Installation== | ==Installation== | ||
Revision as of 01:29, 5 April 2011
Synopsis
NeuroSky Mindset Acquisition Module
Known Issues
Starting the source module without the device connected causes system lockup on "Set Config", requiring force quit of Neurosky.exe
Location
http://www.bci2000.org/svn/trunk/src/contrib/SignalSource/NeuroSky
Versioning
Authors
Griffin Milsap (griffin.milsap@gmail.com)
Version History
Source Code Revisions
Functional Description
Acquires signal data from the NeuroSky Mindset. Device must first be connected and paired via Bluetooth.
Note: Current module only works with the single channel Mindset device. A future version (June 2011) will include support for newer NeuroSky devices.
Installation
Copy the Thinkgear.dll to the prog directory for the module to work.
Parameters
- The device has one channel, so SourceCh must be set to 1.
- The device's sampling rate is 512Hz, so the SamplingRate parameter must be set to 512.
- Ideally, the device has no DC offset, so SourceChOffset should be set to 0
- SourceChGain must be set to the Neurosky's actual conversion factor: 0.2197.
- COMPort is an enumerated parameter which allows you to select which COM port the device resides on. This can be found by looking through your bluetooth settings. It is also possible to set the COM port to a lower number, if the default COM port is over 16.
States
States regarding signal quality are in the works.