How Do I Create a Timer Circuit Using a 555 Timer?

  • Thread starter XP
  • Start date
  • Tags
    Timer
In summary: But we all start with the 555 timer and the 741 op-amp.All of us.And we all had to start with the circuit diagrams in front of us and a pile of parts and a soldering iron.I am still doing this. I am still learning. I am still trying to figure out how to make the F16.But I still have to learn about the 555 timer and 741 op-amp.We all did.I started with circuits, moved to breadboarding, moved to soldering, moved to kits, moved to designing my own circuits, moved to designing circuits that others have to assemble for me in a circuit board house. I am still trying to figure out how to make
  • #1
XP
9
0
Hi

Can You Help Me
I Need A Timers Cercuit

@ 1 Hour
@ 2 Hour
@ 10 Hour


Please Help Me
 
Physics news on Phys.org
  • #2
What exactly do you need? Do you mean something like a circuit that does something after 1 hour, 2 hours, and/or 10 hours? I only have experience with simply circuits with 555-timers, but you'd need some huge resistors/capacitors to get a time constant large enough to be 1hr, and at that point you probably won't get something too precise. You could try to create a clock, and add something that would alarm or whatever after an hour (as it changes the value of the hour).
 
  • #3
thanks for your reply
exactly i have a light working with 9 volt
i want to open this light with a simple circuit after
@ 1 hour
@ 2 hour
@ 10 hour

i am not very good in electronics
i can do this circuit <but i don't no how to design it
please help me i need the circuits after one week


about the huge resistor
we can connect to resistar or more in series

not problem if the circuits is not very precise
i want it precise 95 % or less to 90 %

thanks
 
  • #4
it working on a batterys
 
  • #5
Use the 555 timer chip (time constant=RC). Using large resistor values (with small caps) will be physically smaller than choosing large capacitor values (with small resistors).

regards
 
  • #6
Are do you have any experience with (or are you allowed to use) PIC chips?

You could program one of them to increment a counter based on input from the 555. For example, increment with the 555 set at 1 hour. Once it increments to 10, turn on the light. That way, you could have large times without the elephant sized resistors/capacitors.

The alternative which would be more difficult to program would be to have a chip with its own internal timers provide all the counting.
 
  • #7
You could always wire up a large ripple counter out of AND gates, use a very slow clock, and wait for a particular code to occur.

- Warren
 
  • #8
