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:

EEVblog #754 – Altium Circuit Maker First Impressions

Posted on: 04 Sep 2017

Dave gives his first impression of Altium’s new FREE PCB design tool for the maker community, Circuit Maker. What are the limitations? What do you get?   For more detail: EEVblog #754 – Altium Circuit Maker First Impressions


Maximize the Energy from Long-Life Batteries

Posted on: 04 Sep 2017

Battery lifetime is a key consideration for the development of the wireless sensor nodes that will populate the Industrial Internet of Things (IIoT). In many applications, the sensor nodes will need to be installed in locations that are difficult to reach let alone service. The sensor nodes need to be autonomous in terms of energy […]


Surface-mount 555 PWM circuit

Posted on: 04 Sep 2017

Introduction I wanted to dim my room LED lighting with a potentiometer, and decided on creating a solution from scratch to make it more fun and educative. I decided to go with the fairly well-known 555 PWM circuit. To decrease size and for learning purposes I decided on using surface-mount components for the first time. […]


‘Most accurate’ 20bit SAR ADC ever

Posted on: 03 Sep 2017

Description The LTC®2378-20 is a low noise, low power, high speed 20-bit successive approximation register (SAR) ADC. Operating from a 2.5V supply, the LTC2378-20 has a ±VREF fully differential input range with VREF ranging from 2.5V to 5.1V. The LTC2378-20 consumes only 21mW and achieves ±2ppm INL maximum, no missing codes at 20 bits with […]


Fluke 15B+ WiFi – Introduction

Posted on: 03 Sep 2017

Introduction One of the bad things about electricity is that it is mostly invisible: unless the voltages or currents are very high, it mostly flows invisibly through wires, it’s existence only implied by a lighted up LED, a beeping speaker, an LCD that indicates something or another secondary effect. Normally, this is what we want: […]


DigiPot – Rotary Encoder Digital Potentiometer

Posted on: 03 Sep 2017

DigiPot is a digital potentiometer using a rotary encoder as input along with a 7 segment display that show the current pot value. Description The “potentiometer” is actually a rotary encoder (TW-700198) connected to a microcontroller that reads the signal from it and convert it to a value that is displayed on 7-segment displays. The […]


SAR 18-bit ADC with ref comes in 12-pin package

Posted on: 02 Sep 2017

Description The MAX11156 18-bit, 500ksps, SAR ADC offers excellent AC and DC performance with true bipolar input range, small size, and internal reference. The MAX11156 measures a ±5V (10VP-P) input range while operating from a single 5V supply. A patented charge-pump architecture allows direct sampling of high-impedance sources. The MAX11156 integrates an optional 6ppm/°C reference […]


Basics of the I2C Communication Protocol

Posted on: 02 Sep 2017

So far, we’ve talked about the basics of SPI communication and UART communication, so now let’s go into the final protocol of this series, the Inter-Integrated Circuit, or I2C. You’ll probably find yourself using I2C if you ever build projects that use OLED displays, barometric pressure sensors, or gyroscope/accelerometer modules. I2C combines the best features of SPI and UARTs. With […]


Major Electronic Peripherals Interfacing to Microcontroller 8051

Posted on: 02 Sep 2017

Interfacing is one of the important concepts in microcontroller 8051 because the microcontroller is a CPU that can perform some operation on a data and gives the output. However to perform the operation we need an input device to enter the data and in turn output device displays the results of the operation. Here we […]


Record+play fast 1bit sound on a PIC!

Posted on: 01 Sep 2017

BTc “Binary Time constant” algorithm. A system to record and/or play sound in a bitstream format using just one digital output pin. This is a sound playback system for a PIC or any other microcontroller. It uses a clever encoding system to mathematically model the actual performance of the RC filter when the signal is […]