Ganglion:
Filter:
OpenBCI-SuperCollider/Classes (extension) | External Control

Ganglion
ExtensionExtension

Abstract class for Ganglion boards

Description

see https://docs.openbci.com/Ganglion/GanglionSDK for more information about the commands.

NOTE: this is an abstract class - do not instantiate. use the GanglionSerial or GanglionWifi subclasses.

Class Methods

.numChannels

4

.defaultSampleRate

An Integer that is different for each board. For Ganglion boards it is 200 (Hz).

Instance Methods

.uVScale

A Float scaling factor used internally to convert from 24bit to microvolt (uV). This factor differ for each board.

.accScale

A Float scaling factor used internally to convert from 16bit to -4 to 4 g. This factor differ for each board.

.setSampleRate

The Ganglion with USB Dongle (GanglionSerial) cannot and will not stream data over 200SPS. With the WifiShield all rates are possible (GanglionWifi).

Examples

see GanglionSerial or GanglionWifi help files.