[FTC]: Adafruit 9-DOF Absolute Orientation IMU - BNO055

Hello.
I am looking for help with wiring this sensor to sensor controller. I must be searching google all wrong because I couldn’t find help that way.

Is what you need here? https://learn.adafruit.com/adafruit-bno055-absolute-orientation-sensor?view=all

You’ll need to connect 4 wires from the Adafruit IMU to one of the Modern Robotics Device Interface Module’s “I2C” Connectors:

  • Power (+5V)
  • Ground
  • SCL (I2C Clock)
  • SDA (I2C Data)

Here’s a link to a tutorial on connecting the navX-Micro Robotics Navigation Sensor to the FTC system, the steps are very similar. Ignore the information about the USB interface, which is not present on the AdaFruit IMU.

FIRST published a great tutorial for a similar sensor here http://www.firstinspires.org/sites/default/files/uploads/resource_library/ftc/adafruit-rgb-sensor-buildguide.pdf

Not quite. If I wanted to connect sensor to Arduino, that would be it (I may still try it though). However, not understanding enough of I2C system, I was looking for “this is what you connect stuff for FTC” guide.

Thank you will give it a go

I actually used it last year for that sensor, but didn’t think of it to be any use for different sensor.

Thank you for quick replies.

The pinouts are slightly different between the two devices, however you’ll still use the same interface SDA,SCL,VIN,GND to communicate via I2C. This guide is a great tutorial as to how to connect those pins into the Core Device Interface Module.

I think that a great place to start with this sensor would be the simple Arduino tutorial found herehttps://learn.adafruit.com/adafruit-bno055-absolute-orientation-sensor?view=all

For more details on this sensor, check out the datasheetwhich will give you the I2C address specifications (Page 90) as well as commands to get data from the sensor.

Now, why is that when I asked question here now I can google find this thread ?