Hello friends, hope you all are fine and enjoying good health. In the previous posts, we have seen How to design a 5V DC power supply in Proteus ISIS and after that we have also discussed How to design a variable DC Power supply using LM317.So, now today we will check how to design a […]
Projects
RC5 IR Remote Control Decoder with PIC12F1822 Microcontroller
This topic shows an easy and effective way for decoding IR (Infra-Red) remote controls that use Philips RC-5 communication protocol, but first we’ve to understand how the RC5 protocol works. This Wikipedia links has good infos about the RC5 protocol. The RC-5 protocol was developed by Philips in the late 1980s as a semi-proprietary consumer […]
Stepper Motor Drive Circuit in Proteus ISIS
Hello friends, hope you all are healthy, wealthy and wise. Today’s topic is about the control of stepper motor. In the last post we have seen How to control DC motor in Proteus, and now we are gonna see How to design a Stepper Motor Drive Circuit in Proteus ISIS. Stepper motors are usually of […]
Unipolar Stepper Motor Control Example with PIC12F1822 Microcontroller
This topic shows how to drive 5V unipolar stepper motor in 3 modes one-phase, two-phase and half step. The microcontroller used in this project is Microchip PIC12F1822 and the motor drive circuit is ULN2003. Usually the unipolar stepper motor has 5 wires one for motor supply and the other for coils. This motor has 4 […]
Digital Thermometer using PIC16F877A and LM35
This is a simple project showing you how to read LM35 analog temperature sensor using a PIC microcontroller and six seven segment (common cathod).In this tutorial we will make a practical use of multiplexed seven segment displays. We will use them to show current temperature usinga LM35 temperature sensor. The temperature sensors are connected to […]
Digital Voltmeter using PIC16F877a
This is a simple project showing you how to make a digital voltmeter of range 0-20V using microcontroller PIC16F877A and a Liquid Crystal Display 16×4 HD44780 LCD in Proteus ISIS. The microcontroller PIC 16F877A has 8 analog input channels for the in-built 10-bit ADC. In this project AN2 channel of pic16F877A microcontroller is used. ADC […]
Double sensor interface Indoor/OutdoorThermometer using PIC16F877A Microcontroller
This is a simple project showing you how to read LM35 analog temperature sensor using a PIC microcontroller and LCD 4×20 in Proteus ISIS. In this tutorial we will make a practical use of the ADC. We will use them to show current temperature using two LM35 temperature sensors. The temperature sensors are connected to […]
Automatic traffic light using PIC16F877A Microcontroller
The objective of this project is to design a traffic light control system. This traffic light controller is used at the intersection that consists of a main road and two side roads. A four way traffic light control system with count down timers is to be designed and constructed. The system is to be developed […]
AUTOMATIC WATER LEVEL CONTROLLER USING MICRO-CONTROLLER PIC18F45K22
The objective of this project is to design an automatic water level control system. It indicates the level of water in the tank and automatically controls it by using PIC Microcontroller and water level sensors. Water Sensor Water level sensor is an easy-to-use, cost-effective high level/drop recognition sensor, which is obtained by having a series […]
How to make own serial LCD display for PIC12F683 Microcontroller
Alphanumeric LCD generally HD44780 model is very popular display . This LCD use 8 pins for data display and three pin for control and AL together 16 pin . There will be problem on project if we have to connect numbers of components in single micro-controller to make a compact type of device . To […]