> For the complete documentation index, see [llms.txt](https://flyduino.gitbook.io/kiss-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://flyduino.gitbook.io/kiss-documentation/english-kiss-docu/kiss-esc-24a/untitled.md).

# Technical data

## Technical Specifications

* 32-bit ARM Cortex MCU @48Mhz
* Operating voltage 7 - 25V / 2 - 5s Lipo
* Maximum continuous current 24A
* Instantaneous maximum current 30A, actively limited
* Size 19 x 27 mm

## Hardware/Feature Specification

* Telemetry capability (voltage, current, temp, rpm)
* Overcurrent protection (measures the current and reduces it to max 30A)
* Over temperature protection (reduces the max power if hotter then 120°C)&#x20;
* expanded adaptive auto timing (3,25-30° advance will be calculated on each commutation)&#x20;
* For Race Multicopters (24A continuous also with bad cooling )&#x20;
* High max. RPM (450.000ERpm, 64.000Rpm with a 14Pol Motor)&#x20;
* Small size (19 x 27 mm)
* Accurate RPM control (\~ 950 steps)&#x20;
* No additional capacitor needed&#x20;
* Very fast throttle response&#x20;
* Linear throttle response&#x20;
* Active freewheeling (low diode losses)&#x20;
* Regenerative braking&#x20;
* Fast FET switching because of the use of gate drivers&#x20;
* 2-5S LiPo &#x20;
* Oneshot42, Oneshot125, [Dshot](https://blog.seidel-philipp.de/dshot-digital-esc-signal/) and normal (25 – 500Hz) PWM autodetected.&#x20;

(\*\*) For very long LiPo power lines (more than 20cm) or for smoothing the power supply, attache a 100 - 400μF Low ESR 25V (or more) electrolytic capacitor to the power pads. Caution! When used with 5S lipo, the use of a electrolytic capacitor is recommended.&#x20;

(\*) e.g. When mounted between two CF plates


---

# 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://flyduino.gitbook.io/kiss-documentation/english-kiss-docu/kiss-esc-24a/untitled.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.
