Features
The Kode Dot integrates two real time clocks, the internal one of the ESP32-S3 and one external.Connection diagram
The internal ESP32-S3 clock can be used directly using the Espressif documentation. The external clock is connected to the I2C of the ESP32-S3 using these connections:The interrupt pins are connected to the IO expander.
Recommended libraries
Arduino
ESP-IDF
- TBD
Example code
This code configures the RTC with a specific date and time and then prints the current time every second.rtc_test.ino

