Week 11

Output Device: Stepper Motor

PCB Design Software: Eagle
Machine: MODELA MDX-20 (Software: Fab modules)

Components and Tools

  • Digital Multimeter x 1
  • Soldering Iron x 1
  • Solder x 1
  • Desoldering Braid x 1
  • Tweezers x 1
  • FabISP x 1
  • Mini USB Cable x 1
  • 6 Wire Ribbon Cable with Sockets x 1
  • 9V Battery x 1
  • 9V Battery Holder x 1 (Digi-key)
  • 4 Pin Socket x 1 (Mouser)

Designing The Board

I designed the circuit based on Neil’s board for the unipolar motor. The image below is the Schematic.

And this is the board. Like the previous week I created a ground plane, but this time instead of leaving the Isolate at 0, I chose 0.016 (in inches).

Making The Board

Learning from last week's mistake, this time I changed the tool diameter setting in Fab Modules from 0.4 to 0.3, and the MODELA milled all of the narrow traces. (I forgot to take a picture of the board prior to soldering so...)this is the final product.

Programming The Board

First, connect the motor board to a power source and the FabISP. Download the c file and make file (right click link and Save link as…) and move them to a folder.
To flash the micro-controller open terminal and type the following
  • cd the directory to the folder
  • make -f hello.stepper.44.wave.make program-usbtiny

Download