Search
Close this search box.

Home

Adjustable Timer Circuit Diagram with Relay Output

Timers were used in many applications in our day to day life.One can see the timers in washing machines,micro ovens etc. These devices uses timer to switch the loads for particular amount of time.Traditionally, various loads would have been manually controlled, i.e., the operator would turn ON the loads and after desired conditions met, the loads again would have been turned off by the operator.

Here i am going to explain different ways of building adjustable timer circuits. However, these methods are cost ineffective.Three circuits are explained here are 1)Simple adjustable timer using 555 IC,2)A cyclic on/off timer using 555 IC,3)Adjustable timer using arduino. (40+ Simple 555 Timer Circuits & Projects)

Simple Adjustable Timer Circuit with 555 IC

Using simple 555 timer we can design an adjustable timer switch. This circuit is flexible to adjust required time.

Circuit Diagram

555 monostableComponents

  • 555 timer
  • Electrolytic capacitor – 470 uf
  • ceramic capacitor – 0.1nF
  • Resistors
    •     120k ohm
    •    10k ohm
  • Relay -12v
  • Push button

Working

  • Here 555 timer is operated in monostable mode.
  • When the trigger input is applied,555 timer produces a pulse. This pulse width depends on R and c values.
  • The above proposed circuit is a 1-10 minute timer.When Pot is minimum it gives 1 minute delay,where maximum value of pot can produce 10 minutes.
    • Time period can be calculated using formula

T=(R1+R2)*C1.seconds

  • When  Pot is maximum R  is 120K+1.1M ≈ 1.2M (approximately) and C1=470uf

T= 1.2M*470uF = 620 seconds≈10 minutes.This is the maximum time.

  • For minimum time place the pot in least position.Then R= 120k
    • Hence time T=120k*470uf=6 2 seconds~1 minute (approximately).
  • A 12v relay is used to drive the ac load connected at the output.
  • Thus relay will be on for required amount of time set by the user using pot and then it is switched of automatically.
  • This circuit is used in such applications where the load is switched on for sometime and is off for rest of the time.

Note

  • To prevent 555 timer from  flyback current in the relay use a diode before the relay.
  • Some 555 versions may get damaged because of this.

[Also Read: 12V Time Delay Relay]

Adjustable ON OFF Timer(using 555 astable mode)

In this circuit a timer with cyclic on off operations is designed. This circuit uses very basic components like 555 timer and 4017 counter.

These on off intervals can be adjusted by varying the 555 timer output and number of counter outputs. Let us discuss in detail about this circuit.

Circuit Diagram

adjustable timer using 4017Components

  • R1 and R2 – 47 KΩ
  • R3 – 15K Ω
  • VR1 – 1M Ω
  • C1 100µF
  • C2 0.01µF
  • C3 0.1µF
  • Diodes
  • 555 Timer IC
  • CD4017 IC
  • BC 148 B Transistor
  • 6 V/ 100 Ω SPST Relay

Working

  • When the power supply is given ,555 timer produces square wave at pin 3 as it is in astable mode.
  • It gives a pulse width according to value of pot. It can be calculated as

T( high) =0.693*(R1+R2)*C 1

T(low) =0.693*R1*C1

  • This square wave is given to CD4017 IC decade counter which has 10 outputs activated sequentially upon a given clock input.
  • The outputs of the decade counter drive the transistor into active mode so that relay coil will be energized. (Instead of 6v relay one can use 12v relay also but relay should be applied with 12v instead of 6v.)
  • Here the length of ON-time of the load is a multiple of 555 timer period output and number of outputs used in CD4017.
  • Suppose in this circuit 3 outputs of CD4017 are used.So,On time of load is 3 times of T (high) and off time is 9 times of T(high).
  • Therefore, ON and OFF can be varied for desired duty cycles by appropriately connecting the pins of decade counter.
  • It is also possible to add a sensor or switch at reset input of decade counter for automatic turning off the load in emergency or needy (for an automatic operation) situations.

