Electrical – Time delay on circuit

delaytime

I'm trying to build a circuit with the following properties:

  1. When a switch (SW1) is pressed continuously, it should supply a particular load with 5V (modeled as R4 and LED D2) after about 20sec
  2. When this switch is released, to preserve battery it should not draw any power

After looking at schematics on the internet I've tried the following circuit, unfortunately without any luck.

I've tried simulating with LTSpice, it seems no matter how I change the values the NPN tranistor doesn't want to turn on.

My circuit is probably seriously flawed, could anyone push me in the right direction?

schematic

simulate this circuit – Schematic created using CircuitLab

Best Answer

The circuit as given will stabilise with Q1's base around 600mV, which scarcely turns it on. That explains why you get no significant power to the load.

Reducing R1, R2 and R3 to a tenth of the given values solves that problem sufficiently to light the LED, though it would also shorten the time constant. This can be compensated for by increasing C1 by the same factor, to 1000µF.

If a further increase in load power is needed, connecting a second transistor in Darlington configuration might work. You'll need to adjust the timing components for the higher base threshold.

In general, timing long delays using purely discrete, analogue components is fraught with difficulty, especially if you then want a sharp turn-on of a relatively heavy load. Consider using an IC specifically designed for the purpose, such as the 555.

Related Topic