8051 Micro-controller

Fuel Monitoring system using 8051

Fuel Monitoring system using 8051

  Code for the fuel monitoring System: Here I am using the 8051 microcontroller and ADC0804 for the fuel monitoring system. If you want a description of this project. then please write in the comment box. #include <REGX51.H> //Led #define LED P3 #define ON 1 #define OFF 0 sbit LED0=P3^0; sbit LED1=P3^1; sbit LED2=P3^2; sbit

Fuel Monitoring system using 8051 Read More »

SPI

SPI communication protocol

Introduction of SPI Communication Protocol SPI is a very popular serial bus communication protocol. SPI stands for the serial peripheral interface. It is a Synchronous serial communication protocol that is based on master and slave. In the SPI protocol, communication is always started by the master to put the slave-select line low. The SPI Interface

SPI communication protocol Read More »