This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
digix:tutorials:eeprom [2013/12/26 03:51] TimO |
digix:tutorials:eeprom [2015/11/02 11:15] (current) dangpzanco |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | A user contributed library for the EEPROM can be found here: https://github.com/IngloriousEngineer/Arduino | + | A user contributed library for the EEPROM can be found here: https://github.com/IngloriousEngineer/Extensive_EEPROM_library |
| - | It is included in the Add-on package as well - the EEPROM is 24LC32AT-I and can be found on the first I2C bus (Wire not Wire1) at address 0x50 | + | It is included in the Add-on package as well - the EEPROM is 24LC32AT-I and can be found on the first I2C bus (Wire not Wire1) at address 0x50 (ie the A0,A1 and A2 chip select lines are connected to 0V). The device is 32kbits, or 4kbytes in size. |
| Example can be found Examples->DigiXEEPROM->Extensive_EEPROM_overview | Example can be found Examples->DigiXEEPROM->Extensive_EEPROM_overview | ||
| - | EEPROM Data Sheet: [[http://ww1.microchip.com/downloads/en/DeviceDoc/21713J.pdf|24AA32A/24LC32A on Microchip website]] | + | EEPROM Data Sheet: [[http://ww1.microchip.com/downloads/en/DeviceDoc/21713J.pdf|24AA32A/24LC32A on Microchip website]]\\ |
| + | //The 24LC32AT-I tells us that it's a 2.5V part (the LC vs AA for 1.7V), provided on a Tape and Reel (the T), and rated for -40°C to +85°C (the I).// | ||