add mechanical assembly page
[challenge-bot] / guide / hausner / 0-mechanical-assembly / mechanical-assembly.org
1 #+TITLE:mechanical assembly
2 #+SETUPFILE: ../org-html-themes/setup/theme-readtheorg.setup
3 * arduino mount
4 #+BEGIN_HTML
5 <video width="640" height="480"
6 src="0-arduino-mount.ogv"
7 type="video/ogg"
8 controls="controls">
9 this browser does not support the video tag
10 </video>
11 #+END_HTML
12 * motor assembly with wires connected
13 #+BEGIN_HTML
14 <video width="640" height="480"
15 src="1-a-motor-assembly-connected-wires.ogv"
16 type="video/ogg"
17 controls="controls">
18 this browser does not support the video tag
19 </video>
20 #+END_HTML
21 * motor assembly sans wires
22 #+BEGIN_HTML
23 <video width="640" height="480"
24 src="1-b-motor-assembly-sans-wires.ogv"
25 type="video/ogg"
26 controls="controls">
27 this browser does not support the video tag
28 </video>
29 #+END_HTML
30 * caster to deck
31 #+BEGIN_HTML
32 <video width="640" height="480"
33 src="2-caster.ogv"
34 type="video/ogg"
35 controls="controls">
36 this browser does not support the video tag
37 </video>
38 #+END_HTML
39 * motor fixture to deck
40 #+BEGIN_HTML
41 <video width="640" height="480"
42 src="3-motor-fixture-to-deck.ogv"
43 type="video/ogg"
44 controls="controls">
45 this browser does not support the video tag
46 </video>
47 #+END_HTML
48 * motor to deck
49 #+BEGIN_HTML
50 <video width="640" height="480"
51 src="4-attach-motor-to-deck.ogv"
52 type="video/ogg"
53 controls="controls">
54 this browser does not support the video tag
55 </video>
56 #+END_HTML
57 * wheel to motor
58 #+BEGIN_HTML
59 <video width="640" height="480"
60 src="5-attach-wheels.ogv"
61 type="video/ogg"
62 controls="controls">
63 this browser does not support the video tag
64 </video>
65 #+END_HTML
66 * hairtie to wheel
67 #+BEGIN_HTML
68 <video width="640" height="480"
69 src="6-attach-hairtie-tires.ogv"
70 type="video/ogg"
71 controls="controls">
72 this browser does not support the video tag
73 </video>
74 #+END_HTML
75 * sonar holder assembly
76 #+BEGIN_HTML
77 <video width="640" height="480"
78 src="7-sonar-holders.ogv"
79 type="video/ogg"
80 controls="controls">
81 this browser does not support the video tag
82 </video>
83 #+END_HTML
84 * sonar assembly to deck
85 #+BEGIN_HTML
86 <video width="640" height="480"
87 src="8-attach-sonars-to-deck.ogv"
88 type="video/ogg"
89 controls="controls">
90 this browser does not support the video tag
91 </video>
92 #+END_HTML
93 * motor battery to deck
94 #+BEGIN_HTML
95 <video width="640" height="480"
96 src="9-attach-motor-battery.ogv"
97 type="video/ogg"
98 controls="controls">
99 this browser does not support the video tag
100 </video>
101 #+END_HTML
102 * arduino battery to deck
103 #+BEGIN_HTML
104 <video width="640" height="480"
105 src="10-attach-arduino-battery.ogv"
106 type="video/ogg"
107 controls="controls">
108 this browser does not support the video tag
109 </video>
110 #+END_HTML
111 * breadboard to deck
112 #+BEGIN_HTML
113 <video width="640" height="480"
114 src="11-attach-breadboard-to-deck.ogv"
115 type="video/ogg"
116 controls="controls">
117 this browser does not support the video tag
118 </video>
119 #+END_HTML
120 * motor wires to breadboard
121 #+BEGIN_HTML
122 <video width="640" height="480"
123 src="12-attach-motor-wires-to-breadboard.ogv"
124 type="video/ogg"
125 controls="controls">
126 this browser does not support the video tag
127 </video>
128 #+END_HTML
129 * motor battery wires to breadboard
130 #+BEGIN_HTML
131 <video width="640" height="480"
132 src="13-attach-motor-battery-wires-to-breadboard.ogv"
133 type="video/ogg"
134 controls="controls">
135 this browser does not support the video tag
136 </video>
137 #+END_HTML
138 * spin!
139 this will help you confirm that all the mechanical parts are
140 correctly attached!
141 if you turn on the battery and the robot spins, congratulations!
142 #+BEGIN_HTML
143 <video width="640" height="480"
144 src="14-spin.ogv"
145 type="video/ogg"
146 controls="controls">
147 this browser does not support the video tag
148 </video>
149 #+END_HTML