From: daniel watson Date: Sun, 5 Mar 2017 08:12:59 +0000 (-0800) Subject: start wiring checklist X-Git-Url: http://challenge-bot.com/repos/?p=challenge-bot;a=commitdiff_plain;h=ea93458869015fefd4cf645ca91661e9fa689e1b start wiring checklist --- diff --git a/wiring-checklist.org b/wiring-checklist.org new file mode 100644 index 0000000..4d2b88f --- /dev/null +++ b/wiring-checklist.org @@ -0,0 +1,40 @@ +* setup software + - [ ] locate materials + - [ ] 1x laptop + - [ ] 1x download latest installers + - [ ] arduino + - [ ] fritzing + - [ ] openscad + - [ ] 1x challenge-bot content download + - [ ] install software + - [ ] when installing arduino on ms windows, be sure to install drivers + - [ ] set up arduino preferences to set sketchbook location as + challenge-bot/build-stages. + alternatively, move everything from challenge-bot/build-stages to + wherever the current sketchbook location is. +* a_serial + - [ ] locate materials + - [ ] 1x mechanically assembled challenge-bot + - [ ] 1x usb cable + - [ ] 1x laptop with arduino installed + - [ ] open arduino + - [ ] plug arduino into computer + - [ ] in arduino + - [ ] open a_serial sketch + - [ ] tools -> serial port -> select something with arduino + - [ ] tools -> board -> arduino uno (top, or near top, of the list) + - [ ] control+u to upload the program to the arduino, + or click the "->" arrow in a circle on the upper left of arduino window. + - [ ] control+shift+M to open serial monitor, + or click the magnifying glass in the upper right hand corner. + - [ ] should say "hello computer!" in the serial monitor window + - [ ] should repeat "hello computer!" after pressing physical + reset button on arduino. +* b_left_sonar + - [ ] locate materials + - [ ] 1x mechanically assembled challenge-bot + - [ ] 1x laptop + - [ ] 1x usb cable + - [ ] 1x sonar cable + - [ ] 1x 35mm red stiff wire + - [ ] 1x 35mm black stiff wire