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

Rolling display using Matrix LEDs

Embedded Projects, Industrial Application Projects
Project Cost: 7,700 Project Code: 1265 Order Now Description of the project: The Rolling display using Matrix LEDs project can be used for Advertising or for providing information at various places like schools, colleges, government offices, shops, hospitals, and railway stations. The Rolling display is prepared using 5 X 8 Matrix LEDs which means LEDs are arranged in a pattern consisting of 5 columns and 8 rows. A matrix of 5 X 8 LEDs contributes to a single character. Here we have used 6 characters which means 6 matrices. The actual physical dimension of a single matrix is 60 mm by 60 mm, so the dimension of the complete display is 360 mm by 60 mm. A keypad is used to select which message has to be displayed. These messages…
Read More