EEPROM Storage

All,

Has anyone used the EEPROM on the RTC DS3231 module to store multiple alarm times (42 each) month, day, year, hour, minute ?

john
Mims, Fl.

jdmac:
Has anyone used the EEPROM on the RTC DS3231 module to store multiple alarm times (42 each) month, day, year, hour, minute ?

What do you mean by 'the RTC DS3231 module' is there only one DS3231 module that we should all know about ?

I suspect we need to know the part number of the EEPROM that is on the particular module you have, there are lots of different type of EEPROM, guessing is not good.

SRNET

ZS-042

memory chip: AT24C32 (storage capacity 32K)

john
Mims, fl.

memory chip: AT24C32 (storage capacity 32K)

This is standard i2c external eeprom and there are no problems using it as you would any other stand alone external eeprom.

The main issue with using these devices is page boundaries with block writes. If you always write single bytes, there is no issue.

There are libraries to handle these block write/page boundary issues. Jack Christensen' s extEEPROM.h is a good one.

This is the DS3231 RTC Module that holds 1-piece AT24C32 type EEPROM.
ds3231-2.png

ds3231-2.png