I've built a simple circuit that activates a motor when a momentary switch is closed, disengages the motor once the switch opens again. There are random delays and timers involved which is why I didn't simply connect the switch to the motor.
It's a 12V motor I scavenged from an old optical drive, together with the gear set.
The purpose of the circuit is to reset a hinged target once it's been knocked down. I plan to add a scoring system, but that's a story for another day.
Functionally and programatically, everything works fine, the problem I'm having is related to the output of the motor. I tested the motor directly connected to the 9V battery and the output is more than enough, in fact, it spins too fast for my application (I can use PWM to bring it down if needed).
Once I connect everything as shown in the diagram, the motor stalls when trying to push the target back up i.e. too little torque. This is exacerbated by the fact that the target is relatively heavy, and it has to be, since I'll be shooting it with steel BBs.
I took current readings with and without the circuit connected:
- Current draw motor only: ~110mA (I should've probaly taken a stall current reading as well)
- Current draw with complete circuit: ~160mA
- Stall current with complete circuit: ~200mA
All 3 readings are total current draw from the battery, not probing somewhere random in the circuit.
So my question(s) is this, is my circuit unoptimised or is the battery too weak OR is my gearing inefficient? Would a 9V motor provide more torque?
How would I achieve the best mechanical advantage? I don't mind the motor spinning 10 times slower if it meant more torque.
Some pics of the build here, and a video of a previous itteration here (never mind the ending, I made a funny for a reddit)
A lot changed since that version, heavier target, different set of gears, different circuit, different construction, etc.
Just a side note, i'd like to test with 9V DC coming from the wall, but I don't have one, only 5V and 12V. My next project that I'm still sourcing parts for is to build a bench power supply with 9V DC output, but I don't want to go ahead an do that only to find that the problem may be elsewhere.
Thanks for taking the time to read.