From: daniel watson Date: Tue, 14 Jun 2016 02:35:53 +0000 (-0700) Subject: add required materials for breadboard to deck X-Git-Url: http://challenge-bot.com/repos/?p=challenge-bot;a=commitdiff_plain;h=17b1f3ea7b97d0ad99345fd3056b99c4db8324b8 add required materials for breadboard to deck --- diff --git a/.gitignore b/.gitignore index 5eb343e..4cb1ffe 100644 --- a/.gitignore +++ b/.gitignore @@ -32,3 +32,4 @@ downloads/ *.amf build-uno/ media/ +*.JPG diff --git a/guide/1-breadboard-to-deck/0-required-materials.png b/guide/1-breadboard-to-deck/0-required-materials.png new file mode 100644 index 0000000..0e2e045 Binary files /dev/null and b/guide/1-breadboard-to-deck/0-required-materials.png differ diff --git a/guide/challenge-bot.scm b/guide/challenge-bot.scm index 2448c90..0c70756 100644 --- a/guide/challenge-bot.scm +++ b/guide/challenge-bot.scm @@ -268,8 +268,8 @@ rotation.] (figure :legend "arduino to deck / keep holes far apart" - (image - :file "0-arduino-to-deck/keep-holes-far-apart.png")))) + (image + :file "0-arduino-to-deck/keep-holes-far-apart.png")))) (subsubsection :title [drilling and attaching second screw] (p [to drill the second hole, follow the same steps as drilling the @@ -292,7 +292,19 @@ (item [there should be no warping on the arduino. this could happen if the screws are too tight.])))) (section - :title [breadboard]) + :title [breadboard] + (p [next, let's attach other parts to the deck. + we'll start with the breadboard. + there are many ways to do this, but one handy approach is + glue dots. + glue dots can be placed easily, are good at attaching flat + surfaces that directly touch and do not get much stress.]) + (p (figure + :legend "breadboard to deck / required materials" + (image + :file "1-breadboard-to-deck/0-required-materials.png")) + [for this section, we will need the deck with arduino attached, + breadboard, and glue dots.])) (section :title [battery packs] (subsection diff --git a/guide/makefile b/guide/makefile index a510be8..01f2d72 100644 --- a/guide/makefile +++ b/guide/makefile @@ -81,6 +81,7 @@ challenge-bot.html: challenge-bot.scm \ 0-arduino-to-deck/6-32-screw.png \ 0-arduino-to-deck/4-place-arduino-closeup.png \ 0-arduino-to-deck/keep-holes-far-apart.png \ + 1-breadboard-to-deck/0-required-materials.png \ makefile @skribilo $< > $@