This Code is only visible to Registered users. Please Login/Register
Developed By:
The EEPROM stands for Electrically Erasable Programmable Read Only Memory. In an EEPROM the data can be written with the help of electrically programming the chip. Once programmed the data it will remain in the memory for a very long time even if there is no power applied to it. Hence the EEPROM memory is widely used in microcontroller systems where some particular data need to be retained each time the system is turned on.The EEPROM memory chips can be interfaced in a microcontroller chip usually with the help of serial communication protocols. Their applications can be found in sensor based system where the sensor data can be stored, display systems where the image data can be stored and in electronic voting machines where the count of the votes can be stored etc.In case of small applications where only a few bytes needs to be stored the extra EEPROM chips are not preferred since it add extra complexity in the hardware, coding and increase the cost of the system. Hence most of the microcontrollers are provided with small sized built-in EEPROM chip which can be used to store data in small applications.
The Arduino board has an AVR microcontroller in it which also has a built-in EEPROM memory. The memory size varies with the Arduino boards and the microcontroller used in them. Before writing the data to the EEPROM memory it is always recommended to check each and every memory locations of so that there won’t be any data error when the microcontroller tries to retain the data. This particular project explains how to perform a test on the built-in EEPROM of an Arduino microcontroller.


![]()
| LCD
LCD (Liquid Crystal Display) screen is an electronic display module and find a wide range of applications. A 16x2 LCD display is very basic module and is very commonly used in various devices and circuits. These modules are... |
![]()
| Arduino Pro Mini The Arduino Pro Mini is an ATmega168 based microcontroller board. The board comes with built-in arduino bootloader. It has 14 digital input/output pins (of which 6 can be used as PWM... |
![]()
| LED Light emitting diodes... |
![]()
| Resistor Resistor is a passive component used to control current in a circuit. Its resistance is given by the ratio of voltage applied across its terminals to the current passing through it. Thus a particular value of resistor, for fixed voltage, limits the current through it. They are omnipresent in... |
| ||||||
| ||||||
| ||||||
| ||||||
|