Posts by Ibrar Ayyub:
Chapter 1: PIC16F887 Microcontroller – Device Overview
Posted on: 14 Mar 2023
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 […]
Capacitance Meter
Posted on: 13 Mar 2023
Capacitors are vital components in electronics, but sometimes they are broken, or the value printed on the cap has become unreadable. Because my multi-meter does not have a capacitance measurement, I decided to make one!The principle of measuring capacitance is quite simple. The voltage of a capacitor charging through a resistor increases with time T. […]
PIC16F84A timer0 code and Proteus simulation
Posted on: 13 Mar 2023
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
Posted on: 12 Mar 2023
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
Posted on: 12 Mar 2023
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
Posted on: 12 Mar 2023
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, […]
Inside the Intel RealSense Gesture Camera
Posted on: 11 Mar 2023
The Intel® RealSense™ gesture camera represents another foray by Intel into the consumer products space. The camera has been incorporated into the Lenovo ThinkPad Yoga 15. Intel disclosed at IDF14 that the device is formed using three components: a conventional color CMOS image sensor camera, an infrared images sensor, an infrared light projector (the main focus of […]
Air Sampler using PIC16F690 microcontroller
Posted on: 11 Mar 2023
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)
Posted on: 11 Mar 2023
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
Posted on: 10 Mar 2023
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 […]