Digital Clock Using RTC

Dear Brother and sisters

I want to display Real time ,Date ,month on a lcd using internal rtc of nrf52840 

its not working properly..

I have to reset the time again and again when power is off...............(why?)

Parents Reply
  • Hi AZZY, 
    I think you are confusing Real time COUNTER with Real time CLOCK. 
    The nrf52840 has REAL TIME COUNTER. where as ds1307 is a real time clock module.
    Any time keeping electronic device resets to zero when powered off.
    If I remember correctly the ds1307 is also powered by a coin cell which keeps it ticking even though the main MCU is turned off. If you want implement the same you should run the device without powering off.
    Hope it helps.

Children
Related