Search found 2 matches
- Mon Oct 09, 2017 1:32 pm
- Forum: ESP32 Arduino
- Topic: Reading and Writing of external EEPROM
- Replies: 2
- Views: 5476
Re: Reading and Writing of external EEPROM
Never mind I think I figured it out, it was simpler than I expected, no library needed really, just have to port codes from Arduino sketches!
- Mon Oct 09, 2017 12:31 am
- Forum: ESP32 Arduino
- Topic: Reading and Writing of external EEPROM
- Replies: 2
- Views: 5476
Reading and Writing of external EEPROM
Greetings, I have this DS3231 RTC module sitting around, for the longest time I thought it uses the onboard 24C32 chip for time keeping purposes but apparently its not and the EEPROM, although very small ~30kbit=4kb, can be used freely. However I'm having a real hard time finding any sort of tutoria...