top of page

24C64 EEPROM Board (I2C)

  • Writer: Md. Fahimul Islam
    Md. Fahimul Islam
  • Jul 31, 2018
  • 1 min read

24C64 EEPROM Board (I2C) (picture) – 8KB I2C pen-drive

Actual product LINK.

Microcontroller’s flash memory is erased the moment you cut-off its power. To store something permanently we’ll need to write stuff into EEPROM. This module is kind of like a pen drive for your Arduino/ microcontroller. If you pull the pen drive out of your computer, it will not get any power. But surely it’ll store your data. Same goes for this module. There are 0 to 8191 (in hex 0x0000 to 0x1FFF, first two are HIGH addresses and last ones are LOW addresses) addresses where you can store 8 bit data.

For higher resolution images click on this link.

For example codes, please see the 'documents' section.

 
 
 

Comments


bottom of page