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

Cyton
ExtensionExtension

Abstract class for Cyton boards

Description

see https://docs.openbci.com/Cyton/CytonSDK/ for more information about the commands.

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

Class Methods

.numChannels

8

.defaultSampleRate

An Integer that is different for each board. For Cyton boards it is 250 (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 Cyton with USB Dongle (CytonSerial) cannot and will not stream data over 250SPS. With the WifiShield all rates are possible (CytonWifi).

.getVersion

Get firmware version.

Examples

see CytonSerial or CytonWifi help files.