LattePandaGeneral

Arduino interface to Real Time Clock (RTC?)

userHead Account cancelled 2019-08-20 07:51:25 3453 Views1 Replies
Is the real-time clock readable by the ATMEGA32U4 microcontroller? Is there an i2c address or other interface for it? It would be useful to be able to read the RTC from the uC in order to program wake / shutdown of the main processor according to a schedule.
2019-08-21 12:01:50 I think you can read the time clock becuase it has a crystal for 32u4 chip, you also can choose to use a external RTC module for it. But If you mean you want to read the time in CPU, it's quite hard. userHeadPic Cain.Zhang