A am building a time switch with a PIC16F828A and I need a code that will enable it to keep time as well as scan a list of alarm times. is it possible and if so do you have a code?
Thanks, Dazzy
Printable View
A am building a time switch with a PIC16F828A and I need a code that will enable it to keep time as well as scan a list of alarm times. is it possible and if so do you have a code?
Thanks, Dazzy
mmm perfect application to use an external RTC like DS1307.
Melanie did an excellent code example http://www.melabs.com/resources/samp...ted/MN1307.txt
this should be enough to start. The only things you'll have to add is the alarm... BUT as i know, there's some RTC with built-in alarm. Maybe somebody here can suggest you one.