A test project to illustrate how to use the BNO055 sensor ([datasheet pdf] (http://www.adafruit.com/datasheets/BST_BNO055_DS000_12.pdf)) with the FRC control system.
This code is a port of the Adafruit BNO055 arduino library. At the time of writing, this sensor was available from Adafruit for ~$35.
##Wiring The demo code assumes you've wired the sensor to the I2C port on the roboRio, just below the CAN connector. All pins on the roboRio side are on the I2C port.
BNO055 Pin | roboRio Pin |
---|---|
Vin | 3.3V |
GND | GND |
SDA | SDA |
SCL | SCL |
Pinouts for the BNO055 sensor can be found here.
##Video Demos Coming soon.