# 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: 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.cubepilot.org/user-guides/autopilot/the-cube/introduction/vibration-damped-imu-board-versions.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.
