About: Ibrar Ayyub

Author Bio: I am an experienced technical writer with a background in computer science. I hold a Master's degree in computer science from BZU Multan University, one of the most reputable universities in Pakistan for computer science education. With my advanced degree and extensive experience in the field, I have a deep understanding of various computer science concepts and technologies. In addition to my expertise in computer science, I have a diverse range of experience in technical writing. I have written for various industries, covering a wide range of topics, including engineering, home automation, and more. My ability to communicate complex technical information in a clear and concise manner has made me a valuable asset to many organizations. My writing style is characterized by its clarity and simplicity. I am able to break down complex concepts and explain them in a way that is easy to understand for readers with different levels of technical knowledge. I am also skilled in using various forms of media, such as infographics and diagrams, to make my writing more engaging and interactive. I have a special interest and expertise in home automation and engineering; I have written several articles and research papers on the topic and am well known in the field. My writing on home automation and engineering is informative, accurate, and reliable, providing valuable insights on the latest technologies and trends in the field. Overall, I am an experienced technical writer who can provide valuable insights and information for various fields of life, mainly home automation and engineering. I have the qualifications and experience to write about a wide range of topics, and my writing style is clear, simple, and engaging. I am an asset to any organization that requires technical writing services.
Upwork: upwork.com/freelancers/~0195c6d2cf6594198f
Follow Us:
Linkedin Twitter
Blogs:
wisetechcenter.com
atmega32-avr.com
duino4projects.com
projects-raspberry.com

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 […]