> For the complete documentation index, see [llms.txt](https://docs.cubepilot.org/user-guides/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.cubepilot.org/user-guides/autopilot/the-cube/introduction/vibration-damped-imu-board-versions.md).

# Vibration Damped IMU Board Versions

The following introduces the different vibration damped IMU board versions.&#x20;

### Version 1 (found in the Cube Black, <mark style="color:blue;">Cube BlueF4</mark>, or <mark style="color:green;">Cube Green</mark>)

* LSM303D integrated accelerometer/magnetometer.
* L3GD20 gyroscope.
* MPU9250 gyroscope/accelerometer.
* MS5611 barometer.
* All sensors connected via SPI.

### Version 2 (found in the <mark style="color:orange;">Cube Orange</mark>, <mark style="color:blue;">Cube BlueH7</mark> or <mark style="color:yellow;">Cube Yellow</mark>)

* ICM20602.
* ICM 20948.
* MS5611 barometer.
* All sensors connected via SPI.

### Version 3 (found in the <mark style="color:orange;">Cube Orange+</mark>)

* ICM45686/ICM20649.
* ICM20948/ICM42688 / ICM45686\_EXT2 .
* ICM42688/ICM45686.
* MS5611 barometer.
* All sensors connected via SPI.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.cubepilot.org/user-guides/autopilot/the-cube/introduction/vibration-damped-imu-board-versions.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
