Arduino Stepper Shield

hey

that's all very cool. I will post my files in the next days; they're licensed CC-BY-SA, so you can manufacture them if you want. Eventually I will post the gerbers, parts list and suppliers info too.

My design is stacking, so you can put as many shields as you want on top of each other... theoretically you could have a stack of eight motor shields without any problems.

Sorry I don't have the time to help you with your design, but maybe these files will give you some ideas!

Another price item you might want to check out are the Schottky diodes: you'll need 24 of them, and they are not cheap: count on 50 cents each in small quantities. You have to buy in quantity 500 or 100 to get a good price.

I think you could do the Atmega instead of L297 route quite easily, using the Analog in pins (2 for each motor) to watch the motor current and calculate the chopping. In fact it seems like the Atmega 168 has pretty much the same functions as the L297, except that it's programmable and the code can be open-sourced if you go that route.

D

PS: BTW I am not one of the folks "at Arduino".... :slight_smile: I guess you haven't read the threads under the news section!
I'm one of the folks at Freeduino :smiley:

fantastic! i'll keep my eyes peeled. i also feel the manufacturability is important for open source hardware. i've read a bit of that discussion, but i prefer to keep out of things like that. i do agree with you on quite a few things though =)

stacking is good. with my 3 axis design, i'm not sure what use it would be... all the pins are taken. i am bringing out headers for the remaining pins though.

no worries on the help... your suggestions are good, and looking at other designs is also good, as it helps me to see any errors i might have made by comparing them.

yeah, there are a couple expensive parts in the circuit, but any way you slice it you have to pay a decent amount to get good quality stepper drivers. i'll be doing a full price analysis once i get the board design finalized, which i will definitely post here once its done. i think that this route is a good enough compromise between cost and quality for me.

~Zach