You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/v2/Assembly.md
+17-12Lines changed: 17 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -64,6 +64,7 @@ See [Standalone T-Display operation](../ElectronicsGuide.md#8-optional-standalon
64
64
65
65
Note: the T-Display often comes with a small Red/Black wiring harness with connector as well; it cannot be used alongside the Chainlink Buddy and should be discarded.
@@ -88,7 +89,9 @@ We’ll start by connecting and testing just the Chainlink Driver, without conne
88
89
- Connect a wire from the Chainlink Driver’s “GND” screw terminal to the “GND” screw terminal on the Chainlink Buddy
89
90
- Connect a wire from the Chainlink Driver’s “Motor 5-12v” screw terminal to the “12V” screw terminal on the Chainlink Buddy
90
91
- ⚠️ Never connect a battery to the T-Display’s battery connector (small white connector on the bottom of the TTGO T-Display module) when using the Chainlink Buddy!
@@ -193,7 +195,10 @@ Plug the sensor into your Chainlink Driver, and connect the Chainlink Driver to
193
195
When you hold up the magnet, the LED should light for one side of the magnet and not the other.
194
196
195
197

198
+
> The LED on the sensor PCB will light when the magnet is in the correct orientation
199
+
196
200

201
+
> This is the wrong orientation - the LED is not lit
197
202
198
203
199
204
Install the magnet into the flap drum in the orientation that caused the LED to light.
@@ -228,13 +233,13 @@ The top and bottom pieces are interchangeable with each other. Find the matching
228
233
229
234
Repeat that process with the bottom piece, and then attach the right side piece as well.
230
235
236
+
Before installing the front face, insert the M4x10 flap backstop bolt in the middle of the slot on the right side piece and secure in place with a nut. You can fine-tune the position later if desired, but the middle is usually a good starting point.
231
237
232
238

233
-
234
-
235
-
Before installing the front face, insert the M4x10 flap backstop bolt in the middle of the slot on the right side piece and secure in place with a nut. You can fine-tune the position later if desired, but the middle is usually a good starting point.
239
+
Place the backstop bolt in the center of its slot to start
236
240
237
241

242
+
Flap backstop bolt sticks in towards the middle of the module
238
243
239
244
240
245
Now attach the front face using M4 bolts/nuts to secure it to the top and bottom pieces.
@@ -247,19 +252,18 @@ Now attach the front face using M4 bolts/nuts to secure it to the top and bottom
247
252
248
253
Now you can install the flaps. The first flap you install should be blank and the bottom half of the letter “A”.
Install the first flap into the position shown below — 90 degrees “ahead” of the magnet on the flap drum. (this position technically isn’t critical since the home position is software-calibrated later, but it’s a nice convention to keep the modules consistent with each other)
To install a flap, let it rest between your index and middle fingers, and press on the middle with your thumb to bend the flap. Insert one of the flap’s pins into the flap drum, then carefully align the other pin and gently release pressure from your thumb to insert the second pin as the flap unbends.
258
264
259
265

260
-
261
-
262
-
To install a flap, let it rest between your index and middle fingers, and press on the middle with your thumb to bend the flap. Insert one of the flap’s pins into the flap drum, then carefully align the other pin and gently release pressure from your thumb to insert the second pin as the flap unbends.
266
+
> Gently bend the flap to insert it
263
267
264
268
Repeat with the next 51 flaps, making sure to confirm the ordering as you do so.
265
269
@@ -292,7 +296,8 @@ You’ll need to configure NUM_MODULES in `platformio.ini` to match the number o
292
296
> 2) Click the “env” button at the bottom of the window and then in the dropdown at the top of the screen…
293
297
> 3) …select “env:chainlink” as the environment - this will set up code completion and syntax highlighting for the ESP32
294
298
> 4) in the Platform IO sidebar, expand the “General” section, and click `Upload and Monitor`
- If you reset the ESP32, you should see the LEDs on the Chainlink Drivers blink quickly and a message in the serial monitor that loopbacks are ok. If you see a loopback error message, troubleshoot that before continuing.
298
303
@@ -306,7 +311,7 @@ You’ll need to configure NUM_MODULES in `platformio.ini` to match the number o
0 commit comments