Assembly code for interfacing EEPROM 24c16 with 8051

Assembly code for interfacing EEPROM 24c16 with 8051

Embedded Projects
EEPROM 24c16 Pinout If you are looking for an assembly code for Interfacing EEPROM with 8051 then you are at the right place. The Assembly code for EEPROM 24c16 is presented below. This Sample code for EEPROM 24c16 can be used in electronics projects. The following code can be used for 8051 and 8052 ICs like 89c51, 89c52, 89s51, 89s52, and 89c2051. With a little bit of modification, this assembly program can be used for 24c02, 24c04, 24c08, 24c32 You can do EEPROM 24c16 interfacing with 8051 using the code given below. https://www.youtube.com/watch?list=PLqFFWfws1f1LrBer84bRIpMOPvN35IWO6&v=oBvP_Lxoqxo Assembly code for Interfacing EEPROM with 8051 ;========================================================== ; Pin Definitions ;========================================================== eeprom_scl_pin equ a4h ;scl p2.4 eeprom_sda_pin equ a5h ;sda p2.5 ;========================================================== ; Main Program starts from here ;========================================================== mov memory_address1,#00h mov memory_address2,#00h mov eeprom_data,#05 call…
Read More

Microcontroller based 4 channel Data acquisition system

Agricultural Project, Embedded Projects, Heartbeat Sensor, Humidity Sensor, Industrial Application Projects, Level Sensor, Light Sensor, LPG Gas Sensor, Medical Application Projects, Moisture Sensor, Sensor based Projects, Temperature Sensor, Vibration Sensor, Weight Sensor
Project Cost: 5,900 Project Code: 1172 Order Now Description of the Data Acquisition system project: The data acquisition system project is a fine combination of analog and digital electronics. This project is designed to fulfill the requirements of industrial applications, and home applications. The project consists of parameter monitoring and parameter storage which is also known as Data Logger. The PC interface is one of the main features of the project in which various data like the value of parameters, date, and time are sent to the PC. We have used Microcontroller as a main component of the project. Now a Microcontroller has become the main component of many electronic circuits. Also, Liquid Crystal Display (LCD) and EEPROM are used on a major basis for display and storage purposes. I2C…
Read More

Digital weather station with Data storage

Agricultural Project, Embedded Projects, Humidity Sensor, Level Sensor, Light Sensor, Sensor based Projects, Temperature Sensor
Project Cost: 6,700 Project Code: 1175 Order Now Description of the project: Throughout time we"ve been fascinated by the weather - studying signs of change and making and acting on predictions. Today we can link modern instruments to computers to reduce human error and automate record-keeping. The aim of the Digital weather station with Data storage project is to monitor weather conditions, including temperature, atmospheric humidity, and solar light intensity. Local weather measurements are extremely important to a wide range of professions, from horticulturists to firefighters. It provides around-the-clock monitoring of various types of applications. For example, it can be used in a greenhouse to manage climate control and help promote favorable growing conditions. In solar power applications, it can verify the performance of photovoltaic (PV) array systems by monitoring…
Read More

Password Based Door Locking System

Embedded Projects, Industrial Application Projects, Medical Application Projects, Security Systems
Project Cost: 4,500 Project Code: 1105 Order Now Download the Synopsis of the project Description of the project: The main concept behind the Password Based Door Locking System project is a door-latch opening using a password entered through the keypad. A User can change this password anytime he/she wishes using a keypad. Video of the project: Password Based Door Locking System Block Diagram: You will get the following documents with this project: Project Report in pdf format and in doc (word) format Circuit diagram PCB layout Microcontroller program in assembly language Hex file of the microcontroller code Datasheets of all the components / ICs used in the project Photographs of Password Based Door Locking System project: A detailed description of the Password Based Door Locking System: It mainly consists of…
Read More

Microcontroller based Electronic Voting Machine

Embedded Projects, Energy Saving, Industrial Application Projects, Power Saver
Project Cost: 4,800 Project Code: 1150 Order Now Description of the project: Nowadays "Electronic voting machine" has become an effective voting tool. Flawless voting is ensured by the Electronic voting machine. This is the reason it became more widespread. People are made sure that their vote is secured. One more feature is that it avoids any kind of malpractice or invalid votes. Talking about economic benefits, this system is more economical as the consequent expenditure incurred on manpower is saved. Also, it is user-friendly, which means the voter feels convenient because he/she has to press only one key of the respective candidates to vote. Video of Electronic Voting machine Block Diagram of Electronic Voting Machine: You will get the following documents with this project: Project Report in doc (word) format…
Read More