Skip to content

Commit aba59e2

Browse files
committed
(docs): add preliminary EnMo docs
1 parent b6d6b40 commit aba59e2

File tree

4 files changed

+16
-3
lines changed

4 files changed

+16
-3
lines changed

docs/enmo/01_Intro.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
11
# Overview
22

3-
:::warning
4-
TODO
5-
:::
3+
Robot (with arm).

docs/enmo/02_Mechanical.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# Mechanical
2+
3+
- square chassis
4+
- 4 wheels
5+
- omnidirectional movement
6+
- arm (multiple servos)

docs/enmo/03_Electrical.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# Electrical
2+
3+
- wires (ugly)
4+
- batteries
5+
- buck converters
6+
- Pi and Arduino want different voltages (5V?) than the motors(9V?). We're feeding the servos the same voltage as the Pi and Arduino but ideally they'd prefer 6V instead of 5V.

docs/enmo/04_Software.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Software
2+
3+
- TODO: explain data flow here, probably the same way i've previously explained it verbally

0 commit comments

Comments
 (0)