Search
Product Info
I2C EEPROM - 256kbit
sku: COM-00525
Description: 2 Wire Serial Communication (I2C) EEPROM - The back bone of any microprocessor project. These 8 pin chips need only two wires to communicate and retain their data even with power failure. Use the 256K EEPROM for some serious data storage!
Check out this Arduino Tutorial!
Check out the Portuguese Arduino Tutorial and accompanying Windows App, by Daniel Gonçalves.
Datasheets: 24LC256
Pricing
Comments
9 comments
Feeds
Currency
Display prices in
Feedback
If you would like to tell us more, you can fill out our form if you need some psycho-suggestive questions. Go to the form.







Best chip to controle my bitmaps for the nokia lcd with the arduino.
http://sites.google.com/site/ghettohax/other-hax/i2c-eeprom-for-the-arduino
yet i cant receive any data. ive folowed the code,tried other eeproms(in case of a broken one),other codes on the net,various pull-up resistors,various device adresses and yet it wont work. am i doing something wrong or is there something wrong with the wire lib?
im using the latest arduino software(0017).
any help would be very appreciated.
I'm also using arduino IDE 0017, this chip and a duemilanove. I didn't need any pull-up resistors (all I've got are eight jumper wires, a bread board and the IC), and used the code from pastebin.com/f3a36644b which is a complete sketch using the functions from arduino playground.
Could it be you've got the I2C pins reversed, or have other I2C devices hooked up (I had a blinkM and a Wii Nunchuk on the same bus, all up and working, but later removed the blinkm initialization code from my sketch, but left the device connected to the breadboard which also broke functionality with the eeprom, just unplugging the smart led made everything fine)?
One of the tutorials mentions a 5ms delay between reads and writes. I added delay(5) in the loop and then the code started working.
http://www.ghettohax.com/2009/02/i2c-eeprom-for-arduino.html