From 92e1a3dd1cdf364dfcedcdc71b90c29bb574d3df Mon Sep 17 00:00:00 2001 From: Thomas Gohle Date: Sun, 26 Oct 2025 15:00:20 +0100 Subject: [PATCH] Project Init --- README.md | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 00720bd..bcfd64e 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,12 @@ -# DenshaBekutoru +# DenshaBekutoru - Model Train Direction Sensor -Model Train direction Sensor \ No newline at end of file +Get **direction** and **speed** from motor power signals. +Target use case: **model trains**. + +- Detects polarity (+/–) to identify train direction +- Measures pulse width to calculate speed (% of maximum) +- Implemented with optocouplers and a state machine +- As small as possible, but I hope no SMD (beginner friendly) + +Project is in an early stage. Currently running tests on target hardware. +More information and documentation will follow.