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:

DC motor control with PIC16F84A and L293D

Posted on: 18 Aug 2018

Low power DC motors can be easily controlled with half H-bridge IC L293D. This IC is 16-pin IC which can control 2 motors in both directions. This topic shows how to control DC motor speed and direction with PIC16F84A and L293D motor drive integrated circuit. Related topics: The following topic shows how to control a […]


BML GPIO-14 USB Board for PCs

Posted on: 18 Aug 2018

Ever miss the simple days of using a PC’s LPT1 parallel port to bit-bang GPIO over 8 output pins and 4 input pins of the DB-25 connector? I sure do. My first design project as a BSEE graduate in 1993 was to design a LPT1 controlled test fixture for the Motorola MDT-9100-T data terminal (shown […]


HARDKERNEL LAUNCHES A SINGLE-UNIT VERSION OF ITS 32-CORE ODROID-MC1 CLUSTER COMPUTER

Posted on: 17 Aug 2018

Hardkernel has produced a single-unit version of its four-unit, 32-core Odroid-MC1 cluster computer for running Docker Swarm, Build Farm, and other parallel computing applications. The design offers greater flexibility for users to combine Odroid-MC1 Solo units for a “single unit, 2, 3, 4, 5, 6, or n stackable cluster”. The octa-core Odroid-MC1 Solo costs $48. Combing one or more Solo […]


PIC16F84A + DHT11 Proteus simulation

Posted on: 17 Aug 2018

Interfacing PIC16F84A microcontroller with DHT11(RHT01) sensor This topic shows how to interface DHT11 (RHT01) digital relative humidity and temperature sensor with PIC16F84A microcontroller, and how to simulate this interfacing using Proteus. Note that for the simulation Proteus version should be 8.1 or higher. With these versions there is no need to install Proteus DHT11 library, […]


YUBIKEY PROVIDES AN EASY AND SAFE WAY TO SECURE YOUR ONLINE LOGINS

Posted on: 16 Aug 2018

Regardless of how strong a password is, or what level of code-based authentication a website is using, any system that sends codes in a text message can be hacked by a skilled hacker. The most secure way to set up two-factor authentication is to use a reliable app on a smartphone to generate those six-digit codes or to carry […]


PIC16F84A + DHT22(AM2302, RHT03) sensor Proteus simulation

Posted on: 16 Aug 2018

DHT22 Proteus simulation This topic shows how to interface DHT22 (AM2302, RHT03) digital relative humidity and temperature sensor with PIC16F84A microcontroller, and how to simulate this interfacing using Proteus. Note that for the simulation Proteus version should be 8.1 or higher. With these versions there is no need to install Proteus DHT22 library, it is […]


AIOT-MSSP01 – AAEON’S INTELLIGENT VENDING DEVELOPMENT KIT & UP BOARD

Posted on: 15 Aug 2018

(Taipei, Taiwan – April 24, 2018) – AAEON, a leading developer of industrial computers and intelligent retail systems, releases an updated version of its Intelligent Vending Development Kit. The kit is a complete hardware solution that makes it easier than ever before for retailers to implement the latest smart vending technologies. The kit includes a vending […]


NEC Remote control decoder with PIC16F84A

Posted on: 15 Aug 2018

The NEC protocol uses pulse distance encoding of the bits. Each pulse is a 562.5µs long with carrier frequency of 38KHz. Logic bits are transmitted as follows: Logic 0: 562.5µs pulse burst followed by a 562.5µs space, with a total transmit time of 1125µs (562.5 x 2). Logic 1: a 562.5µs pulse burst followed by […]


RESEARCHERS DEVELOP NEW HYBRID SOLAR PANEL THAT CAN GENERATE POWER FROM RAIN TOO

Posted on: 14 Aug 2018

The researchers at Soochow University in China, have published a paper on the hybrid device that is able to harness the power of sun and rain using a hybrid panel. By attaching a transparent nanogenerator to a silicon solar cell, researchers have designed a device that harvests solar energy in sunny conditions and the mechanical energy of falling raindrops in rainy conditions. The dual […]


Interfacing PIC16F84A with SD card

Posted on: 14 Aug 2018

This topic shows a simple interfacing of 2 GB micro SD card with PIC16F84A microcontroller. I used the PIC16F84A to read the SD card raw data which doesn’t require a microcontroller with high RAM or ROM. In this interfacing I used software SPI because the PIC16F84A doesn’t have a built-in hardware SPI module. In this […]