X-Git-Url: http://challenge-bot.com/repos/?p=challenge-bot;a=blobdiff_plain;f=TODO.rkt;fp=TODO.rkt;h=2daf9f485d12e6c1ffae7efefae01988a007cdf0;hp=a7e40a8f96a5cdd38784cbb1f61b76d4763db9f5;hb=ddf26b99863f3f2820e3ed64c974792d018aea41;hpb=25dc4aac3549c64dce55ea37a62799323528b8f2 diff --git a/TODO.rkt b/TODO.rkt index a7e40a8..2daf9f4 100755 --- a/TODO.rkt +++ b/TODO.rkt @@ -4,16 +4,8 @@ (define todo ;; list of specific things to do for challenge-bot class (list - "video should show motor doesn't react to hand for left motor" - "put a notch on the corner of the sonar to make it easier to push in" "make a case for the 9v and 6v battery holders" "determine if 9v or 6v battery holder can be disposed" - "get multimeter to determine which batteries are dead" - "get wirestripper" - "get solid core wire for breadboard" - "get male female wires" - "make physical layout drawing" - "order male female jump wire" (string-append "order these: http://www.ebay.com/itm/" "100-x-Ultrasonic-Module-HC-SR04-Distance-Measuring" "-Transducer-Sensor-for-Arduino-/" @@ -21,6 +13,13 @@ (define ideas (list + (list "from 0 to movement faster" + "hook motor directly to battery" + (string-append "solder wires to motors, attach motors," + " wheels, castor, battery packs and get" + " the robot moving forwards, backwards," + " or turning in place") + "hook up motor controller, have robot") (list "series of challenges" (list @@ -67,30 +66,4 @@ "review the following notes for improvements" (list "http://goo.gl/ZZ4E8E" - "http://goo.gl/ilZiXR")) - (list - "hacker dojo 3d printer talk" - (list - "look into glue. purple children's glue stick water soluble." - "but only if stuff stops sticking to blue tape. maybe nylon") - (list "take out springs for build plate, replace with rubber foot?") - (list "print shoe cover (light up?!?)" - "sneaker heads be like damn he got the velcro") - (list - "invest in the cad package" - "the 3d printer makes the cad valuable" - "good water type parts are difficult, no package currently does this") - (list - "3d hubs" - "find someone close to you that has a printer") - (list - (string-append "this is going to explode when it gets to people" - " who don't want to tinker") - "open source software is just for tinkerers") - (string-append - "stratasys has patented retracting the non-printing" - " head of dual-head") - "put a piece of foam on the filament before going into extruder" - "regrind abs is brittle and affects print" - "some plastic changes color based on temperature") - "schedule stuff for august 3 through 10")) + "http://goo.gl/ilZiXR"))))