![]() | ![]() | ![]() |
| | |||||||
| General Electronics Chat This forum is for general chat about electronics, eg: Dont know what a part does? Dont know how to read a circuit? Want to get an opinion? |
| | LinkBack | Thread Tools | Display Modes |
| | (permalink) |
| I would like to build a circiut, that would eg. put out a signal (turn on a device) with a 24 hour delay, and repeat it every 24 hour. (from when it was powered on) Is this something the 555 IC will be able of? if yes, have any suggestions for a circuit? If no - how could it be done? Thanks | |
| |
| | (permalink) |
| How accurate does this timing need to be? I think 24 hours is very close to, or beyond the limit of that a 555 timer will allow (due to capacitor leakage and tolerances and things like that). You could make a simple PIC circuit with a very slow oscillator and store the counts in a massive register to count to 24 hours. THat would be very, very accurate. At 26MHz frequency, a 39-bit counter is enough to track 24 hours. You'd basically have to link together a giant series of integer variables together in memory since 8-bit MCUs don't have large enough counter registers that periodically get updated by a timer (a dsPIC timer counter can do this though if you use the 32-bit timer and a 256:1 prescaler, it can actually go up to 48 hours like this on a clock of 6.5MHZ x4 PLL). Do you need the signal to go HI for 24 hours and then go LO for 24 hours? Or to pulse HI momentarily and then go LO, and then do so again 24 hours later? You could also hack an alarm clock or stopwatch or something.
__________________ NO, that picture isn't me so don't bother asking if we can be friends. Last edited by dknguyen; 22nd April 2008 at 10:02 PM. | |
| |
| | (permalink) |
| If I were doing it I'd use a small PIC like the 12F629. 32,768Hz watch crystal on TMR1 (low power and wake up from sleep every 8 sec to update the time), latching relay (zero power once latched) and a battery. Should run for ages. If you've got AC available then just tap into the 50/60 Hz signal for the timebase, use a PWM channel for the relay (assuming it's not latching) and there you go. | |
| |
| | (permalink) |
| I think Harris had a better timer chip back in the day (do not recall but maybe google for it). The lm555 I would not count on for a long delay. If you go with a PIC or AVR you will need to get a programmer, write a program, etc. | |
| |
| | (permalink) |
| Either I'm not fathoming the original description or .... What's the matter with a simple $9.95 plug-in, synchronous-clock-driven timer? Dean
__________________ Dean Huster, Electronics Curmudgeon Contributing Editor emeritus, "Q & A", of the former "Poptronics" magazine (formerly "Popular Electronics" and "Electronics Now" magazines). R.I.P. | |
| |
| | (permalink) | ||
| Quote:
Quote:
| |||
| |
| | (permalink) | |
| Quote:
| ||
| |
| | (permalink) |
| Yeah, go for a PIC. Use a 32.768 quartz oscillator as the clock (probably the slowest oscillator you can get and definately the most accurate as that frequency and kind are used in RTCs). You'll probably need to use the secondary oscillator pins on the PIC rather than the regular (higher speed) oscillator pins. You don't need that fast oscillator anyways. And then yeah, really easy code after that. Set up the clock and a timer interrupt.
__________________ NO, that picture isn't me so don't bother asking if we can be friends. | |
| |
| | (permalink) | |
| hi TCDK, Quote:
Also look at the HEF4060 i/c
__________________ Eric "Good enough is Perfect" PIC tutorials: Gramo's: www.digital-diy.net/ Bill's: www.blueroomelectronics.com/ | ||
| |
| | (permalink) |
| I will start buying this PIC programmer: http://www.talkingelectronics.com/pr...-01-Intro.html This is my very first PIC project - wonder if any of you knows a site or something, where I can see other 12F629 projects. | |
| |
| | (permalink) |
| If this is a one time thing you could use a PICAXE and safe yourself the cost of development tools. http://www.rev-ed.co.uk/picaxe/
__________________ NO, that picture isn't me so don't bother asking if we can be friends. | |
| |
| | (permalink) | |
| Quote:
Here's a link that links other µ controllers. http://www.tinaja.com/pic500.html | ||
| |
| | (permalink) | |
| Quote:
| ||
| |
| | (permalink) |
| Found this one. Looks simple for me. Instead of the relay, I will put in a 555 timer, that will allow me to adjust the "HI" time. | |
| |
| | (permalink) |
| | |
| |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
| |
| | ||||
| Title | Starter | Forum | Replies | Latest |
| Manually/Automatically Sequencing LED's with 555 and 4017 | Vespian | Electronic Projects Design/Ideas/Reviews | 7 | 29th March 2008 11:56 AM |
| 555 timer help | thekyguy11 | Electronic Projects Design/Ideas/Reviews | 22 | 22nd January 2008 10:55 PM |
| 555 timer traffic light | cb4 | Electronic Projects Design/Ideas/Reviews | 9 | 12th December 2007 08:53 AM |
| Anyone experimented with minimum pulse with 555? | chadj2 | General Electronics Chat | 4 | 12th October 2007 02:19 AM |
| 555 Alarm! | Krumlink | General Electronics Chat | 4 | 6th October 2007 11:47 PM |