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
projects-raspberry.com

Posts by Ibrar Ayyub:

Arduino-Radio Controlled Hydrogen Blimp

Posted on: 02 Aug 2013

The blimp is controlled by a transmitter on the ground, operated by a human. There are three control levers– one for each motor, and one for the servo that rotates the axis they’re attached to. You push / pull to make the motors speed up or slow down; they’re controlled individually, it’s like driving a […]


Arduino Switch (case) Statement, used with serial input

Posted on: 01 Aug 2013

An if statement allows you to choose between two discrete options, TRUE or FALSE. When there are more than two options, you can use multiple if statements, or you can use the switch statement. Switch allows you to choose between several discrete options. This tutorial shows you how to use switch to turn on one […]


Potentiometer or variable resistor control LED Code

Posted on: 28 Jul 2013

The if() statement is the most basic of all programming control structures. It allows you to make something happen or not depending on whether a given condition is true or not. It looks like this: if (someCondition) { // do stuff if the condition is true } [Get Code] There is a common variation called if-else that looks like […]


MultiSerial Mega using Arduino

Posted on: 27 Jul 2013

Sometimes, one serial port just isn’t enough! When trying to communicate with multiple serial enabled devices, while also sending info back to the main serial window, a few extra RX/TX ports can be a welcomed thing. This example makes use of one of Arduino Mega’s 3 auxiliary serial ports, routing any incoming data read on […]


Arduino 7 segment Displays Digital Clock With Charlieplexing LEDs

Posted on: 26 Jul 2013

This is my second instructable. I just had a mood of making a digital watch. But wanted to make it a learning process. I already had a sanguino i could have easily used that Atmega644 chip. it would have been more than enough.  But i wanted to try burning a Arduino bootloader and see if […]


Autonomous Arduino Car

Posted on: 26 Jul 2013

My questions for the Make-to-Learn Youth Contest 🙂 What did you make? This goal of this project was to take commonly available electronic equipment and create an inexpensive, self-controlled vehicle. In simpler terms, this is an attempt at basic autonomy. It uses an arduino logic board coupled with a cheap remote control car along with […]


Remake the Mosquito Killer using Arduino

Posted on: 25 Jul 2013

Hi, everyone, i would like to introduce how i remake my mosquito killer here. With this remaking, my mosquito killer become “Smart”, and really facilitate my life. I rented a room in very remote place to save my money, in the summer, the biggest  trouble I come across, is the mosquito.These annoying mosquitoes always woke […]


Instagram Inspired DIY Photo-Booth using Arduino

Posted on: 25 Jul 2013

I decided to build a simple photo-booth as a fun addition for events, this goes through the basic steps of how i went from a few pieces of wood to a fully functional booth. I have also included a photo of what the images look like! Step 1: Cutting Wood Square sheet of MDF, 600mm […]


How to connect Arduino and RFID

Posted on: 06 Jul 2013

On this instructable I will try to show how to interface a RFID sensor with the Arduino. I am using the RFID sensor from seeedstudio the serial version of it. There are a few parts you will gonna need. I also bought some RFID keys. UPDATE: Now it works with IDE 021 Step 2: Plugging […]


The Arduino Weather Station

Posted on: 05 Jul 2013

I’ve always been interested in monitoring my local weather, and noticed the difference between what weather.com and accuweather.com think my local weather is, and what I see out the window. I also wanted better control over my heating and A/C system. As a computer and electronics nut, I’ve been playing with the Arduino Microcontroller, and […]




Scroll to Top