> 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/technical-specification.md).

# Technical Specification

#### Processors & Sensors <a href="#processors-and-sensors" id="processors-and-sensors"></a>

* FMU Processor: STM32H743
  * 32 Bit Arm® Cortex®-M7, 480MHz, 2MB flash memory, 1MB RAM
* On-board sensors
  * Accel/Gyro: 3x InvenSense® (with BalancedGyro™ Technology)
  * Barometer: MEAS®
  * Mag: ISentek®

#### Electrical data <a href="#electrical-data" id="electrical-data"></a>

* Voltage Ratings:
  * Max input voltage: 6V
  * USB Power Input: 4.75\~5.25V
  * Servo Rail Input: 0\~36V
* Current Ratings:
  * Telem1 output current limiter: 1.5A
  * All other port combined output current limiter: 1.5A

#### Mechanical data <a href="#mechanical-data" id="mechanical-data"></a>

* Dimensions
  * Flight Controller Module: 92 x 54 x 14.6mm
* Weight
  * Flight Controller Module: 63g

#### Interfaces <a href="#interfaces" id="interfaces"></a>

* Dedicated Motor inputs upto 8 motors supported
* Dedicated R/C input for PPM and S.Bus input
* Dedicated analog port
* 1 GPS ports
  * GPS plus Safety Switch and Buzzer Port
* 1 I2C port
* 1 UART port
* 2 Telemetry port
* 2 CAN Buses for CAN peripheral

#### Other Characteristics <a href="#other-characteristics" id="other-characteristics"></a>

* Operating temperature: -10 \~ 85°c


---

# 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/technical-specification.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.
