How to Interface Serial EEPROM 24C02 with 8051 microcontroller (AT89C51)
Of the two wire serial EEPROMs from ATMEL, 24C02 is one of them and comes in different packages. No matter what the package type, following are the pins of 24C02 IC.Pins:A0-A2: Pins 1-3 are the...
View ArticleEEPROM (24C02) Memory Reset using 8051 microcontroller (AT89C51)
AT24C02 is a two-wire serial EEPROM from Atmel. 24C02 is an 8 pin IC and reads 8 bit data serially. Its memory size is 2KB. Pins 1- 3 are address pins which are connected to ground. Pin 4 is GND; Pin...
View ArticleBiometric Voting Machine
Contributor: Karthik Datt, Banglore, IndiaThe objective of voting is to allow voters to exercise their right to express their choices regarding specific issues, pieces of legislation, citizen...
View ArticleHow To Use SPM To load Application from EEPROM
Everything you need to get startedStart with a LaunchPad™ development kitKnow More >>Stack on BoosterPack™ plug-in modulesKnow More >>Scalable software tools for all experience levelsKnow...
View ArticleElectronic Voting Machine using Internal EEPROM of AVR
589,535-ReadsLCD 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...
View ArticleHow to Read and Write the EEPROM of Arduino
This Code is only visible to Registered users. Please Login/Register Developed By: Ajish AlfredThere are different kinds of memory chips found in microcontroller based system and the most common...
View ArticleHow to Test the Built-In EEPROM of the Arduino
This Code is only visible to Registered users. Please Login/Register Developed By: Ajish AlfredThe EEPROM stands for Electrically Erasable Programmable Read Only Memory. In an EEPROM the data can be...
View ArticleHow to Save a Sensor Value in the EEPROM of the Arduino
This Code is only visible to Registered users. Please Login/Register Developed By: Ajish AlfredThe EEPROM stands for Electrically Erasable Programmable Read Only Memory. In an EEPROM the data can be...
View ArticleHow To Connect The EEPROM of The Arduino To The Serial Port of a PC
This Code is only visible to Registered users. Please Login/Register Developed By: Ajish AlfredA kind of Read Only Memory (ROM), which can be written and erased by means of electrically programming...
View ArticleHow To Save a Text In The EEPROM of The Arduino
This Code is only visible to Registered users. Please Login/Register Developed By: Ajish AlfredA microcontroller might need to store its data like sensor value, or a particular count or image data...
View Article