External EEPROM

Page

Stránky / Súčiastky ku Arduinu /

External EEPROM is one of the oldest technologies for permanent data storage. It is usually controlled by protocol I2C and does not have a 5V voltage problem. If a small EEPROM in the Arduino is not enough to you, you can find a wide range of memories that you can use.

Sizes

EEPROMs are produced in different sizes. All sizes are in bits, so for normal use in bytes you need to divide the capacity by 8.

Kb KB
1 0,125
2 0,25
4 0,5
8 1
16 2
32 4
64 8
128 16
256 32
512 64
1024 128
2048 256

Blog

List of blog articles describing how to control external EEPROM.


16.01.2018


Menu