DS3231_Simple icon indicating copy to clipboard operation
DS3231_Simple copied to clipboard

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 cle...

Results 8 DS3231_Simple issues
Sort by recently updated
recently updated
newest added

Hi, thanks for your library, it's the one that I'm using ;) there's just a couple of things I feel the need for. A simple question: how can I print...

`checkAlarms` pauses to avoid race condition, pause is accomplished by flip bit 7 in control register (0x0E), datasheet indicates only stops clock on battery, shoudl test to see if flip...

Master doesn't include the _BH define. Adding it to the header file so examples compile.

Hi, thanks for your library, it's the one that I'm using ;) there's just a couple of things I feel the need for. I understand I can I can set...

Is it possible to read alarm settings (to display to a user)?

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: ``` .................................. #...

Hi! Which method should I use to know: 1) first time i ran and the device wasn't running yet 2) the battery on the device is low or even missing...