Connection to BNO055 sensor on Arduino hardware
This object represents a connection to a BNO055 sensor connected to the Arduino® hardware over I2C. To get orientation, accelerometer, magnetometer, and gyroscope data, you can create connections to sensor on the shield using Object Functions.
creates an add-on connection to Adafruit® BNO055 connected to the Arduino hardware.BNO055Sensor = addon(arduinoObj,'Adafruit\BNO055')
adds additional options specified by one or more BNO055Sensor = addon(arduinoObj,'Adafruit\BNO055',Name,Value)Name,Value pair
arguments.
Use these object functions to create a connection to sensor on the Adafruit BNO055.
readAcceleration | Read acceleration data from sensor |
readAngularVelocity | Read angular velocity from sensor |
readCalibrationStatus | Read calibration status of sensor |
readMagneticField | Read magnetic field strength at current location of sensor |
readOrientation | Read orientation data from sensor |
arduino | readAcceleration | readAngularVelocity | readCalibrationStatus | readMagneticField | readOrientation