Application

  • Let us understand the application of this circuit. For example in air coolers,there is a pump that pumps water to the mat.This need not be switched on continuously .
  • It can be ON until cooler mats are wet and then it can switched off.Again when they are dry it should pump the water.
  • Suppose if there is adequate water in the tank, the pump must be turned off automatically.
  • This can be achieved by adding a level sensor such that this sensor input drives the reset and inhibit pins towards the ground potential.
  • This circuit is used in such applications where cyclic operation is required.

If very long time delays are required it is not advisable to use 555 timer.Instead one can use a microcontroller. Here is timer using arduino which is user friendly.

Adjustable Timer(Using Arduino)

Arduino adjustable timer is simple circuit to generate timer for required time. This is used to switch on the loads for the certain time period and then they are automatically switched off.

Here arduino plays a key role in setting this time period.

Here a relay is used to switch the load for certain amount of time.

Circuit Diagram

Arduino adjustable timerComponents

  • Arduino Board
  • LCD
  • Push buttons
  • Relay

Working

  • Initially when the circuit is switched LCD will display ” adjustable timer”.
  • Now using the two buttons set the timer.Button connected to 8th pin is used to set the timer in minutes and button connected to 10th pin is used to set the timer in hours.
  • Set the time by pressing these buttons.When the button is pressed , time is incremented every time.
  • Now click on start button to switch the load.
  • When the time is completed load is switched off automatically.
  • To set the timer next time click the reset button on the arduino and set the timer again.

Project Code

Applications of Adjustable Timer

There are numerous real time operations which require time scale switching loads. Some of these are listed below.

1.Cooler controllers

2.Irrigation pump control

3.Exhaust fan switching

4.Industrial repetitive switching of loads

5.Load shedding and control

6.Automatic lubrication tools

7.Traffic lights control

8.Printing applications, etc.

29 Responses

  1. hello sir i have a problem in this circuit …… this circuit some times hanged and did not work perfectly how can i resolve this problem??/and this circuit did not work as is define u in description please give me some tips to troubleshoot this problem….

  2. Thank You for the nice information, it is really so useful and permit to update our knowledge in Electronic, understanding better in a practical manner

  3. It is difficult for me to calculate the High and Low Time for the asrable circuit, the LED stays ON and it wouldn’t go OFF, please help.

    1. Connect the circuit as shown in the diagram and check it..Check for on time and off time using T(On) =0.693*(R1+R2)*C1,T(Off) =0.693*R1*C1 formulae.Make sure that Off time is not too low.

  4. can i use this for chager port to off the charger after 4 hours ? if possible then tell me the maximum time period for off

  5. Hello and Thank you.

    I am interested in the first circuit, Is it really 15 Volts to power the 555 ic or is there a missing decimal?

    Thanks again.

  6. Hi. I am getting only 7v on the output with a 12v supply voltage, which is too low to switch the relay. I would aapreciate any help. Thanks

  7. Want a circuit using cd 4017 and adjustable settings using 0-9 pushwheel decimal switch.
    It’s used as a time delay after a photo sensor senses a paper.
    The timings are very low starting from 0.5 to 5 seconds

  8. Simple Adjustable Timer Circuiy 555IC 1 to 10 minutes

    Hello,

    Is it possible to re configure the circuit to make it turn off, after the time delay has run, even though the start switch is still open. Will be used in a simple alarm system.

    Thank yo

  9. good day sir,
    thanks for your good work. please i do like constructing your Adjustable Timer(Using Arduino), but can i get it done using a 4digit 7segment display instead of lcd screen. thanks

  10. I want to make a dual pulse timer. In which I can control two pulses T1 and T2 adjustable with adjustable delay time in mili seconds and in seconds trigging relay to control others electric equipment.
    Please help me out to make a circuit board
    Regards
    M. Saqib

  11. Is the second circuit has more time ,
    I mean the first one Is just mixumum of 10 minute , so is the second circuit can be adjust 24 hours or not ,
    Like from 7am until 4pm?

Leave a Reply

Your email address will not be published. Required fields are marked *