I’m new, please forgive my excessive questions.
I’m trying to build a coil winder and I need to power a Pololu 37D 19:1 gear motor with that draws 300 mA free running and has a stall current of 5 A.
I tested on Arduino, but now I am protyping on a breadboard using a PIC18 microcontroller. Using a 12v power supply right now, but planning on setting up as laid out below when I’m done prototyping.
I plan to use a 15v wall wart, with an LDO to step down the motor voltage to 12v, a switch mode regulator to step down to 5v for the PIC, and a STMicroelectronics L298N dual H-Bridge to control the motor with the PIC.
I figured I could get all this done with just a few programming hiccups, but I greatly underestimated power supply design.
My problem is that my wall wart has an output current of 1 A, and my H-Bridge has an output current of 2 A, 3.5 A if I tie both sides of the H-bridge together, and my stall current for the motor is 5 A.
My question is how do I make this work? What would I need to do to protect my circuit? Neither my power supply, nor my H-bridge output enough current.
I don’t expect the motor to stall considering its torque (84 oz-in) and its application winding 42-43 AWG magnetic wire, but I want to be safe.
From my research, these are the only things I could think of.
1) Put a current sensor and a shunt resistor in series with the motor. Not exactly sure how this works, couldn’t find a schematic or detailed explanation. What does this do? Would it reset everything, including my PIC and LCD which is tracking rotations?
2) Use a beefier power supply with a higher output current. I would prefer not to do considering the ones I found that output 5 A look more like my laptop power supply and cost a good deal more. Would this even be enough considering I heard that reversing the motor can draw twice the stall current? I plan on have a reverse feature, but I wouldn’t make it where you could go directly CCW from CW without some sort of long pause. Also, would a power supply with this much output current available mess with my PIC considering it and all of the components powered by it will draw nowhere near 5 A?
3) Use an H-Bridge with a higher output current. I couldn’t really find any with any kind of output current for my needs at a reasonable price, but I can keep researching.
4) Just make an AC current rectifier and an H-Bridge to my specs. More work and research, but maybe cheaper than buying beefier parts.
Am I over thinking this? I just need to know what a simple solution would be, or a point in the right direction.
Any help would be greatly appreciated, and again, sorry for the excessive questions.
I’m trying to build a coil winder and I need to power a Pololu 37D 19:1 gear motor with that draws 300 mA free running and has a stall current of 5 A.
I tested on Arduino, but now I am protyping on a breadboard using a PIC18 microcontroller. Using a 12v power supply right now, but planning on setting up as laid out below when I’m done prototyping.
I plan to use a 15v wall wart, with an LDO to step down the motor voltage to 12v, a switch mode regulator to step down to 5v for the PIC, and a STMicroelectronics L298N dual H-Bridge to control the motor with the PIC.
I figured I could get all this done with just a few programming hiccups, but I greatly underestimated power supply design.
My problem is that my wall wart has an output current of 1 A, and my H-Bridge has an output current of 2 A, 3.5 A if I tie both sides of the H-bridge together, and my stall current for the motor is 5 A.
My question is how do I make this work? What would I need to do to protect my circuit? Neither my power supply, nor my H-bridge output enough current.
I don’t expect the motor to stall considering its torque (84 oz-in) and its application winding 42-43 AWG magnetic wire, but I want to be safe.
From my research, these are the only things I could think of.
1) Put a current sensor and a shunt resistor in series with the motor. Not exactly sure how this works, couldn’t find a schematic or detailed explanation. What does this do? Would it reset everything, including my PIC and LCD which is tracking rotations?
2) Use a beefier power supply with a higher output current. I would prefer not to do considering the ones I found that output 5 A look more like my laptop power supply and cost a good deal more. Would this even be enough considering I heard that reversing the motor can draw twice the stall current? I plan on have a reverse feature, but I wouldn’t make it where you could go directly CCW from CW without some sort of long pause. Also, would a power supply with this much output current available mess with my PIC considering it and all of the components powered by it will draw nowhere near 5 A?
3) Use an H-Bridge with a higher output current. I couldn’t really find any with any kind of output current for my needs at a reasonable price, but I can keep researching.
4) Just make an AC current rectifier and an H-Bridge to my specs. More work and research, but maybe cheaper than buying beefier parts.
Am I over thinking this? I just need to know what a simple solution would be, or a point in the right direction.
Any help would be greatly appreciated, and again, sorry for the excessive questions.