# Integrated Sensors

The REV Robotics Control Hub ([REV-31-1595](https://www.revrobotics.com/rev-31-1595/)) and Expansion Hub ([REV-31-1153](https://www.revrobotics.com/rev-31-1153/)) integrate a number of feedback sensors. Some of these are user accessible in the latest FTC Android Studio SDK, but others are not yet directly user accessible. These sensors are in some cases also used by the Control Hub and Expansion Hub for internal safety monitoring.&#x20;

* Battery Voltage Monitoring \[**Accessible**]
* Integrated 6-axis IMU \[**Accessible**]
  * Bosch BHI260AP 6-axis absolute orientation sensor
    * Control Hubs shipped before September 2022 instead feature a BNO055 9-axis IMU
    * Expansion Hubs shipped before December 2021 include a BNO055 9-axis IMU
    * Expansion Hubs shipped AFTER December 2021 do not have an IMU
  * Internally connected to I2C port 0 and configured to address 0x28
* Current Monitoring
  * Battery \[**Accessible**]
  * I2C Bus \[**Accessible**]
  * Digital Power Bus \[**Accessible**]
  * Servo Power Bus \[Not Accessible]
* Per Motor Channel Current Monitoring \[**Accessible**]


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.revrobotics.com/duo-control/control-system-overview/integrated-sensors.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
