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:

Electronic door codelock with PIC

Posted on: 10 Nov 2022

description This is my electronic codelock to use with an outdoor gate. The lock itself is implemented in software. It operates a relay (for example to open a door) for a few seconds if someone enters the valid code. The secret code can be changed any time after entering the current code. Note that in […]


Dual programmable keypad code lock using PIC18F452

Posted on: 09 Nov 2022

Open electrical doors with your secret code only! Here are the technical specifications: Up to two keypads may be connected to drive both relay outputs. Professional, outdoor or other keypads may be used. Relay outputs are configurable: output voltage +6 to +24VDC (from power input) or simple switch emulation. The small LCD is optional, and […]


Understanding ICSP for PIC Microcontrollers

Posted on: 09 Nov 2022

Programming microcontrollers isn’t hard. Building a programmer makes a great first electronics project. The goal of this instructable is to explain the simple ‘in circuit serial programming’ method used with Microchip PICs. Step 1: Why ICSP? Programming a big DIP (through hole) chip is easy. Pop it into a socketed programmer, burn, and return to […]


Touch Switch using PIC12F629 Microcontroller

Posted on: 08 Nov 2022

You can add this circuit to all sorts of projects that require on-off control. Our design allows up to 4 touch sensors using a PIC12F629. The output of each touch sensor is active LOW and this can be connected to an additional circuit to control a LED, motor or relay etc. The photo of the […]


SOLAR TRACKER-1 using PIC12F629 Microcontroller

Posted on: 08 Nov 2022

This project will improve the output of your solar panel by about 40%. It uses a motor and gearbox from a 3.6v power screwdriver, however a number of different voltage motors can be used. The project has its own 6v power-supply made from five 1.2v NiCad cells and a charging circuit using a separate 3v […]


SKY WRITER using PIC12F629 Microcontroller

Posted on: 07 Nov 2022

We have seen many projects using a set of LEDs to produce words “in the air,” but none have the clever feature we have included. Most of the projects are “shaken in the air” and produce messages that are “all over the place.” But if the words are jumping they are difficult to read. Our […]


MUSIC BOX using PIC12F629 Microcontroller

Posted on: 07 Nov 2022

This project is an extension of a number of musical projects (Happy Birthday and It’s a Small World) and puts 11 melodies into a single design. It’s called EVOLUTION. From the previous projects we learnt a lot about producing a tune. The first thing we learnt: it takes a lot of memory. Each note needs […]


Lift Counter using PIC12F629 Microcontroller

Posted on: 06 Nov 2022

This project has been developed due to a request from Mr Moshweunyane ([email protected]). He asked for a circuit that would count up when someone entered a lift and count down when someone exited, using two infra-red sensors. All we had to do was take the 2-digit up/down counter and add two optical sensors. These sensors […]


Audio spectrum analyzer using PIC18F4550

Posted on: 06 Nov 2022

Introduction This project implements a real-time audio spectrum analyser using a PIC18F4550 8-bit microcontroller. The spectrum frequency analysis is performed by a highly optimised 16-bit Fast Fourier Transformation (FFT) routine coded entirely in C. The output from the FFT is displayed using a 128×64 graphical LCD to allow a real-time view of an audio signal. […]


Seven Segment Multiplexing using PIC18F4550 Microcontroller

Posted on: 05 Nov 2022

As explained earlier, a seven segment interfaced with PIC uses almost an entire port (minimum 7 pins) to display a value. But a real time application, like watch, calculator etc., usually requires at least 3-4 seven segments. In such a case it is not advisable to use a port of the controller for each seven […]