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:

Timer 0 mode timer For CSS Compiler

Posted on: 04 Sep 2016

  // Generator frequency 100 Hz with Timer0 For Pic16f877 // //#include “D:\MICRO_PICC_Group\timer\timer_0\timer_0_100hz.h” #include <16F877.h> #device adc=8 #FUSES NOWDT,XT //No Watch Dog Timer #use delay(clock=4000000) int1 time; #int_RTCC void RTCC_isr(void) { output_toggle(pin_b0); /* time =!time; if(time==1){ output_high(pin_b0); } if(time==0){ output_low(pin_b0); }*/ set_timer0(236); } void main() { setup_adc_ports(NO_ANALOGS); setup_adc(ADC_OFF); setup_psp(PSP_DISABLED); setup_spi(SPI_SS_DISABLED); setup_timer_0(RTCC_INTERNAL|RTCC_DIV_256); setup_timer_1(T1_DISABLED); setup_timer_2(T2_DISABLED,0,1); enable_interrupts(INT_RTCC); enable_interrupts(GLOBAL); […]


ESP8266 touchscreen WiFi light controller and clock

Posted on: 04 Sep 2016

A couple of months ago I picked up cheap WiFi-controlled LED bulbs (one among dozens of very similar devices), after seeing them at a friend’s place.  This turned out to be an excuse to play with the ESP8266, which has inspired several hacks. I was overall very happy with these bulbs: decent Android and iOS apps and, compared to fancier […]


The PIC Elmer 160 Project Board using PIC16F628

Posted on: 04 Sep 2016

Description — What is the PIC-EL board and what can you do with it? Specification — What features are on the PIC-EL project board? Schematic — Circuit diagram on this web page or in PDF format Builders’ Notes — Check here for special tips or cautions in building the kit. Test Software — The latest test […]


Speed control of DC motor by PWM in Proteus simulation

Posted on: 03 Sep 2016

Hello friends here is a proteus simulation of speed control of DC motor with the help of Pulse width modulation (PWM) control, PWM signals are generated by 8051 microcontroller. As we have discussed earlier that proteus is a really good simulation software for beginners and 8051 is the most basic among all microcontroller so this […]


Five steps to a great PCB layout for a step-down converter

Posted on: 03 Sep 2016

Introduction Especially for switch-mode power supplies (SMPSs), the printed circuit board (PCB) layout is a critical but often under appreciated step in achieving proper performance and reliability. Errors in the PCB layout cause a variety of misbehaviors including poor output voltage regulation, switching jitter, and even device failure. Issues like these should be avoided at […]


Voltage indicator transitions between colours

Posted on: 03 Sep 2016

This Design Idea gives two versions of an indicator light that changes from green to red as a battery discharges. There are many circuits that do this sort of thing, but all the ones I have seen are too complex and costly for my taste. This DI shows a method that uses an absolute minimum […]


Microdot – wrist watch LED pattern timepiece using PIC16F8 microcontroller

Posted on: 03 Sep 2016

Microdot – wrist watch LED pattern timepiece Another RGB Sunset Productions production! This project is a circuit board for making a wrist watch size version of my minidot clock: http://www.instructables.com/id/EEGLXQCSKIEP2876EE/ with a few more functions more applicable to a portable device. A lot of help and suggestions came from ians 01/\/atch binary watch: http://www.instructables.com/id/EYNTHEN1WUEP287APH/ Eaglecad […]


Advanced Electronics Mini Projects for Engineering Students

Posted on: 02 Sep 2016

Electronics is the technology mainly concerned with the development of circuits for television, personal computers, and all other electronic equipment. This kind of electronic equipment makes use of silicon chips or transistors and other basic electronic components. Electronics mini projects for engineering students are developed by concentrating on many application areas such as control systems, […]


Even your PCBs can look professionally

Posted on: 02 Sep 2016

Manual intervention to a PCB is usually always visible. With modern „No-clean“ fluxes it´s not that obvious as in the past. But still it doesn´t make resulting look of a PCB better. However, probably more important is the fact, that soldering residues are a potential risk, especially in humid environment – as they may cause […]


USB Power supply Active Load Tester

Posted on: 02 Sep 2016

USB Power supply Active Load Tester or short PAL Tester is unit designed for testing the quality of the power supplies. Idea was to create low-cost, precise device for simultaneous measurement of Voltage and Current drawn from the device under test. This is one of my weekend projects that I have decided to release to […]