DC motor drive problem
agfa
Posts: 295
.....................................
Post Edited (agfa) : 2/13/2007 2:13:09 PM GMT
Post Edited (agfa) : 2/13/2007 2:13:09 PM GMT
Comments
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Have Fun
TR
···· You can use Express PCB they have some free schematic software and PCB layout software that is easy to learn and you can convert the schematics to Bitmaps that anyone can see.
·The PWM command is nice but you cant do much else with the stamp if you use it so hardware PWM is the next step or a better Micro..
I have attached a simple hardware motor controller that you can make have more Amps by just parralleling the Mosfets.
You can read about the Digital Pot in the Whats a Microcontroller Text...the 4n25 is just an optoisolator to protect the stamp.
Hope this helps let me know if I can help...
I now use 4N35's for all dc switching circuits (motors, relays whatever) cause at 30 cents each they're much cheaper to replace. And you don't have to tie the grounds together so you have full galvanic isolation.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Have Fun
TR
Post Edited (TechnoRobbo) : 12/10/2006 2:29:47 PM GMT
I guess the point I'm making is watch out for those cheap motors. If your using them as a drive, test your design on a slight incline the load is considerably more. One way of avoiding this is to use geared motors. They are not as cheap as the 3-6v nor are they as fast but they have reasonable starting torque and they break better, ungeared motors free spin and generate voltage from their momentum, especially down hill.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Have Fun
TR
Am I the only guy with a flatbed scanner on the Forum?
·
saw your little rant on Chris the other day.
http://forums.parallax.com/showthread.php?p=619644
You are the little terror.·· ·
You will like hardware PWM because it frees up alot of procces time in the stamp to do other things..