The Arduino has limited data storage space. The Arduino UNO has 32k, which is not enough space for storing large amounts of data. For this reason, it is necessary to add an EEPROM Data Storage Module to increase its storage capacity.
The EEPROM Data Storage Module transfers data to the Arduino UNO using the I2C protocol.