Browse Source

add perliminary part list to readme

Thomas Buck 1 year ago
parent
commit
b9c8e0b5b2
1 changed files with 18 additions and 3 deletions
  1. 18
    3
      README.md

+ 18
- 3
README.md View File

@@ -7,9 +7,24 @@ Uses a 3D printed housing to hold an Arduino, an OLED, batteries and two photose
7 7
 
8 8
 Take the STL files from the 'hardware' directory or modify the included OpenSCAD design and create your own custom STLs.
9 9
 
10
-Required Materials:
11
-
12
-TODO
10
+### Required Parts
11
+
12
+| Description        | Type          | Count  |
13
+| ------------------ | ------------- | ------ |
14
+| Arduino Nano       |               | 1x     |
15
+| LCD 128x64 I2C     | SSD1306 0.96" | 1x     |
16
+| Slide Switch       |               | 1x     |
17
+| IR Phototransistor | SFH 309 FA-5  | 2x     |
18
+| IR LED 3mm         |               | 2x     |
19
+| Resistor           | **TODO**      | 2x     |
20
+| Resistor           | **TODO**      | 1x     |
21
+| Screw              | M2 10mm       | 4x     |
22
+| Screw              | M2.5 10mm     | 2x     |
23
+| Screw              | M3 10mm       | 4x     |
24
+| Heatmelt Insert    | M3 8mm        | 4x     |
25
+| AAA Battery        |               | 3x     |
26
+| Bat. Terminal Neg. |               | 3x     |
27
+| Bat. Terminal Pos. |               | 3x     |
13 28
 
14 29
 ## Software
15 30
 

Loading…
Cancel
Save