> 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/deutsch-kiss-doku/kiss-esc-25a/technische-daten.md).

# Technische Daten

## Technische Spezifikationen <a href="#technical-specifications" id="technical-specifications"></a>

* 32-bit ARM Cortex M4 MCU
* Betriebsspannung 6 - 24V / 2-5S Lipo
* Maximal kontinuierliche Stromabgabe 25 A
* Maximal kurzzeitige Stromabage 40 A, aktiv begrenzt
* Maximale Drehfehldgeschwindigkeit 600000 ERPM (wir empfehlen 500000 ERPM)
* Kleine Abmessung von 12x16mm

## Hardware/Feature Spezifikationen

* Telemetrie-fähig (Spannung, Strom, Temperatur, RPM)
* Aktive Strombegrenzung (ständige Strommessung und Begrenzung bei 40A maximal)
* Aktive Temperaturüberwachung (reduziert die Leistung aktiv ab  100°C)
* [sinHybrid](https://blog.seidel-philipp.de/kiss-sinhybrid-sinwave-backemf-hybrid-kommutierung/) :: Sinwave/BackEMF Hybrid-Umwandlung für saubereren Lauf
* [Dshot](https://blog.seidel-philipp.de/dshot-digitale-reglersteuerung-mit-kiss/) 2400 (Volle Auflösung von 2000Schritten benötigt nur  6.5µs)
* Unterstützt alle gängigen Dshot Befehle wie Turtle-Mode, 3D Mode sowie Laufrichtungsänderung
* Erweitertes adaptives Auto-Timing ( 3,25-30° Verstellung bei jeder Umwandlung) ***NACHFRAGEN***
* Gebaut für Race-Quads (25A Dauerbelastung auch bei schwacher Kühlung möglich)
* Hohe maximale Drehzahl! (500.000ERpm, 71.400Rpm mit einem 14Pole Motor)
* Genaue Drehzahlkontrolle (2000 Schritte bei DShot)
* Keine zusätzlichen Kondensatoren benötigt bei 2-5S
* Super schnelle Drehzahlannahme
* Präzise Drehzahlannahme
* Aktives "Freidrehen" (sehr geringe Dioden-Verluste)
* Regeneratives Bremsen (Active Braking)
* [Dshot](https://blog.seidel-philipp.de/dshot-digitale-reglersteuerung-mit-kiss/) 100-2400, Oneshot42, Oneshot125 sowie (25 – 500Hz) PWM mit automatischer Erkennung
* Unterstützt folgende Protokolle: FrSky Sbus, Graupner SumD, TBS CROSSFIRE sowie Multiplex SRXL wie auch folgende Telemetrie-Protokolle; S-Port, Graupner HOTT, TBS CROSSFIRE und Sensorbus


---

# 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/deutsch-kiss-doku/kiss-esc-25a/technische-daten.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.
