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:

Basic input-output For Basic PRO Compiler

Posted on: 05 Apr 2017

define osc 4 define adc_bits 8 trisb =$00 trisa =$ff adcon1 = 7 lamp var portb start var porta.0 stops var porta.1 lamp =0 loop: if start=0 then repeat pause 10 lamp=$ff until stops=0 ‘ if constrain true out off loop endif lamp =$00 pause 10 goto loop end


Simple Digital Current Meter (DCM) using PIC microcontroller (Schematic + code + Proteus simulation)

Posted on: 05 Apr 2017

This post would provide a working example of how to make a simple Current Meter (DCM) using 16bit PIC microcontroller and a series shunt resistance. We have very precise ammeter current measurement with a 10bit ADC and with a tolerance of ±10mA. You may download code and Proteus Simulation from the download section at the […]


High-Accuracy Digital Temperature Sensor STS3x

Posted on: 05 Apr 2017

The STS3x is Sensirion’s newest high-accuracy digital temperature sensor series. The STS3x temperature sensor utilizes the industry-proven CMOSens® technology and wins over users with its increased intelligence, reliability, and improved accuracy specifications. The functionality of Sensirion’s new STS3x temperature sensor includes enhanced signal processing, two distinctive and user-selectable I2C addresses, and communication speeds of up […]


Charging batteries rapidly and safely

Posted on: 05 Apr 2017

Any hobbyist can charge a battery quickly, but can you do it without an explosion, excessive heating or major degradation in battery cycle life? Well many companies have managed fast charging techniques  that typically use specialized algorithms. These algorithms take into account the chemistry of the battery and some sort of non-standard charging rate curve. […]


Interfacing Ultrasonic Distance Sensor : ASCII Output with PIC Microcontroller

Posted on: 04 Apr 2017

In some of our projects, we may want to measure the distance of an object from a point. Ultrasonic Distance Sensors are the best sensor which provides stable, accurate, precise, non-contact distance measurements from 2cm to 4m. Ultrasonic Sensors can be used to measure distance between moving or stationary objects. Being very accurate and stable, these devices […]


j. ICSP Programmer for PIC32 microcontroller family

Posted on: 04 Apr 2017

PIC32 ICSP Programmer v1.0 is based on a simple PIC32MX270F256B microcontroller basic circuit. It connects to a PC via USB 2.0 port and therefore needs no external power supply. It may be used to program a PIC32 microcontroller on a circuit via ICSP interface or you may add a programming header. It basically works similar […]


4A Bipolar Stepper Motor Driver Based on LV8727E

Posted on: 04 Apr 2017

The Project is based on LV8727E IC from ON Semiconductor. The LV8727 is a PWM current-controlled micro step bipolar stepping motor driver. This driver can provide eight ways of micro step resolution of 1/2, 1/8, 1/16, 1/32, 1/64, 1/128, 1/10, 1/20, and can drive simply by the step input. This Bipolar Driver works with supply […]


Microchip aims at LED car lighting

Posted on: 04 Apr 2017

Microchip has included a new power building block in a microcontroller aimed at LED lighting. Called the PIC16(L)F1769, the family has the first PICs to offer two independent closed-loop channels. The firm has steadily been introducing power control peripheral blocks over the last three years – so-called ‘core independent peripherals (CIPs), including for example its […]


Output bit For Basic PRO Compiler

Posted on: 03 Apr 2017

define osc 4 define adc_bits 8 trisb =$00 lamp var portb.0 low lamp loop: high lamp pause 1000 low lamp pause 1000 goto loop end


How to Implement Embedded Ethernet

Posted on: 03 Apr 2017

Usually We need embedded systems inside devices, particularly the so-called intelligent devices, to communicate with a command/control/administrative center. Typical such situations could be a remote security camera that can send you video clips when queried, an embedded system that can send status when checked through a web browser or a vending machine that is capable […]