Open Source Stepper Motor Controller Problem Statement: Difference between revisions
(→Problem Statement: tutorial link.) |
|||
Line 26: | Line 26: | ||
#[[MyDIYCNC]] - $580 for complete kit | #[[MyDIYCNC]] - $580 for complete kit | ||
#[[RepRap Prusa Mendel]] - simplified version of RepRap Mendel. What's the cost for just circuit milling? | #[[RepRap Prusa Mendel]] - simplified version of RepRap Mendel. What's the cost for just circuit milling? | ||
# KitsRUs [http://www.kitsrus.com/kits2.html| Kit 94 Digital Rotary Control of a Unipolar Stepper Motor] | |||
## [http://www.kitsrus.com/jpg2/k94_pcb.jpg| Picture of PCB] | |||
## [http://www.kitsrus.com/zip/encoder.zip| encoder.zip Kit 94 source code 2K] | |||
## [http://www.kitsrus.com/projects/ecw1j.pdf| ecw1j.pdf Kit 94 Bourn Grey Switch encoder Data Sheet] | |||
This kit uses a Grey switch aka bit switch, to single step a unipolar stepper motor in either direction. Uses a PIC 16C54 plus UCN5804 stepper driver IC. PCB is 4 in square, single sided | |||
[[Category:Problem Statements]] | [[Category:Problem Statements]] |
Revision as of 20:26, 21 April 2011
Problem Statement
To date, there is no open source variant of the respected Gecke G540 stepper motor controller. Smaller ones are available for RepRap, but is there an open source option that could be used on a larger device such as the Torch Table Build? The problem statement involves driving the cost of these stepper controllers down to about $10 or so per axis by the ability to mill them on a bootstrapping CNC Circuit Mill. Thus, the problem statement is threefold:
- What is the best bootstrapping CNC circuit mill available that could produce not only the stepper motor controller but also the microcontroller (Arduino equivalent)?
- What is the best open source stepper controller that can be used, and can it be adapted to higher voltage power supplies that would allow sufficient power to drive a torch table?
- If the above is not possible, then we move on to an Open Source Stepper Motor Controller designed from the ground up
See Stepper Motor on Wikipedia for a high level description and a nice animation of how one works.
A Tutorial on Control of Stepping Motors.
Requirements
Amperage: 1-2A
Response Time?
Step Increments?
Other factors?
Possible Solutions
A possible solution is to use an existing open source driver options and CNC mill to build them.:
- http://reprap.org/wiki/StepperMotor#Stepper_drivers
- Mantis 9 - appears to have a boot-strappable stepper controller and microcontroller design that could be made on this $100 mill. Good points - $20 spindle; $100 for everything. Modify this to metal for stability, and this would make a great universal bootstrapping circuit mill to last a lifetime.
- SnapLock appears to be a robust bootstrapping mill, but cost is $600
- MyDIYCNC - $580 for complete kit
- RepRap Prusa Mendel - simplified version of RepRap Mendel. What's the cost for just circuit milling?
- KitsRUs Kit 94 Digital Rotary Control of a Unipolar Stepper Motor
This kit uses a Grey switch aka bit switch, to single step a unipolar stepper motor in either direction. Uses a PIC 16C54 plus UCN5804 stepper driver IC. PCB is 4 in square, single sided