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:

Create Musical Tone using PIC Code

Posted on: 14 Oct 2016

The mikroC PRO for PIC provides a Sound Library to supply users with routines necessary for sound signalization in their applications. Sound generation needs additional hardware, such as piezo-speaker (example of piezo-speaker interface is given on the schematic at the bottom of this page). Library Routines Sound_Init Sound_Play Sound_Init Prototype void Sound_Init(char *snd_port, char snd_pin); […]


Project Ryu Lagger Guitar Pedal Take 3 using pic microcontoller

Posted on: 14 Oct 2016

It has been a quiet period but a very busy period, very active and very fruitful. I will be launching the projectryu.com site soon with tons of free resources for the audio hobbyist. Getting back to the title of this post, i would like to present a few improvements and a concrete design as a […]


Electronic Live Capture Mousetrap

Posted on: 14 Oct 2016

A mousetrap is a type of animal trap specialize to catch small animals, particularly rodents like rats, mice, hamsters, etc. This project is a kind of mousetrap that is intended to keep a captured animal alive. In this way, the hunter can release the captured animal later to the wild. The PIC12F683 microcontroller acts as […]


Simple and extensible microprocesor driver for robots

Posted on: 14 Oct 2016

Intro I will start from saying that the board could be replaced by any Arduino plus some(s) its motor driver shield(s). So why I made it you may ask? Well, while I made this tiny tank-robot model presented on below pictures, I wanted to make at least some things by myself, and decide what I […]


Extend I/O Ports using PIC Microcontroller

Posted on: 13 Oct 2016

The mikroC PRO for PIC provides a library for communication with the Microchip’s Port Expander MCP23S17 via SPI interface. Connections of the PIC compliant MCU and MCP23S17 is given on the schematic at the bottom of this page.   Important : The library uses the SPI module for communication. User must initialize the appropriate SPI […]


Breadboard Power Supply

Posted on: 13 Oct 2016

The Breadboard Power Supply includes AMS1117 – 5V voltage regulator and AMS1117–3.3V voltage Regulator, providing fixed supply voltages. It features three voltage input options: a screw terminal connector, DC adapter connector and USB connector. It can operate on 6-12V DC power supply and has separate screw terminals for 3.3V and 5V outputs. The AMS1117 series […]


The femtocell technology

Posted on: 13 Oct 2016

emtocell is a promising technology used primarily to enhance the signal quality of mobile devices inside buildings, where coverage is spotty or the signal is weak, or simply when you want a faster and reliable connection. 1. Introduction Femtocells are basically low-power wireless access points that operate inside licensed frequency bands for connecting standard mobile […]


12V Lead Acid Battery Voltage Monitor

Posted on: 13 Oct 2016

Description 12V Lead Acid Battery Monitor is a simple project which tells you the voltage of your Lead acid battery visually with the help of 10 LED’s.  This project is based on the popular LM3914 IC from Texas Instruments. The LM3914 senses the voltage level at the input pin and drives the 10 light emitting […]


Thermometer with PIC Microcontroller

Posted on: 12 Oct 2016

In the last tutorial we learn about the multiplexing technique used with seven segment displays. We learnt how it saves i/o line by using persistence of vision. Only one digit is lit at a time, but to a human eye it is too fast to catch, so we see all four digit lit the same […]


Multiple Servomotors

Posted on: 12 Oct 2016

Using a modified version of the last program, we can control as many servomotors as we have I/O lines on port B. In the next listing, we will control two servos in the same manner as we controlled a single servo in the previous program. The circuit is shown in figure 4 (below). The program […]