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).

Employee Record System Project

Employee Record System Project in C

The mini-project “Employee Record System Project in C” is a console application using the C programming language. This project compiled in Code Blocks with the GCC compiler. In this console application, you can do basic Employee Record tasks like adding the employee info, view the added employee, search the employees, ..etc. This application based on file

Employee Record System Project in C Read More »

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 »