> 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/publish-your-docs/technical-specification-and-supported-firmware.md).

# Technical Specification & Supported Firmware

## Technical Specification

**Specification:**

* MCU - STM32H743 32-bit processor running at 480 MHz
* IMU – TDK Invensense
* Barometer - Infineon&#x20;
* OSD - AT7456E
* 6x UARTs
* 5x PWM Outputs (4 Motor Output, 1 LED)
* Battery input voltage: 3S-8S
* BEC 5V 2A Cont.
* BEC 10V 2A Cont.

**Mechanical**

* Mounting - 30.5 x 30.5mm/Φ4mm hole with Φ3mm Grommets
* Dimension - 38x38mm
* Weight - 10g

## Supported Firmware

{% hint style="info" %}
SATE EXELR8 ships with Betaflight Firmware.
{% endhint %}

**Betaflight Target**: SATE EXELR8 (BF 4.3.1 or Newer)


---

# 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/publish-your-docs/technical-specification-and-supported-firmware.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.
