An Arduino Library for EASY communication with DS3231 I2C RTC Clock and Atmel AT24C32 I2C EEPROM commonly found on the same board. Implements setting, getting the time/date, setting, checking and clearing alarms, and dead-easy circular-buffered logging of data with timestamp.
I have a DS3231 with the usual AT24C32 chip at address 0x57 running on an ESP32 (via Arduino).
The DataLogger and MultiDataLogger examples return no records logged:
..................................
# Of Log Entries Found: 0
Any tips on how to start diagnosing this? The rest of the library works great.
I have a DS3231 with the usual AT24C32 chip at address 0x57 running on an ESP32 (via Arduino). The DataLogger and MultiDataLogger examples return no records logged:
Any tips on how to start diagnosing this? The rest of the library works great.