Turn on the lamp LED late to enter the voltage

Hello all .
I need the help of a specialist in a department based on the following:
I have a voltage ( 12V DC) through which I turn on a lamp (LED) as soon as the voltage enters the lamp it will glow, what I want is to have an electronic circuit that the voltage enters and after a minute of entering the voltage the lamp ( LED) glows. And it stays glowing. In other words, I want to delay the timer for the passage of voltage to the lamp.
Any help thank you.
 

Attachments

  • 9999.png
    9999.png
    3.5 KB · Views: 110
I would think a very simple timer circuit would work. There are many designs using for example a 555 timer chip or you could just use a CMOS package of 4 gates (like a CD4011) and simple C/R delay or another simple (maybe best) option is a single opamp to drive the LED and just set a voltage reference on one input (two resistors) and have a C/R delay on the other.
 
A 555 timer controlling a relay coil can do this. The timing capacitor
would have to be a low leakage electrolytic around 100uF.

If the lamp uses only a small current under 200mA, the 555 may be able
to switch the current directly, without a relay.
 
I would think a very simple timer circuit would work. There are many designs using for example a 555 timer chip or you could just use a CMOS package of 4 gates (like a CD4011) and simple C/R delay or another simple (maybe best) option is a single opamp to drive the LED and just set a voltage reference on one input (two resistors) and have a C/R delay on the other.
thank you my friend . Indeed, I thought of using a comparison or Op Amp operations such as (LM324N) or (LM833)but I lack the scheme to implement it in practice.
 
The opamp would need to be a FET type to get super low input bias currents. Something like a TL071 or TL061 to begin experimenting with.

The cap needs to be low leakage so really a tant. You would have to experiment. The opamp output goes high when the voltage on the cap reaches the voltage set by the divider network. Depending on the opamp you might find the output is not at zero volts (as in the simulation) and that would give a glow from the LED. To stop that just add a series diode to the LED.

This is from a different circuit but it will give you an idea... just look at the part circled in red.

Screenshot 2021-12-27 195541.jpg
 
The opamp would need to be a FET type to get super low input bias currents. Something like a TL071 or TL061 to begin experimenting with.

The cap needs to be low leakage so really a tant. You would have to experiment. The opamp output goes high when the voltage on the cap reaches the voltage set by the divider network. Depending on the opamp you might find the output is not at zero volts (as in the simulation) and that would give a glow from the LED. To stop that just add a series diode to the LED.

This is from a different circuit but it will give you an idea... just look at the part circled in red.

View attachment 1009176
thank you my friend .Who is in control of time?
 
.Who is in control of time?

All four parts have an influence. In the second circuit R1 and R2 fix the voltage on the + input at about 9 volts (for a 12 volt supply rail). The cap C2 charges via the 1 meg. When the voltage on the cap passes 9 volts the opamp output flips state and lights the LED. So you can see altering any of the values alters the delay.

If you are using high value resistors then you must use a FET opamp.
 
Yes, but an opamp would not drive it directly. We can use a simple transistor to drive a relay. Circuit rearranged again 🙂 to use a small 2N7000 (or7002) FET. Any N channel power FET would be OK.

Have to leave it for now but it will give you some ideas.

Screenshot 2021-12-27 201650.jpg
 
Can you explain to me, my friend, why you used the LT1056 JFET Operational Amplifier?
It is a pretty generic FET opamp very similar to a TL071. No other reason for picking that one other than it is an included model with LTspice and one I always use when I want a FET opamp.

A TL061 OR TL071 or TL081 would all work the same as would many many others.
 
Yes, but an opamp would not drive it directly. We can use a simple transistor to drive a relay. Circuit rearranged again 🙂 to use a small 2N7000 (or7002) FET. Any N channel power FET would be OK.

Have to leave it for now but it will give you some ideas.

View attachment 1009184
I will do it tomorrow and will let you know the details. Thank you dear friend . Thanks everyone. I will put it into practice😉🙂
 
If it works in practice, can you help me make the GERBER file?🙂
It works in practice... I just built one to prove it 😉 (on a breadboard) I wanted to be sure a standard cap would be OK and that it would charge OK via a high value resistor. It does seem to do so.

Here is a final version. The circuit in practice worked fine with TL071's and also some very ancient 741's. The 47uF cap was a good quality Wurth 47uF 16v electrolytic. In practice I got 56 seconds delay for a TL071 and 60 seconds for a 741.

Look at the simulation to see how it works. When the cap voltage Vcap reaches the level of the reference voltage Vref the opamp output goes from high to low. That turns on the PNP transistor which can drive whatever load you want such as an LED and a relay.

The reverse biased diode across the cap discharges the cap at power off and ensure the circuit works correctly if you immediately switch it back on again. The diode across the relay is to supress back emf.

R5 (in the real circuit) was not actually needed but in the simulation it is. This resistor ensures the transistor is fully off if the opamp output does not quite reach the positive rail.

Gerbers are something you will have to get someone else to help with 🙂 The circuit is so simple it could be built on stripboard. If I did a PCB I would just do it on the fly and etch it.

I'll also attach the simulation file.

Screenshot 2021-12-28 091030.jpgScreenshot 2021-12-28 091145.jpg
 

Attachments