Single event data logger wth LCD
Hi everybody, I am struggling most of the time with PICs, this is my first post...does anyone have an event logger design such that on a switch closure, count = 1, and measure time interval of closure, then log number of times switch has closed, with total time, and total number of switch closures, displayed on LCD module?
range up to 256 for count and 24 hours. Please ask if this isn't clear.
Cheers
Single Event Data Logger with LCD
Quote:
Originally Posted by
mister_e
Easy to do with almost all RTC and a external EEPROM, or skip the RTC and use ElapsedTimer example.
Thanks for your help with my project, it is now almost complete and working well enough.
In the end I didn't use an Interrupt Handler, just counted until intcon.2=1, fairly accurate for what I want, about +-0.02%, according to my real time clock.
I've packaged the result as a demo, hoping to strike up some interest with a few of my chums...you never know?
Rgds
Mike