From 63053e58584e776cd40cb6511d6465dce9cdfd46 Mon Sep 17 00:00:00 2001
From: Markus Koch <markus@notsyncing.net>
Date: Tue, 4 Mar 2025 20:56:35 +0100
Subject: [PATCH] Add Tiny ESC

---
 Tiny-ESC.md | 12 ++++++++++++
 1 file changed, 12 insertions(+)
 create mode 100644 Tiny-ESC.md

diff --git a/Tiny-ESC.md b/Tiny-ESC.md
new file mode 100644
index 0000000..251a524
--- /dev/null
+++ b/Tiny-ESC.md
@@ -0,0 +1,12 @@
+A tiny ESC intended for low voltage, low-weight applications.
+
+Specs:
+
+* Voltage: 1.8V - 5.5V
+* Current: TBD
+* Connections: 2.54 header
+
+HW components:
+
+* Attiny4 microcontroller to measure the servo pulses, and then generate the PWM waveform using it's HW timers
+* One MOSFET per channel to switch the motor
\ No newline at end of file