# IMU Sensor

[Chip Robotics’ 6DOF IMU](https://chiprobotics.com/chip-robotics-imu-sensor/) device is built for various applications such as mobile robots and automated guided vehicles (AGVs). The device is based on Bosch’s BNO080 IMU sensor. The sensor is optimized for service robots and includes propriety sensor fusion algorithms to give accurate heading and acceleration data for your robot. You can use the sensor as the main source for navigation or complement your SLAM, Lidar, or vision based navigation/localization to get a more accurate pose of your robot.

It is easy communicate with the IMU device using USB or UART. The USB utilizes an FTDI chip so it can easily connect with Windows, Mac OS, Linux, Android, Rasbian, etc.

![](/files/-MAvbBys9b8wt8W0XYZh)


---

# 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://chiprobotics.gitbook.io/chip-robotics/sensors/imu-sensor.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.
