Forum >Arduino interface to Real Time Clock (RTC?)
Arduino interface to Real Time Clock (RTC?)

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 20: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.
Cain.Zhang
