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 […]
Projects
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 […]
Interfacing xbee with PIC microcontroller using MikroC
In this tutorial, I will show how to interface an xbee module with PIC microcontroller.Here MikroC Pro for PIC compiler is used to write the code. Xbee modules communicates with host devices using serial communication.Most of the PIC microcontroller have UART module to support serial communication. First of all we have to understand the two […]
Getting started with PIC18F Microcontrollers
After writing quite a bit of experimental tutorials on PIC16F series of microcontrollers, I thought of moving forward to the enhanced-range family of PIC microcontrollers, the PIC18F, which was introduced by Microchip in late 90s. Although PIC16F series are excellent general purpose microcontrollers, certain limitations have emerged, such as, they have limited program and data […]
PIC 12F675 Microcontroller Tutorial.
A tutorial on the 12F675 PIC microcontroller which shows you how to program and use it with a series of projects starting out with a simple LED flasher and progressing on to more advanced projects.To use the tutorial files you need to have a PIC programmer with an ICSP output connector and the components shown in […]