> For the complete documentation index, see [llms.txt](https://spascual90.gitbook.io/fenix-autopilot/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://spascual90.gitbook.io/fenix-autopilot/annexes/fenix_icm_20948.md).

# Fenix\_ICM\_20948

## Introduction

Fenix\_ICM\_20948 application is a versatile application designed to enhance the calibration process of Inertial Measurement Units (IMUs). This application is specifically tailored for the ICM-20948 sensor, a high-performance, low-power IMU. With Fenix\_ICM\_20948, users can efficiently perform accurate calibrations, ensuring the IMU delivers precise and reliable data. The application's user-friendly interface and robust calibration algorithms make it an essential tool for Fenix Autopilot users.

## Installation

Below are the standard steps to download and install the application:

1. **Download the Application**: Click on the [link](https://github.com/spascual90/Fenix_ICM_20948_Cal) to download the Fenix\_ICM\_20948 application.
2. **Install Python**: Make sure you have Python installed on your system. You can download it from the [official Python website](https://www.python.org/downloads/).
3. **Install Required Libraries**: Open your command line interface and run the following command to install necessary Python libraries:

   ```
   pip install -r requirements.txt
   ```
4. **Run the Application**: Navigate to the application directory and execute the script using:

   ```
   python fenix_icm_20948.py
   ```

Follow calibration steps as defined [here](/fenix-autopilot/installation-commissioning/installation.md).


---

# 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://spascual90.gitbook.io/fenix-autopilot/annexes/fenix_icm_20948.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.
