Projects
Electric Energy Theft Intimation System Using PIC Microcontroller
How to use input output ports 8051 microcontroller|LED blinking
PIC16F877A Pin out & Descriptions There are 5 ports that provide parallel I/O Interfaces to outside world PORTA, PORTB, PORTC, PORTD, PORTE Each port provides 8 bidirectional digital I/O lines which are connected to PIC16F877A pins provided that alternate functions are not selected on that Port. Eventhough Bidirectional at nay time the I/O line can […]
Interfacing Fingerprint Sensor with PIC Microcontroller
Finger Print Sensor, which we used to see in Sci-Fi movies a few years back, is now become very common to verify the identity of a person for various purposes. In present time we can see fingerprint-based systems everywhere in our daily life like for attendance in offices, employee verification in banks, for cash withdrawal or […]
Prepaid Energy Meter with GSM Modem using pic microcontroller
In this tutorial will learn how to interface ADC0804(Analog to Digital Converter) with 8051(89c51,89c52) microcontroller. 8051 microcontrollers are pretty old and don’t have a build in analog to digital converter in them unlike their new rivals(Arduino, Pic microcontroller and many more). Hence we can not directly measure any analog value (voltage, Temperature present in the […]
Esp8266 based home automation system using wifi
Esp8266 based home automation system using wifi It is also cheap and be used for making cool projects connected to the Internet .Learn how to make a simple IOT Project with it .The ESP8266 WiFi Module is a self contained SOC with integrated TCP/IP protocol stack that can give any microcontroller access to your WiFi […]
INTERFACING LCD WITH 8051 MIROCONTROLLER with code
Introduction LCDs (Liquid Crystal Displays) are used for displaying status or parameters in embedded systems. LCD 16×2 is 16 pin device which has 8 data pins (D0-D7) and 3 control pins (RS, RW, EN). The remaining 5 pins are for supply and backlight for the LCD. The control pins help us configure the LCD in command […]
DC MOTOR INTERFACING WITH 8051 MICROCONTROLLER
In this project, we will learn about L293D and L298N Motor Drivers and also about Interfacing DC Motor with 8051 Microcontroller with the help of both L293D and L298N. When we talk about controlling the robot, the first thing comes into the mind is controlling DC motors. Interfacing DC motor to the microcontroller is very […]
STEPPER MOTOR INTERFACING WITH 8051 MICROCONTROLLER
Stepper motor is brushless DC motor, which can be rotated in small angles, these angles are called steps. Generally stepper motor use 200 steps to complete 360 degree rotation, means its rotate 1.8 degree per step. Stepper motor used in many devices which needs precise rotational movement like robots, antennas, hard drives etc. We can […]