Wiki source code of H3-R Body Assembly Instructions v5.0
Last modified by Eric Nantel on 2026/04/02 16:43
Show last authors
| 1 | {{html wiki="false" clean="false"}} |
| 2 | <style> |
| 3 | .asm { font-family: Verdana, Helvetica, sans-serif; font-size: 14px; max-width: 960px; } |
| 4 | .asm-step { background: #fff; border: 1px solid #ddd; border-radius: 8px; margin-bottom: 1.5rem; overflow: hidden; } |
| 5 | .asm-step-header { background: #F5A800; display: flex; align-items: stretch; justify-content: space-between; } |
| 6 | .asm-step-name { padding: 0.6rem 1rem; font-weight: bold; font-size: 15px; color: #2C1A00; } |
| 7 | .asm-step-num { background: #1a1a1a; color: white; padding: 0.6rem 1.1rem; font-weight: bold; font-size: 15px; display: flex; align-items: center; white-space: nowrap; } |
| 8 | .asm-step-body { display: flex; flex-wrap: wrap; gap: 1.25rem; padding: 1rem; align-items: flex-start; } |
| 9 | .asm-step-text { flex: 1 1 250px; font-size: 13px; line-height: 1.6; } |
| 10 | .asm-step-figure { flex: 0 1 280px; text-align: center; } |
| 11 | .asm-step-figure img { max-width: 100%; height: auto; border: 1px solid #ccc; border-radius: 4px; } |
| 12 | .asm-step-figure span { display: block; font-size: 12px; color: #666; margin-top: 0.3rem; } |
| 13 | .asm-fullwidth { padding: 1rem; border-top: 1px solid #eee; font-size: 13px; overflow-x: auto; } |
| 14 | .asm-parts { display: flex; flex-wrap: wrap; gap: 0.75rem; margin-top: 0.75rem; align-items: stretch; } |
| 15 | .asm-part { border: 1px solid #ddd; border-radius: 6px; overflow: hidden; flex: 0 1 150px; display: flex; flex-direction: column; } |
| 16 | .asm-part-info { background: #FFF3D6; padding: 0.4rem 0.6rem; border-bottom: 1px solid #F5A800; flex: 1; } |
| 17 | .asm-part-qty { font-size: 12px; font-weight: bold; color: #7A4F00; } |
| 18 | .asm-part-name { font-size: 11px; color: #5A3800; line-height: 1.4; margin-top: 2px; } |
| 19 | .asm-part-img { display: flex; align-items: center; justify-content: center; padding: 0.6rem; min-height: 100px; background: #fff; } |
| 20 | .asm-part-img img { max-width: 120px; max-height: 90px; height: auto; display: block; } |
| 21 | .asm-figures { display: flex; flex-wrap: wrap; gap: 0.75rem; flex: 0 1 580px; } |
| 22 | .ref-table { border-collapse: collapse; font-size: 12px; margin-bottom: 0.75rem; } |
| 23 | .ref-table th { background: #ccc; border: 1px solid #aaa; padding: 0.3rem 0.6rem; text-align: center; } |
| 24 | .ref-table td { border: 1px solid #ddd; padding: 0.3rem 0.6rem; vertical-align: top; } |
| 25 | .warning { color: #c00; font-weight: bold; } |
| 26 | h1 { font-size: 18px; margin-bottom: 0.25rem; } |
| 27 | </style> |
| 28 | |
| 29 | <div class="asm"> |
| 30 | |
| 31 | <!-- Header --> |
| 32 | <div style="padding: 0.5rem 0 1rem 0;"> |
| 33 | <h1>H3-R Body Assembly Instructions Rev. 5</h1> |
| 34 | <p><b>Updated January 27, 2009</b></p> |
| 35 | <p><span class="warning">Safety first!</span> Wear eye protection and never touch a powered robot!</p> |
| 36 | <p>The purpose of this guide is to construct the chassis, attach the legs, and install the electronics. As long as the servo horns have not been removed from the servos, you do not have to center them during the assembly process.</p> |
| 37 | <p>Note: This document shows the BH3-R in the images. The procedure is the same for all kits.</p> |
| 38 | <div style="display:flex; flex-wrap:wrap; gap:1rem; margin-top:0.75rem;"> |
| 39 | <div style="text-align:center; flex:1 1 180px;"> |
| 40 | <img src="https://wiki.lynxmotion.com/info/wiki/lynxmotion/download/servo-erector-set-robots-kits/ses-v1-robots/ses-v1-3-4-dof-hexapods/h3-r-body-v5/WebHome/hexa.jpg" style="max-width:100%; border:1px solid #ccc; border-radius:4px;"> |
| 41 | <p style="font-size:12px; color:#666; margin-top:0.3rem;"><b>AH3-R.</b></p> |
| 42 | </div> |
| 43 | <div style="text-align:center; flex:1 1 180px;"> |
| 44 | <img src="https://wiki.lynxmotion.com/info/wiki/lynxmotion/download/servo-erector-set-robots-kits/ses-v1-robots/ses-v1-3-4-dof-hexapods/h3-r-body-v5/WebHome/hexb.jpg" style="max-width:100%; border:1px solid #ccc; border-radius:4px;"> |
| 45 | <p style="font-size:12px; color:#666; margin-top:0.3rem;"><b>BH3-R.</b></p> |
| 46 | </div> |
| 47 | <div style="text-align:center; flex:1 1 180px;"> |
| 48 | <img src="https://wiki.lynxmotion.com/info/wiki/lynxmotion/download/servo-erector-set-robots-kits/ses-v1-robots/ses-v1-3-4-dof-hexapods/h3-r-body-v5/WebHome/hexc.jpg" style="max-width:100%; border:1px solid #ccc; border-radius:4px;"> |
| 49 | <p style="font-size:12px; color:#666; margin-top:0.3rem;"><b>CH3-R.</b></p> |
| 50 | </div> |
| 51 | </div> |
| 52 | </div> |
| 53 | |
| 54 | <!-- Step 1 --> |
| 55 | <div class="asm-step"> |
| 56 | <div class="asm-step-header"> |
| 57 | <div class="asm-step-name">H3-R Body — Chassis Assembly</div> |
| 58 | <div class="asm-step-num">Step 1 / 7</div> |
| 59 | </div> |
| 60 | <div class="asm-step-body"> |
| 61 | <div class="asm-step-text"> |
| 62 | <p>Use the 4-40 x 1/4" hex socket screws to attach the spacers to the underside of the top panel.</p> |
| 63 | <div class="asm-parts"> |
| 64 | <div class="asm-part"> |
| 65 | <div class="asm-part-info"> |
| 66 | <div class="asm-part-qty">12x</div> |
| 67 | <div class="asm-part-name">4-40 x .250" hex socket screw</div> |
| 68 | </div> |
| 69 | <div class="asm-part-img"> |
| 70 | <img src="https://wiki.lynxmotion.com/info/wiki/lynxmotion/download/servo-erector-set-robots-kits/ses-v1-robots/ses-v1-3-4-dof-hexapods/h3-r-body-v5/WebHome/4250hscs.gif"> |
| 71 | </div> |
| 72 | </div> |
| 73 | <div class="asm-part"> |
| 74 | <div class="asm-part-info"> |
| 75 | <div class="asm-part-qty">12x</div> |
| 76 | <div class="asm-part-name">4-40 x .1875" hex spacer</div> |
| 77 | </div> |
| 78 | <div class="asm-part-img"> |
| 79 | <img src="https://wiki.lynxmotion.com/info/wiki/lynxmotion/download/servo-erector-set-robots-kits/ses-v1-robots/ses-v1-3-4-dof-hexapods/h3-r-body-v5/WebHome/41875hns.gif"> |
| 80 | </div> |
| 81 | </div> |
| 82 | </div> |
| 83 | </div> |
| 84 | <div class="asm-step-figure"> |
| 85 | <img src="https://wiki.lynxmotion.com/info/wiki/lynxmotion/download/servo-erector-set-robots-kits/ses-v1-robots/ses-v1-3-4-dof-hexapods/h3-r-body-v5/WebHome/h3r101.jpg"> |
| 86 | <span>Figure 1.</span> |
| 87 | </div> |
| 88 | </div> |
| 89 | </div> |
| 90 | |
| 91 | <!-- Step 2 --> |
| 92 | <div class="asm-step"> |
| 93 | <div class="asm-step-header"> |
| 94 | <div class="asm-step-name">H3-R Body — Chassis Assembly</div> |
| 95 | <div class="asm-step-num">Step 2 / 7</div> |
| 96 | </div> |
| 97 | <div class="asm-step-body"> |
| 98 | <div class="asm-step-text"> |
| 99 | <p>Use the 4-40 x 1/4" hex socket screws to attach the bottom panel to the spacers. Note: the bottom panel is symmetrical — there is no front or back.</p> |
| 100 | <div class="asm-parts"> |
| 101 | <div class="asm-part"> |
| 102 | <div class="asm-part-info"> |
| 103 | <div class="asm-part-qty">12x</div> |
| 104 | <div class="asm-part-name">4-40 x .250" hex socket screw</div> |
| 105 | </div> |
| 106 | <div class="asm-part-img"> |
| 107 | <img src="https://wiki.lynxmotion.com/info/wiki/lynxmotion/download/servo-erector-set-robots-kits/ses-v1-robots/ses-v1-3-4-dof-hexapods/h3-r-body-v5/WebHome/4250hscs.gif"> |
| 108 | </div> |
| 109 | </div> |
| 110 | </div> |
| 111 | </div> |
| 112 | <div class="asm-step-figure"> |
| 113 | <img src="https://wiki.lynxmotion.com/info/wiki/lynxmotion/download/servo-erector-set-robots-kits/ses-v1-robots/ses-v1-3-4-dof-hexapods/h3-r-body-v5/WebHome/h3r102.jpg"> |
| 114 | <span>Figure 2.</span> |
| 115 | </div> |
| 116 | </div> |
| 117 | </div> |
| 118 | |
| 119 | <!-- Step 3 with schematic --> |
| 120 | <div class="asm-step"> |
| 121 | <div class="asm-step-header"> |
| 122 | <div class="asm-step-name">H3-R Body — Install SSC-32</div> |
| 123 | <div class="asm-step-num">Step 3 / 7</div> |
| 124 | </div> |
| 125 | <div class="asm-step-body"> |
| 126 | <div class="asm-step-text"> |
| 127 | <p>The SSC-32 should be configured for 115.2 kbaud and DB9 communication, with the VS2=VS1 jumper installed. Remove the VL=VS jumper. Consult the SSC-32 manual if needed. Attach the wiring harness to VS1. Connect 8" of 24AWG wire (not included) AND the 9V battery clip to VL to provide power for the electronics. For now, put electrical tape on the end of the wire. <span class="warning">Make sure red wires go to (+) and black wires go to (−).</span> Using four 4-40 x 3/8" hex socket screws, attach the 1.0" hex spacers to the board as shown.</p> |
| 128 | <div class="asm-parts"> |
| 129 | <div class="asm-part"> |
| 130 | <div class="asm-part-info"> |
| 131 | <div class="asm-part-qty">4x</div> |
| 132 | <div class="asm-part-name">4-40 x .375" hex socket screw</div> |
| 133 | </div> |
| 134 | <div class="asm-part-img"> |
| 135 | <img src="https://wiki.lynxmotion.com/info/wiki/lynxmotion/download/servo-erector-set-robots-kits/ses-v1-robots/ses-v1-3-4-dof-hexapods/h3-r-body-v5/WebHome/4375hscs.gif"> |
| 136 | </div> |
| 137 | </div> |
| 138 | <div class="asm-part"> |
| 139 | <div class="asm-part-info"> |
| 140 | <div class="asm-part-qty">4x</div> |
| 141 | <div class="asm-part-name">4-40 x 1.0" hex spacer</div> |
| 142 | </div> |
| 143 | <div class="asm-part-img"> |
| 144 | <img src="https://wiki.lynxmotion.com/info/wiki/lynxmotion/download/servo-erector-set-robots-kits/ses-v1-robots/ses-v1-3-4-dof-hexapods/h3-r-body-v5/WebHome/41000hns.gif"> |
| 145 | </div> |
| 146 | </div> |
| 147 | </div> |
| 148 | </div> |
| 149 | <div class="asm-step-figure"> |
| 150 | <img src="https://wiki.lynxmotion.com/info/wiki/lynxmotion/download/servo-erector-set-robots-kits/ses-v1-robots/ses-v1-3-4-dof-hexapods/h3-r-body-v5/WebHome/h3r103.jpg"> |
| 151 | <span>Figure 3.</span> |
| 152 | </div> |
| 153 | </div> |
| 154 | <div class="asm-fullwidth"> |
| 155 | <p><b>Schematic.</b> Double check your connections against the schematic below.</p> |
| 156 | <table class="ref-table"> |
| 157 | <tr><th colspan="3">Servo Letter Definitions</th></tr> |
| 158 | <tr> |
| 159 | <td><b>L</b>eft<br><b>R</b>ight</td> |
| 160 | <td><b>R</b>ear<br><b>M</b>iddle<br><b>F</b>ront</td> |
| 161 | <td><b>K</b>nee<br><b>V</b>ertical<br><b>H</b>orizontal</td> |
| 162 | </tr> |
| 163 | </table> |
| 164 | <div style="text-align:center;"> |
| 165 | <img src="https://wiki.lynxmotion.com/info/wiki/lynxmotion/download/servo-erector-set-robots-kits/ses-v1-robots/ses-v1-3-4-dof-hexapods/h3-r-body-v5/WebHome/h3wire01.gif" style="max-width:100%; border:1px solid #ccc; border-radius:4px;"> |
| 166 | <p style="font-size:12px; color:#666; margin-top:0.3rem;">Schematic 3-1.</p> |
| 167 | </div> |
| 168 | </div> |
| 169 | </div> |
| 170 | |
| 171 | <!-- Step 4 --> |
| 172 | <div class="asm-step"> |
| 173 | <div class="asm-step-header"> |
| 174 | <div class="asm-step-name">H3-R Body — Install SSC-32</div> |
| 175 | <div class="asm-step-num">Step 4 / 7</div> |
| 176 | </div> |
| 177 | <div class="asm-step-body"> |
| 178 | <div class="asm-step-text"> |
| 179 | <p>Slip the SSC-32 in through the hole in the top of the robot and use four 4-40 x 3/8" hex socket screws to attach the board as shown. <b>Make sure the DB9 port is at the front of the robot, opposite the power switch hole!</b> This ensures you can easily plug in the servo cables. Install the power switch in the power switch hole at the rear of the robot.</p> |
| 180 | <div class="asm-parts"> |
| 181 | <div class="asm-part"> |
| 182 | <div class="asm-part-info"> |
| 183 | <div class="asm-part-qty">4x</div> |
| 184 | <div class="asm-part-name">4-40 x .375" hex socket screw</div> |
| 185 | </div> |
| 186 | <div class="asm-part-img"> |
| 187 | <img src="https://wiki.lynxmotion.com/info/wiki/lynxmotion/download/servo-erector-set-robots-kits/ses-v1-robots/ses-v1-3-4-dof-hexapods/h3-r-body-v5/WebHome/4375hscs.gif"> |
| 188 | </div> |
| 189 | </div> |
| 190 | </div> |
| 191 | </div> |
| 192 | <div class="asm-step-figure"> |
| 193 | <img src="https://wiki.lynxmotion.com/info/wiki/lynxmotion/download/servo-erector-set-robots-kits/ses-v1-robots/ses-v1-3-4-dof-hexapods/h3-r-body-v5/WebHome/h3r104.jpg"> |
| 194 | <span>Figure 4.</span> |
| 195 | </div> |
| 196 | </div> |
| 197 | </div> |
| 198 | |
| 199 | <!-- Step 5 --> |
| 200 | <div class="asm-step"> |
| 201 | <div class="asm-step-header"> |
| 202 | <div class="asm-step-name">H3-R Body — Attach Legs</div> |
| 203 | <div class="asm-step-num">Step 5 / 7</div> |
| 204 | </div> |
| 205 | <div class="asm-step-body"> |
| 206 | <div class="asm-step-text"> |
| 207 | <p>Install all the legs. Refer to Figure 5 for clarification.</p> |
| 208 | <div class="asm-parts"> |
| 209 | <div class="asm-part"> |
| 210 | <div class="asm-part-info"> |
| 211 | <div class="asm-part-qty">12x</div> |
| 212 | <div class="asm-part-name">#2 x .250" tapping screw</div> |
| 213 | </div> |
| 214 | <div class="asm-part-img"> |
| 215 | <img src="https://wiki.lynxmotion.com/info/wiki/lynxmotion/download/servo-erector-set-robots-kits/ses-v1-robots/ses-v1-3-4-dof-hexapods/h3-r-body-v5/WebHome/2250phts.gif"> |
| 216 | </div> |
| 217 | </div> |
| 218 | <div class="asm-part"> |
| 219 | <div class="asm-part-info"> |
| 220 | <div class="asm-part-qty">—</div> |
| 221 | <div class="asm-part-name">Hole position reference diagram</div> |
| 222 | </div> |
| 223 | <div class="asm-part-img"> |
| 224 | <img src="https://wiki.lynxmotion.com/info/wiki/lynxmotion/download/servo-erector-set-robots-kits/ses-v1-robots/ses-v1-3-4-dof-hexapods/h3-r-body-v5/WebHome/holes.gif"> |
| 225 | </div> |
| 226 | </div> |
| 227 | </div> |
| 228 | </div> |
| 229 | <div class="asm-step-figure"> |
| 230 | <img src="https://wiki.lynxmotion.com/info/wiki/lynxmotion/download/servo-erector-set-robots-kits/ses-v1-robots/ses-v1-3-4-dof-hexapods/h3-r-body-v5/WebHome/h3r105.jpg"> |
| 231 | <span>Figure 5.</span> |
| 232 | </div> |
| 233 | </div> |
| 234 | </div> |
| 235 | |
| 236 | <!-- Step 6 --> |
| 237 | <div class="asm-step"> |
| 238 | <div class="asm-step-header"> |
| 239 | <div class="asm-step-name">H3-R Body — Connect Servos</div> |
| 240 | <div class="asm-step-num">Step 6 / 7</div> |
| 241 | </div> |
| 242 | <div class="asm-step-body"> |
| 243 | <div class="asm-step-text"> |
| 244 | <p>Plug the servos into the SSC-32 as illustrated in Figure 6. Simply plug in the servo associated with the function to the corresponding pin. If oriented correctly, the I/O port (group of four pins) will be closest to its corresponding leg.</p> |
| 245 | <p>Refer to Schematic 3-1 for detailed information.</p> |
| 246 | </div> |
| 247 | <div class="asm-step-figure"> |
| 248 | <img src="https://wiki.lynxmotion.com/info/wiki/lynxmotion/download/servo-erector-set-robots-kits/ses-v1-robots/ses-v1-3-4-dof-hexapods/h3-r-body-v5/WebHome/h3r106.jpg"> |
| 249 | <span>Figure 6.</span> |
| 250 | </div> |
| 251 | </div> |
| 252 | </div> |
| 253 | |
| 254 | <!-- Step 7 --> |
| 255 | <div class="asm-step"> |
| 256 | <div class="asm-step-header"> |
| 257 | <div class="asm-step-name">H3-R Body — Assembly Complete!</div> |
| 258 | <div class="asm-step-num">Step 7 / 7</div> |
| 259 | </div> |
| 260 | <div class="asm-step-body"> |
| 261 | <div class="asm-step-text"> |
| 262 | <p>This completes the mechanical assembly. You can now move on to the Complete H3/H3-R Tutorial.</p> |
| 263 | </div> |
| 264 | <div class="asm-step-figure"> |
| 265 | <img src="https://wiki.lynxmotion.com/info/wiki/lynxmotion/download/servo-erector-set-robots-kits/ses-v1-robots/ses-v1-3-4-dof-hexapods/h3-r-body-v5/WebHome/hexb.jpg"> |
| 266 | <span>Figure 7.</span> |
| 267 | </div> |
| 268 | </div> |
| 269 | </div> |
| 270 | |
| 271 | </div> |
| 272 | {{/html}} |

