Posts by Ibrar Ayyub:
123 PIC Microcontroller Experiments for the Evil Genius By Myke Predko E-book
Posted on: 02 Jul 2022
Book Introduction: Microchip continually updates its product line with more capable and lower cost products. They also provide excellent development tools. Few books take advantage of all the work done by Microchip. 123 PIC Microcontroller Experiments for the Evil Genius uses the best parts, and does not become dependent on one tool type or version, […]
PIC Microcontroller An Introduction to Software & Hardware Interfacing By Han-Way Huang E-Book
Posted on: 02 Jul 2022
Book Introduction: This book presents a thorough introduction to the Microchip PICr microcontroller family, including all of the PIC programming and interfacing for all the peripheral functions. A step-by-step approach to PIC assembly language programming is presented, with tutorials that demonstrate how to use such inherent development tools such as the Integrated Development Environment MPLAB, […]
PIC Microcontroller and Embedded Systems By Muhammad Ali Mazidi E-Book
Posted on: 01 Jul 2022
Book Introduction: Offers a systematic approach to PIC programming and interfacing using Assembly and C languages. Offering numerous examples and a step-by-step approach, it covers both the Assembly and C programming languages and devotes separate chapters to interfacing with peripherals such as Timers, LCD, Serial Ports, Interrupts, Motors and more. A unique chapter on hardware […]
PIC Microcontrollers by Milan Verle
Posted on: 01 Jul 2022
Introduction to the World of microcontrollers The situation we find ourselves today in the field of microcontrollers had its beginnings in the development of technology of integrated circuits. This development has enabled us to store hundreds of thousands of transistors into one chip. That was a precondition for the manufacture of microprocessors. The first computers […]
Measurement of temperature and relative humidity using DHT11 sensor and PIC microcontroller using PIC16F628A
Posted on: 30 Jun 2022
Measurement and control of temperature and relative humidity finds applications in numerous areas. These days devices are available which have both temperature and humidity sensors with signal conditioning, ADC, calibration and communication interface all built inside them. The use of such smart sensors greatly simplify the design and reduces the overall cost. We discussed in […]
A brief overview of Allegro ACS712 current sensor using PIC16F1847 (Part 2)
Posted on: 30 Jun 2022
In the first part of this discussion, the features of ACS712 device were briefly discussed. Now we will use that theory to implement the ACS712 sensor to make a simple DC current meter. The analog output voltage from the sensor is measured through an ADC channel of the PIC16F1847 microcontroller. A voltage to current conversion […]
Making a digital capacitance meter using PIC16F628A
Posted on: 29 Jun 2022
Capacitors are one of the most common passive electrical components that are extensively used in all kinds of electronic circuits. In this project, we will discuss a technique of building a digital capacitance meter using a PIC microcontroller. This project can measure capacitance values from 1 nF to 99 μF, with a resolution of 1 […]
Digital Voltmeter (DVM) using PIC16F688
Posted on: 29 Jun 2022
Introduction This project will describe how to make a simple digital voltmeter (DVM) using a PIC16F688 microcontroller. The range of this DVM is 0-20V, but you can easily increase or decrease the range of input voltage as your requirements after you understand the voltage scaling method described in this project. The PIC micro reads the […]
PIC16F84A Temperature Controller
Posted on: 28 Jun 2022
Ever needed to measure temperature and display it? This project details measuring temperature using a temperature sensor ,an ADC and a Microcontroller PIC16f84a with schematics,codes and illustrations. You can also get the following kit, although not based on the pic, which would make your life easier for your future projects. This project was done fairly […]
pic12f683 Microcontroller based Programmable LED
Posted on: 28 Jun 2022
Alex Weber over at Instructables built a great programmable LED based on the AVR chip. Since I am tooled for PIC, I thought it would be fun to replicate what he has done. This simple project is fun and it provides a great building block for playing with collective behaviors. This is a How-To for […]