Superposed_Cat said:
Hey all, working on a pet project where I need a microcontroller with a 40ma pin output to be amplified to 2A, op-amps can't do the job, and H bridge motor drivers will be too expensive i think considering the amount of motors I need. What is the cheapest and smallest way to do this? Any help appreciated.
hi Superposed_Cat
I did respond earlier ... your description of what you are wanting to do is pretty vague. hence you didn't get the responses that would have helped
Also, you cannot "amplify current" in the way I suspect you are thinking, as I hinted at earlier.
for the output of a micro controller to control a single motor, to start and stop it, here is an example...
This is a basic way to do it this is where you can have a low current output from the controller operate a relay that can switch a
higher current to a motor. My motor supply shows 5V but it can be whatever is needed for your motor. 12V, 24V, as long as the
relay contacted are rated for the voltage and current required by the motor
Another option ... You can do away with the relay and put the motor in the relay's place and use a darling transistor instead, you just need
to again make sure that the micro can operate the darling transistor and that the transistor is rated for the current required by the motor
since you have given no other info, its difficult to know what you are trying to achieve ??
If you need to be able to make the motor go forward and reverse, that gets more difficult ... requires more circuitry
If you need to be able to control the speed of the motor, then you also need a H-Bridge. not overly difficult but again requires more circuitryso please give us all the full project info.
Dave