chipKIT® Development Platform

Inspired by Arduino™

EEPROM / RTC Clock on Chipkit Ethernet Shield

Created Sat, 14 Dec 2013 18:13:22 +0000 by Adonosonix


Adonosonix

Sat, 14 Dec 2013 18:13:22 +0000

Hi,

That's probably a stupid question, but I haven't find how to access the i2c 32KB EEPROM that is located on the ethernet shield as well as the RTC clock module. Are there examples available to read/set the time of the RTC module and Read/Write data in the EEPROM?

Thanks for your help.


Adonosonix

Sun, 15 Dec 2013 19:42:24 +0000

Searching in the PIC32 DOCS, I have found how to use the RTC : Using RTCTIME and RTCDATE registers. It works well.