Posts by Ibrar Ayyub:
PIC 16F917 Gyroscope interface
Posted on: 13 Feb 2023
In this post we will study the ADC ( Analog-to-Digital ) Module of the Microcontroller PIC16F917 . We will study a real circuit of PIC16F917 interfacing to a semiconductor Gyroscope. The Gyroscope is a motion sensor that senses tilt in a certain direction . The used sensor is a yaw rate sensor ( free sample […]
PIC 3x3x3 LED cube
Posted on: 12 Feb 2023
Here´s my 3x3x3 LED cube, it’s controlled by a PIC16F628A microcontroller. This is my first microcontroller project that finally works, so i suppose is not that difficult to make for beginners. I hope you’ll enjoy that instructable and even make your own LED cube! Step 1: Materials The PIC drives the cube without external IC’s […]
Wireless Radio Frequency Module Using PIC Microcontroller
Posted on: 12 Feb 2023
It’s a Microcontroller Based DIY Electronics Project. Named Wireless RF Module Using PIC Microcontroller. The RF module is a small electronic circuit used to transmit, receive, or transceive radio waves on one of a number of carrier frequencies. RF modules are widely used in consumer applications such as garage door openers, wireless alarm systems, industrial […]
Simple Button Keypad – Microcontroller
Posted on: 11 Feb 2023
Simple method for creating a custom button keypad that doesn’t require separate hardware. Just your microcontroller buttons a few resistors. What we have here is 9 buttons and 6 signal lines (3 inputs, 3 outputs). The basic setup is in a grid pattern where the three input lines come down as columns (PIN0, PIN1, and PIN2), and […]
Environmental Alert System
Posted on: 11 Feb 2023
What’s that smell? It’s noxious gas of course! If you’re in an environment where there’s a possibility of gaseous release of which you’d rather not breathe, why not build an automatic system for sensing and alerting you? The design for the Environmental Alert System is driven by my motivation to understand the concentrations of different […]
How to Interface LCD with PIC16F877A Slicker
Posted on: 10 Feb 2023
PIC16F/18F Slicker Board The PIC16F/18F Slicker board is specifically designed to help students to master the required skills in the area of embedded systems. The kit is designed in such way that all the possible features of the microcontroller will be easily used by the students. The kit supports in system programming (ISP) which is […]
PIC16F84A LED blinking code + Proteus simulation
Posted on: 10 Feb 2023
This post provides the code to make an LED blink using PIC16F84A microcontroller. This code is written in C language using MPLAB with HI-TECH C compiler. This code is intended to be the first step in learning how to use PIC16F84A microcontroller in your projects. You can download this code from the ‘Downloads’ section at […]
DIY PCB using Liquid Photoresist
Posted on: 09 Feb 2023
I have been an avid electronics DIY guy for many years now, and I have spent a lot of that time struggling to learn how to make my own PCBs. I have tried every technique that I have come across on the internet, from iron-on print outs to dry photosensitive blue sheets. Sometimes I was […]
Interfacing Temperature Sensor with Microchip PIC16F876A
Posted on: 09 Feb 2023
The tutorial aims at providing the necessary information for interfacing an analog type temperature sensor with a Microchip PIC Microcontroller. PIC (Peripheral Interface Controllers) was introduced in 1985. The PIC16F876A has 8K of Flash Program Memory, 368 bytes of Data Memory (RAM) and many other attractive features. Some features are ADC, USART, and 14 Interrupts […]
Schematic design with the PIC16F84A microcontroller
Posted on: 08 Feb 2023
Many circuits on the Internet are built with a CD4017 counter IC. I myself chose to use a microcontroller for this job: the PIC16F84A. A microcontroller increases the complexity but it allows you to build a very flexible light computer. The circuit can be kept very small, this was a requirement for this circuit. The […]