Project Init

This commit is contained in:
2025-10-26 15:00:20 +01:00
parent c9368b6ee1
commit 92e1a3dd1c

View File

@ -1,3 +1,12 @@
# DenshaBekutoru
# DenshaBekutoru - Model Train Direction Sensor
Model Train direction Sensor
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.