Powering On/Off 6V Motor with Photon Board Possible?

Hello.

I purchased two 6V hobby motors and am trying to power them using my photon. I need to be able to turn them on and off, via analog or digital pads. I have tried a few methods, using H-Bridge to take 9V (from a battery) and convert it to 5 and use that method. I also have tried a few transistors , a 2N2222, and a few others. I followed a few schematics, including https://www.hackster.io/adi1690/particle-photon-motor-control-c1fa6d but I do not have that exact transistor and I could not get it to work.

Can someone help me with this? I am open to using 2AA to power motor separately, or a 9V.

Thank you

The 2N2222 cannot carry a heavy current. What are your motor characteristics?
If the load current is smaller that the 2N2222 can handle (around 600mA), you can follow the hackster.io link provided.
Just be careful on the pin layout and don’t forget the 1N4001 diode.
To test the transistor part of your circuit, you can connect directly the R1 to GND or 3.3V, to simulate the ON/OFF. This can save your Photon in case of mistake in the wiring.

These are the motors, I am not sure of the current required to power them as it does not say.

The problem with the link I provided is I do not have the TIP31C transistor so was hoping I could use something else?

I have a TCP120, a UA7xxx, and a few others. Want me to list them all to see if any will fit?

Thanks

I’d still go for a H-bridge motor driver.
Which one have you tried?

1 Like

I have this SN754411NE H-Bridge,

Would that work? I am open to supply 9V via a battery or whatever external power is needed.

Transistors I have:
irl520n
ld1086v33
tip120
l7805cv

H-Bridge:
cd74hc4094e
cpa0638
SN754411NE

Will any of these suffice?

Thank you!

The SN754411NE should do.
The cd74hc4094e doesn’t appear to be a H-bridge but a shift register
I can’t find a datasheet for cpa0638

Are you designing a PCB or just trying a breadboard setup which eventually may be transfered to a proto or similar?
The reason for asking is, have you considered using a ready to go breakout motor driver like these

https://www.aliexpress.com/item/Free-Shipping-DC-Stepper-Motor-1pcs-L9110S-H-bridge-Dual-DC-Stepper-Motor-Driver-Controller-Board/32671279627.html?spm=2114.30010308.3.22.U9SwhA&ws_ab_test=searchweb0_0,searchweb201602_2_10091_10090_10088_10089,searchweb201603_1&btsid=c9bcbae4-e97c-42c6-b601-b411ba4bcc10

https://www.aliexpress.com/item/DRV8833-2Channel-DC-Motor-Driver-Module-Board-1-5A-3V-10V/32664633375.html?spm=2114.30010308.3.2.TzqTmc&ws_ab_test=searchweb0_0,searchweb201602_2_10091_10090_10088_10089,searchweb201603_1&btsid=97618530-733c-4c76-807f-de597b21a613

1 Like

No just a breadboard layout for now.

So all I need is an hbridge 9v battery , I won’t need any transistor correct ?

Hmm, not sure what you mean with "an hbridge 9v battery"
Do you mean an H-bridge which can take 9V and a 9V battery?
If so, that's all you need to drive a 9V motor, but for a 6V motor you should not use a 9V battery since the H-bridge will just "forward" that as is to the motor.
And if you only use an H-bridge, you'll still need a fly-back diode, which often are already present on these controller boards.

BTW, I couldn't say yes to this part

An H-bridge does consist of at least four transistors :wink:

Oh I thought for that particular hbridge you mentioned, it takes 9v in and sends 5v out?

Nope they are no voltage regulators. If you need one of those you’ll have to add that extra.
But the same would be true for your own transistor circuit unless you want to burn the voltage on a series resistor :wink:

So I need hbridge, external battery, diode and motor. Is there a schematic you know of ?i have a hbridge one I found online but im unsure where the diode would come into play in the schematic

This would be one
http://electronics.stackexchange.com/questions/181264/about-fly-back-diodes-and-motors
http://i.stack.imgur.com/4iGc7.png

But your H-bridge might already have them built-in - check the datasheets