BrainBit for developers Subscribe for updates Visit website

Parameter description

Name

Name of device. String value.

State

Information about the connection status of a device. Can take two values:

- InRange - Device connected
- OutOfRange - The device is turned off or out of range

Address

MAC-address of device. For iOS/MacOS represents by UUID. String value.

SerialNumber

Serial number of device. String value.

For callibri device families, this field is empty in `SensorInfo` when searching, and you can get it immediately after connecting using this property.

HardwareFilterState

Device signal filter activity states. If the parameter is supported by the device, it becomes possible to set the desired filters using the `HardwareFilters` parameter. The next filters are available:

- HPFBwhLvl1CutoffFreq1Hz
- HPFBwhLvl1CutoffFreq5Hz
- BSFBwhLvl2CutoffFreq45_55Hz
- BSFBwhLvl2CutoffFreq55_65Hz
- HPFBwhLvl2CutoffFreq10Hz
- LPFBwhLvl2CutoffFreq400Hz

FirmwareMode

Information about the current mode of operation of the device firmware. It can be in two states:

- ModeBootloader - the device is in bootloader mode
- ModeApplication - normal operation

SamplingFrequency

An property that is used to set or get the sample rate of a physiological signal.

It is unchanged for BrainBit and BrainBitBlack and is 250 Hz.

Gain

Gain of an ADC signal.

It is unchanged for BrainBit and BrainBitBlack and is 6.

Offset

Signal offset.

It is unchanged for BrainBit and BrainBitBlack and is 0.

FirmwareVersion

Information about the device firmware version. Contain a structure named `SensorVersion` with fields:

- firmware major
- firmware minor
- firmware patch
- hardware major
- hardware minor
- hardware patch
- extension major

The value is stored and changed in the `Version` parameter.

BattPower

Battery power value. Integer value.

SensorFamily

Type of device. Enumeration.

SensorMode

Operating mode of the physiological amplifier. The value is stored in the `SensorAmpMode` property.

SamplingFrequencyResist

Frequency of updating resistance values. Immutable value.

Don't has a fixed value for BrainBit/BrainBitBlack.