Skip to content

Commit

Permalink
Clean up wiring diagrams (#4)
Browse files Browse the repository at this point in the history
* Added cleaner & more detailed wiring diagrams.

* tweak gitignore

* tweak gitignore x2
  • Loading branch information
Bobev64 authored Sep 21, 2024
1 parent 8796282 commit e668715
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
.pio
.vscode/
Binary file added book/src/assets/lidar-connect.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added book/src/assets/tinykart-wiring-diagram.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 3 additions & 3 deletions book/src/kart.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,11 +109,11 @@ To do this:
4. Jump a ground pin from the controller to the same breadboard lane as the other two grounds, creating a common ground
5. Finally, jump the ESC and Servo PWM lines to these exact pins:

<img style="width: 100%" src="assets/actuator_connect.png">
<img style="width: 100%" src="assets/tinykart-wiring-diagram.png">

Red being A0, and green being D0.
Purple being A0, and green being D0. (**NOTE:** In real life the A0 & D0 wires will be white)

Now, connect the battery to the esc, and power to the controller. Now, press and hold the little blue
Now, connect the battery to the ESC, and power to the controller. Now, press and hold the little blue
button on the ESC to turn it on. Finally, reset the controller. You should see the kart do a little jump, and
maybe move its wheels. This is good! This means that the ESC is armed, and ready to move.

Expand Down
2 changes: 1 addition & 1 deletion book/src/lidar.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ board side. The PWM input is unused, and the other two pins are simply power and

While there are a variety of ways to connect these to the board, TinyKart is configured to use the following pins:

<img src="assets/lidar_connect.png"/>
<img src="assets/lidar-connect.png"/>

Go ahead and connect these to the respective pins on the wire connected to baby lidar. The end result should look
something like this:
Expand Down

0 comments on commit e668715

Please sign in to comment.