Contributions:NeuroSky

From BCI2000 Wiki
Revision as of 22:37, 17 March 2010 by Gmilsap (talk | contribs)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

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.

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.

See also

User Reference:Filters, Contributions:ADCs