Hi friends,
I'm trying to design a circuit with some specific constraints, specifically the circuit is powered by 5V DC the entire time and I want to drive a 2SC3225 (NPN transistor) for a few seconds and then stop. I've been trying to simulate this circuit out in easyeda but my circuit design knowledge is pretty limited.
From what I understand, I'm probably looking at a RC circuit but I can't seem to get my head wrapped around how charging up a cap is going to stop something (another transistor?) from driving the 2SC3225.
I'd like, if possible to do this with just resisters, capacitors and transistors but I could also use a 555 if needed (another related project has a 555 which I could switch out for a 556 if needed).
Here's a timeline based approach of what I'm trying to do:
0 seconds: 5V DC starts, 2SC3225 is activated
3 seconds: 5V DC continues, 2SC3225 is activated
5-10 seconds: 5V DC continues, 2SC3225 is turned off
11 - forever: 5V DC continues, 2SC3225 stays off
I hope that explains what I'm trying to accomplish, this is one of those, I don't know the language to address the problem sorta things.
Thanks!
Hello,
If you dont need super clean switching action the simplest possible circuit to do this with that NPN transistor would be to place a large value capacitor in series with a resistor and connect the other end of the resistor to the base of the transistor, and the other end of the cap to +5 volts. You also need a larger base emitter resistor maybe 10k.
You may also need a diode in parallel to the capacitor so then when the power shuts down the diode discharges the capacitor.
Since the cap will be of large value, it will be an electrolytic type, and so the positive terminal goes to +5 volts.
The diode cathode also goes to +5v and the anode goes to the cap minus terminal.
This way this works is as the 5 volt power turns on the capacitor conducts current through the resistor and base emitter, which turns the transistor on. As the cap charges the base emitter gets less and less current until it can no longer keep the transistor turned on and then it start to come out of saturation so it starts to turn off. Soon after it turns off completely. Because you are only driving bulbs this should work, as long as they are not large bulbs that draw a lot of current. The initial current as the bulb starts to light up should be less than the transistor rating.
You will need a rather large capacitor though not sure if you have that around, but if you add a second transistor you can use a smaller value capacitor. You would have the second transistor emitter drive the base of the first transistor and the cap and resistor connected to the base of the second transistor. Doing this means less current through the cap to run on the first transistor and so it says on longer with a small value capacitor.
It all depends on what specifications you need. If you dont need super clean switching and your load does not draw excessive current it should give you some results. I cant think of anything that could be simpler and with less parts than that unless you are familiar with microcontrollers. Using an MCU you can tune the timing any way you want and besides the chip you would need just one resistor to drive the base. However, you also have to have a way to program it unless you can get someone to program it for you.
You really should tell more about what you need though and show the bulbs and whatever else you have.