Hi
I am looking for an alarm clock software written in C
i am using the AVR 8515 and have the STK 200.
I also use the Image craft compiler for my project.
Thank you
Hi
I am looking for an alarm clock software written in C
i am using the AVR 8515 and have the STK 200.
I also use the Image craft compiler for my project.
Thank you
Hi Tzif,
you can use my routines:
http://www.specs.de/~danni/appl/...
I think, only the timer and port pin usage must be adapt to the AVR. All other routines should work unchanged, because written in C.
Peter
Hi
I am looking for an alarm clock software written in C
i am using the AVR 8515 and have the STK 200.
I also use the Image craft compiler for my project.Thank you
I have the same problem as tzif. Only I have ATmega 8535. But the link that Peter gave, is not working anymore. Does anyone has this program or something similar.
Thanks
plutakis
Google found the "link" on another server: http://home.tiscali.de/peterd/appl/soft/c51/thclock/
Martin.
Perhaps this would be useful too..
https://www.avrfreaks.net/index.php?name=PNphpBB2&file=viewtopic&t=46575
Using DS1302 & MSP430F14x
sorry. :oops: :oops: :oops:
Using DS1302 & MSP430F14x
If you are in India, the u can go thru an article on same subject which was published in "Electrocis for You" Magazine - in May/June 2006 issue ( may be access is vailable on their site also www.electronicsforu.com)
magazine is "Electronics for you", sorry for the typing mistake.
You are going to need to use some sort of RTC (real time clock) maybe a watch crystal or something of that sort... alot of the megas have timers that can run on an outside clock source, if I were to make an alarm clock, I would use that with a external watch crystal... I dont know the hz off the top of my head, its 32.XXXHz i believe.