Micro-controller is a very widely used electronic component and today we are showing your another example of it. Today’s’ project topic is “DC motor speed control using Microcontroller PIC16F877A” and we are sharing full project report of it. This is a very good project work for final year Electronics and Electrical students. This project is […]
Projects
Single-Axis PIC Controlled Solar Tracker DIY Kit using PIC18F1220
Single-Axis PIC Controlled Solar Tracker DIY Kit Hi All I’m not going into as much depth with this instructable due to my current time constraints. That said, I fully plan on updating this instructable as time progresses with new algorithms and programs for optimization. Intro: I was messing around with some new stepper motors one […]
Shrieker using PIC16F676 Microcontroller
Recently a cell phone ring tone was in the news – it’s 17,000 Hertz and meant to be heard by teenagers, but inaudible to adults. Really got some people upset for some reason. It got me wondering – what frequencies can I hear? I made the shrieker. It can generate tones from 10,000 Hz to […]
Temperature Indicator using PIC microcontroller
Hi friends, today we will see how to make temperature indicator using PIC microcontroller. The basic aim of this project is make you familiar with PIC microcontroller. It also explains how LM35 and 7 segment displays can be interfaced with PIC microcontroller. Components required: Following is a list of components required for temperature indicator using […]
Interfacing LM35 Temperature Sensor with PIC Microcontroller.
The are many cool sensors available now a days, ranging from IR distance sensor modules, accelerometers, humidity sensors, temperature sensors and many many more(gas sensors, alcohol sensor, motion sensors, touch screens). Many of these are analog in nature. That means they give a voltage output that varies directly (and linearly) with the sensed quantity. For […]
2-Wire LCD Interface using PIC16C84
Alphanumeric LCD displays have become very popular for microcontroller applications because they can add a lot to a project in a variety of different ways. A text message giving the user instructions as well as feedback can make the application seem much more “professional” and easy to use. I like to use LCD’s to help […]
Voltage, Temperature & Frequency Meter With PIC Micro controller
Features… Voltage, Temperature and Frequency can switching to each others using push buttons. Voltage Meter can measure DC voltage between 0v to 50v. Frequency Meter can measure frequency up to 65KHz. Temperature Meter can use between 00C to 1500C. Every functions can paused using push button. Instructions… Voltage meter – Volt meter can measure dc […]
Digital Count Down Timer using PIC Microcontroller
In this article, our author Mithun has developed a 0 – 99 min counter using PIC microcontroller 16F628A. So basically this is a digital count down timer ideal for engineering and diploma students for their project requirements. We have given complete circuit diagram of the digital count down timer along with full source code. In […]
Low Resource Microcontroller – 3 Phase BLDC Motor Speed Controller
This could form the basis where high performance is not required This article focuses on a minimal resource microcontroller implementation for a 3 phase BLDC motor, closed loop speed motor controller application based on a Microchip PIC12 device. It shows how minimisation techniques can reduce the number of I/O pins to just 6 for this […]
PIC16F877A timer0 code + Proteus simulation
This PIC16F877A microcontroller tutorial answers the question, ” How to use timer0 of PIC16F877A and how to handle its interrupts? ” Using PIC16 simulator (Proteus) you can verify this PIC timer0 code and change it according to your needs. This code is written in C language using MPLAB with HI-TECH C compiler. You can download this […]