Draw Bot: Difference between revisions

From HeatSync Labs Wiki
Jump to navigation Jump to search
en>ScottyB
en>ScottyB
Line 19: Line 19:
* 1 x servo (for controlling pen?)
* 1 x servo (for controlling pen?)
* 1 x Arduino
* 1 x Arduino
* Monofilament, 30# test?  
* Suspension Cable
** Monofilament, 30# test? or...
** [http://www.mcmaster.com/#wire-rope/ Wire Rope]? or...
** or the twine I already have in my garage for prototyping?
 
=== Deprecated ===
=== Deprecated ===



Revision as of 18:20, 24 October 2011

Concept

Initially, the plan was to duplicate the Der Kritzler; however, one of the design goals was affordability. Der Kritzler's toothed belts and pulleys add significant cost, but seem to deliver little advantage over a spooled line design.

Also, a goal is to co-locate the motors with the embedded controller and pen on the chassis. The thought is that the system will be simpler and cleaner.

Prototype plans call for an Arduino Uno and breadboard, with the final device as a custom PCB w/ ATMega328 or maybe ATTiny? Anyway, the PCB might be part of the chassis?

Also, we'd like to change the design so the DrawBot reads it's commands from an SD card instead of a command station.

Bill of Materials

Deprecated

  • 2 x stepper motors
    • go w/ 5mm shaft
    • need 40ish oz/in?
  • 2 x toothed belt pulleys
    • go w/ 5mm shaft
  • 20 ft toothed belt

Motor Control

http://arduino.cc/en/Reference/StepperBipolarCircuit
http://www.arduino.cc/en/Tutorial/MotorKnob

Links