-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[#4] Add basic md files for hardware setup
- Loading branch information
Showing
5 changed files
with
52 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
# 3D Printing | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
# Assembly |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
# Electronics | ||
|
||
The bread board view from [Fritzing](https://fritzing.org/) shows the connection schematic. Both models (DiffBot and Remo) use | ||
slgithly different hardware (e.g. motor driver) which you can see in the following: | ||
|
||
=== "Remo" | ||
|
||
[![Remo Fritzing]][Remo Fritzing] | ||
|
||
[Remo Fritzing]: /fritzing/remo_architecture.svg | ||
|
||
|
||
=== "DiffBot" | ||
|
||
[![DiffBot Fritzing]][DiffBot Fritzing] | ||
|
||
[DiffBot Fritzing]: /fritzing/diffbot_architecture.svg |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
# Hardware Setup Overview | ||
|
||
The following pages guide you on how to setup the hardware of your robot (either DiffBot or Remo). | ||
|
||
- [**3D Printing**](3D_print.md) is only relevant for Remo robot (not DiffBot). | ||
Here you will learn which parts to print and some suggestions to configure your slicer. | ||
- [**Electronics**](electronics.md) provides instructions to connect the single board computer (e.g. Raspberry Pi), microcontroller (e.g. Teensy) as well as | ||
the other components such as the motor driver, motors and laser scanner. | ||
|
||
??? info "Preview of connection schematic" | ||
The bread board view from [Fritzing](https://fritzing.org/) shows the connection schematic. Both models (DiffBot and Remo) use | ||
slgithly different hardware (e.g. motor driver) which you can see in the following: | ||
|
||
=== "Remo" | ||
|
||
[![Remo Fritzing]][Remo Fritzing] | ||
|
||
[Remo Fritzing]: /fritzing/remo_architecture.svg | ||
|
||
=== "DiffBot" | ||
|
||
[![DiffBot Fritzing]][DiffBot Fritzing] | ||
|
||
[DiffBot Fritzing]: /fritzing/diffbot_architecture.svg | ||
|
||
- [**Assembly**](assembly.md) give instructions to assemble Remo robot. | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters