> For the complete documentation index, see [llms.txt](https://spaceandtech-engineerings.gitbook.io/space-and-tech-engineerings-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://spaceandtech-engineerings.gitbook.io/space-and-tech-engineerings-docs/flight-controller/aazmuth/overview.md).

# Overview

Inside the Aazmuth, advanced technology drives flexibility and reliability for controlling any autonomous vehicle—ideal for both academic and commercial applications. The system features an STMicroelectronics® STM32H743 microcontroller, combined with sensor technology from MEAS®, ISentek® and InvenSense®.

<figure><img src="/files/m6mxNoLrHSuHIuwJaQI5" alt=""><figcaption></figcaption></figure>

The Aazmuth’s H7 microcontroller incorporates an Arm® Cortex®-M7 core operating at speeds up to 480 MHz, delivering 2MB flash memory and 1MB RAM. This enables Ardupilot to fully utilize the expanded processing power and memory, supporting developers as they implement complex algorithms and models efficiently.

Built to the Ardupilot open standard, the Aazmuth integrates high-performance, low-noise IMUs for enhanced stabilization. It implements triple redundant IMUs, dual redundant barometers and a compass on independent buses. If Firmware detects a sensor failure, the system seamlessly switches to a failsafe, ensuring reliable flight control.

Each sensor set is independently powered and managed by its own low dropout regulator (LDO), providing separate power control. The innovative vibration isolation system helps filter high-frequency vibration and minimize noise, improving data accuracy and overall flight performance.

Aazmuth is designed for defense, industries, agriculture, professionals, hobbyist, startups, universities (professors, researchers, students), and commercial applications who demand dependability and advanced features.

### Key Design Features <a href="#key-design-features" id="key-design-features"></a>

* **High-Performance Processor:** STMicroelectronics STM32H743 with Arm® Cortex®-M7, up to 480 MHz, 2MB flash and 1MB RAM.
* **Modular Flight Controller:** Separate IMU systems connected by 20-pin Aazmuth Bus connectors.
* **Comprehensive Redundancy:** Triple IMU sensors, dual barometer sensors and a compass, each on isolated buses.
* **Isolated Sensor Domains:** Distinct sensor domains with independent buses and separate power control for maximum fault tolerance.
* **Advanced Vibration Isolation:** Specially engineered to filter high-frequency vibrations, reducing noise for precise measurements.
* **Temperature-Controlled IMUs:** Onboard heating resistors maintain optimal working temperatures for all IMUs.


---

# 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:

```
GET https://spaceandtech-engineerings.gitbook.io/space-and-tech-engineerings-docs/flight-controller/aazmuth/overview.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.