First off, I'd recommend picking up a book called the TTL cookbook. That book has a lot of info about what you need. Secondly, do you know how to program in any language? If so, then learning how to program a PIC would be easy. If you don't know how to program then you can cruise the net and find a prewritten timer algorithm. Third, if you use a PIC or Atmel AVR(I prefer AVR's personally) microcontroller you can build an entire working circuit that draws less current (ie saves battery life) than by using a 555 timer.

If you do use a 555 timer you're not going to be able to get a stable frequency below 10Hz IMO (super long RC time-constants are difficult to produce accuretly do to leakage and variations in temperature). So, your stuck with a higher frequency and cascaded counters. Set the frequency for the 555 timer to 60Hz and send the 555 timer output to the clock pin to a modulo-60 counter like the maxim ICM7217B. Go through another modulo-6 counter and then a dual decade counter. Cascade one timer from the dual decate to the second. The second counter in the dual decade can then be used to pull any hour increment you want:

36000 seconds/10 hours
36000/modulo-60 counter=600
600/modulo-6 counter=100
100/decade counter=10
10/second decade counter=1. Thus, you can pull hour increments form the second decade counter. A little glue logic(and/or gates that turn on at the desired decade counter increment).

Finally you might want to include a monostable to produce a pulse at the desired time event rather than an hour long on-time.

Simple projects are never simple but PIC's and AVR's can reduce the overall complexity. With an MCU you could build the entire project using 1 chip, 1 7805 voltage regulator, and one tantalum .1uF decoupling capicitor. A short program and you'd be set.

Another option would be a ripple counter with built in oscillator http://www.semiconductors.philips.com/acrobat/datasheets/74HC_HCT4060_CNV_2.pdf . You'd still have to set up a cascaded counter array to derive the desired timing events, but using a counter w/ built in oscillator would elliminate at lease 1 external counter chip.

Good luck.
 
Last edited by a moderator:
  • #9
i have not A time to learn all that
i need the circuit after 4 day :frown:
please give me the three circuit diagram that i need
i need a ready circuit diagram
and i am going to learn how to design a timer circuit after one week
please anyone help me :frown:
 
  • #10
Sounds like you really need to go visit your professor at his office hours, XP. Begging for someone to do your homework for you is not going to work well here.

- Warren
 
  • #11
i don't have a professor
:confused:
i am learning on the net
 
  • #12
XP its simple. The 555 can create regular pulses. A modulo-counter divides those pulses down to a smaller number. You can then invert this number (1/n) and then find how long a period of time that number represents.

Its that simple. Faust9 gave a good example, re-read it.

Cliff
 
  • #13
can you draw the circuit for me please :frown:

thanks for your reply :smile:
 
  • #14
If you need someone to draw the circuit that is an indication.

We all start out knowing nothing. There are steps we all take in acquiring more knowledge and understanding however gradual or dramatic. I know I have maybe 5% of the knowledge I'd like to have and probably never will as I find more things to learn about with each new discovery. Its like the more you know, the more you know about what you don't know yet.

If you are not quite to the level where you can design your own circuit, there are many avenues to pursue instead. Many ready-to-assemble kits and circuits with full circuit board plans exist. Start there. Then start breadboarding your own circuits, start reading the datasheets.

We all want to start with a something massively impressive like a F16 or Forumla 1 race car or space travel vehicle as our first step. But its far more productive to start with small appropriate sized goals and work our way to those destinations.

Start with some already designed circuits. Learn them inside and out. Improve them piece by piece, add auxillary functions. Then design simple ones from scratch. You could do this as fast as you want, but there is a progression there. Asking someone to do all the work for you is not a step. But a question about how to do something or why something didn't work is good, very good. I hope you understand the distinction.

Good luck.
Cliff
 
  • #15
i am going to learn how to design the circuit
put i need the circuit after 3 day to four day
i can't learn all that in 3 day :cry:
i need the circuit diagram for my product
i need your help now
 
  • #16
XP

Seriously. You've been given all you need.

There is this wonderful invention called "www.google.com". If you're not familiar with it, you really shouldn't be taking an online course.

Plugging in "555 timer diagram", and the very first hit gives you this website.

It details the innards of a 555 chip. It details standard wiring techniques and how they work. It even let's you input the resistance and capacitance values and it outputs the time of the output pulse.

Forum Rules: You must at least try the problem first. We will not do the problem for you. That is called cheating. It's also just shooting yourself in the foot because you aren't learning it. We've done the problem already. Us doing it for you doesn't teach you anything.

I'm bumping this thread to homework help.
 
Last edited:
  • #17
Plugging in "555 timer diagram", and the very first hit gives you this website.


thanks for the circuit ( that's what i need)
thank you verymuch enigma :smile: :wink:
----------------------
thank you all for your reply :wink:
 

1. What is a "Me I Need A Timer Cecuit"?

A "Me I Need A Timer Cecuit" is a device used to measure the passage of time. It typically consists of a clock and an alarm, and is used for various purposes such as cooking, exercising, or keeping track of tasks.

2. How does a "Me I Need A Timer Cecuit" work?

A "Me I Need A Timer Cecuit" typically works by using a quartz crystal oscillator, which creates a stable electric signal that is used to keep track of time. This signal is then divided into smaller units, such as seconds or minutes, to display on the timer's clock.

3. What are the different types of "Me I Need A Timer Cecuit" available?

There are several types of "Me I Need A Timer Cecuit" available, including manual timers that require you to set the time and start/stop the timer manually, and digital timers with preset options and features such as countdowns and multiple alarms. There are also specialized timers for specific tasks, such as kitchen timers or workout timers.

4. Can a "Me I Need A Timer Cecuit" be used for scientific experiments?

Yes, a "Me I Need A Timer Cecuit" can be used for scientific experiments as a way to accurately measure the duration of an event or process. However, it is important to use a timer with high accuracy and precision for these purposes.

5. Are there any safety precautions to keep in mind when using a "Me I Need A Timer Cecuit"?

Yes, it is important to follow the manufacturer's instructions and handle the timer with care, as it may contain small parts or batteries that can be harmful if ingested. It is also important to keep the timer away from water or other liquids to prevent damage.

Similar threads

  • Introductory Physics Homework Help
Replies
1
Views
1K
  • Introductory Physics Homework Help
Replies
10
Views
506
Replies
2
Views
1K
Replies
15
Views
1K
  • Programming and Computer Science
Replies
2
Views
1K
  • Programming and Computer Science
Replies
1
Views
1K
Replies
7
Views
2K
  • Electrical Engineering
Replies
30
Views
4K
  • Introductory Physics Homework Help
Replies
4
Views
659
  • Special and General Relativity
Replies
32
Views
2K
Back
Top