PaxInstruments / t400-firmware

Firmware for the Pax Instruments T400 temperature datalogger
22 stars 5 forks source link

RTC: Set RTC date/time #51

Open charlespax opened 10 years ago

charlespax commented 10 years ago

The firmware should be able to set the date/time. This would be used for the interrupt alarm mask.

charlespax commented 9 years ago

This is a dependency of Sleep CPU between readings https://github.com/PaxInstruments/t400-firmware/issues/84 and RTC: RTC interrupt mask triggers readings https://github.com/PaxInstruments/t400-firmware/issues/53, so I'm moving this to the Firmware version 0.x BATTERY milestone.

cibomahto commented 9 years ago

This isn't needed for RTC interrupts; do you want this feature?

charlespax commented 9 years ago

The 1s RTC clock pulse system you made should be sufficient. Setting the date/time would only be needed if we use the full alarm mask to sleep for the full reading. Let's ice box this.