The PIC16F887 is one of the latest products from Microchip. It features all the components which modern microcontrollers normally have. For its low price, wide range of application, high quality and easy availability, it is an ideal solution in applications such as: the control of different processes in industry, machine control devices, measurement of different […]
Projects
PIC16F84A timer0 code and Proteus simulation
This post provides the timer0 code for PIC16F84A microcontroller. This code is written in C language using MPLAB with HI-TECH C compiler. You can download this code from the ‘Downloads‘ section at the bottom of this page. It is assumed that you know how to blink an LED with PIC16F84A microcontroller. If you don’t then please read this page first, before […]
How to work with inbuilt ADC Module of PIC18F4550
A microcontroller, a digital device, can read, execute and transmit only digital signals. On the contrary, the outputs of the most of the transducers are analog in nature. Thus it is hard to interface these transducers directly with controllers. Analog-to-digital convertor (ADC) ICs are one way to make the analog input compatible with the microcontroller. […]
Digital Temperature Sensor Circuit
Temperature sensors are widely used in electronic equipments to display the temperature. You can see the digital clock displaying the room temperature value. It is due to the temperature sensor embedded in it. Generally, temperature value is analog. It is converted to digital value and then it is displayed. This article describes the same converting […]
Interfacing 7-Segment Display With PIC Microcontroller – MikroC
The 7-segment display is the earliest type of an electronic display that uses 7 LEDs bars arranged in a way that can be used show the numbers 0 – 9. (actually 8 segments if you count the decimal point, but the generic name adopted is 7-segment display.) These devices are commonly used in digital clocks, […]
Air Sampler using PIC16F690 microcontroller
Do you ever wonder what is in the air you breathe? Or maybe you have hay fever and want to know what kind of pollen makes you sneeze in spring? Questions like that prompted me to build a simple device for capturing airborne particles so they can later be examined under a microscope. Before you […]
Breadboard module for 18-pin PIC16F microcontrollers (PCB version)
Because of their compact size, ease of use and many built-in peripherals, the 18-pin PIC16F series processors (PIC16F628A, PIC16F88, and now PIC16F1827/47) have always been my favorite microcontrollers. Many of my projects and tutorials written in this blog also use PIC16F628A and PIC16F1827 microcontrollers. As I will be using them more in the future too, […]
Password Based Door Lock System using 8051 Microcontroller
Traditional lock systems using mechanical lock and key mechanism are being replaced by new advanced techniques of locking system. These techniques are an integration of mechanical and electronic devices and highly intelligent. One of the prominent features of these innovative lock systems is their simplicity and high efficiency. Such an automatic lock system consists of […]
Echo MP3 player using PIC18LF452
The EchoMp3 is a small DIY* MP3 player. It’s cheap and of excellent quality. 64, 128, 256, 512MB and 1, 2, 4 GB MMC and SD(HC) cards used as storage. FAT (FAT16) and FAT32 supported. Low power operation with a single AAA (HR03) 1V2 Ni-Mh battery. Runs on a 18LF452 or 18LF458 at 20 MhZ. […]
Breathalyzer circuit using 8051
Last Updated on March 12, 2014 by admin in 8051 projects with 15 Comments Alcohol Breathalyzer circuit using 8051 microcontroller (AT89S51). This article is about a breathalyzer circuit using 8051 microcontroller which outputs the blood alcohol content (BAC) from the breath. The BAC is displayed in percentage on a 3 digit seven segment display. […]