Skip to main content

Enum Bno055.ErrorCodes

Error codes that may be generated by the sensor.

Assembly: Bno055.dll
View Source
Declaration
public enum Bno055.ErrorCodes : byte

Fields

NoError

No error.

View Source
Declaration
NoError = 0

PeripheralInitializationError

BusComms initialization error.

View Source
Declaration
PeripheralInitializationError = 1

SystemInitializationError

System initialization error.

View Source
Declaration
SystemInitializationError = 2

SelfTestFailed

Self test failed.

View Source
Declaration
SelfTestFailed = 4

RegisterMapValueError

Register map value out of range.

View Source
Declaration
RegisterMapValueError = 5

RegisterMapAddressError

Register map address out of range.

View Source
Declaration
RegisterMapAddressError = 6

LowPowerModeNotAvailable

Low power mode not available for the selected mode.

View Source
Declaration
LowPowerModeNotAvailable = 7

AccelerationModeNotAvailable

Accelerometer power mode not available.

View Source
Declaration
AccelerationModeNotAvailable = 8

FusionConfigurationError

Fusion algorithm configuration error.

View Source
Declaration
FusionConfigurationError = 9

SensorConfigurationError

Sensor configuration error.

View Source
Declaration
SensorConfigurationError = 10