Oxford CWM Team


A team for the Oxford Engineering Coursework Module

You are viewing an older revision! See the latest version

Tiny_RTC

A page collecting stuff relating to the tiny etc arduino module.

This board has two i2c devices on board.. a maximum DS1307 realtime clock and an amtel A24C32 32kb Eeprom.

The Ds1307 runs at 100kbps whilst the A24C32 an do 400kbps.

Both are on the same bus lines with common pullup resistors on board of 3.3k.

The address for the DS1307 (RTC) is 0x1101000 whilst the A24C32 Eeprom is 0x1010xxx where xxx are three bits set by address lines A2-A1.

On the tiny RTC these are set to


All wikipages