Author name: Amlendra

I am an embedded c software engineer and a corporate trainer, currently, I am working as senior software engineer in a largest Software consulting company . I have working experience of different microcontrollers (stm32, LPC, PIC AVR and 8051), drivers (USB and virtual com-port), POS device (VeriFone) and payment gateway (global and first data).

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 »

Linux Interview Questions

Linux interview questions

In this blog post, I have created a list of the most common Linux interview questions. These Linux interview questions not only for fresher but also good for the experienced person. If you want the answer to these Linux questions, then please write in the comment box. If you know the answer to the question,

Linux interview questions 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 »

hdlc protocol in detail

HDLC Protocol (High-level Data Link Control Protocol)

HDLC (High-Level Data Link Control) is a bit-oriented code-transparent synchronous data link layer protocol developed by the International Organization for Standardization (ISO). The standard for HDLC is ISO/IEC 13239:2002. HDLC provides both connection-oriented and connectionless service. In HDLC, data is organized into a unit (called a frame) and sent across a network to a destination

HDLC Protocol (High-level Data Link Control Protocol) Read More »