Electronic – Is it possible to create a stepping power supply switched with transistors

fanpower supplyseriestransistors

I am relatively novice with wiring and circuits. I am attempting to power a fan and use transistors to increase the power supply to the fan as I close each transistor!
The base transistor and battery will pass 3 volts to the fan, then when the next transistor is closed (is this the correct term for sending voltage through the transistor when "activating?" the base?), the thought would be it would some how put the battery into series with the other one to provide the fan with 9 volts. I have wired this up at home a few different ways and to no avail.

I will provide further sketch information if requested.

EDIT – I have finally gotten around drawing up the sketch. I am hoping I sketched it correctly. The thought is I use an Arduino to close a transistor, and with the transistor closed current will then flow and power the motor. If it is the right most transistor the thought is it would only be powered by the single, right most power source (each power source is 3 volts). Then if I were to close the first (right most) transistor, and second (middle) transistors it would then supply 6 volts with the two power sources in series to the motor. Then the thought is with the third (left most) transistor closed, and the other two transistors to the right also closed, that the batteries will work in series to provide 9 volts to the motor.

Schematic

Does this make sense?

Best Answer

I think your answer may make intuitive sense but there are some other ways you can get speed control of your electric motor. I've drawn one here as an example:

schematic

simulate this circuit – Schematic created using CircuitLab

I am not proficient in circuitlab but you can see I have an EMF-absorbing diode, a motor (I represented this with an inductor), a resistor, and a voltage source.

You will use PWM to vary the motor speed. Your voltage source should be equal to or less than your motor's rated voltage. I am unsure of the diode's specifications.

Try to think of the NPN transistor current flow as being from the collector to the emitter. It is not very much like a switch in my opinion. The reason my transistor looks different is because it is in a Darlington configuration which lets you use less current to turn the transistor on.