Posts by Ibrar Ayyub:
PIC Microcontroller Video Tutorial Series
Posted on: 13 Jun 2017
PIC is a family of modified Harvard architecture microcontrollers made by Microchip Technology, derived from the PIC1650[1][2][3] originally developed by General Instrument‘s Microelectronics Division. The name PIC initially referred to “Peripheral Interface Controller“.[4][5] PICs are popular with both industrial developers and hobbyists alike due to their low cost, wide availability, large user base, extensive collection of application notes, availability of low cost […]
Switching Voltage Regulator Tutorial
Posted on: 13 Jun 2017
A switching voltage regulator is one of my favorite circuits. In school, they were the first circuits I built where I understood how transistors worked. In fact, they were the first circuit I saw an inductor being useful! Switching regulators are incredibly efficient when designed properly. Of course, this detail about design is important. They […]
GIGABYTE delivers Cavium ARM-based server boards
Posted on: 13 Jun 2017
GIGABYTE of Taiwan has produced a cache-coherent, dual socket ARM server board the MT70-HDO and its associated 2U rackmount the H270-T70. Based on the Cavium ThunderX ARMv8 processor, they accelerate GIGABYTE’s recent efforts to bring ARM-based server products to market thereby opening new doors for scale-out server workloads.Designed for the 48 cores ARMv8 2.5GHz ThunderX processor, the […]
Simple RS232 to logic level converter for PIC microcontroller
Posted on: 12 Jun 2017
The circuit shown will convert logic level voltages to and from RS232 serial voltages levels. For basic serial comms between a Microchip PIC and a PC or other device you generally only need to connect the Gnd, Txd and Rxd lines. This little circuit will work with a supply voltage of 3.3v to 5v making […]
Simple circuit provides precision ADC interface
Posted on: 12 Jun 2017
Real-world measurement requires the extraction of weak signals from noisy sources. High common-mode voltages are often present even in differential measurements. The usual approach to this problem is to use an op amp or an instrumentation amplifier and then perform some type of lowpass-filtering to reduce the background noise level. The problems with this traditional […]
RGB LED Mood Light Standalone PWM controller for RGB LEDs using PIC12F629
Posted on: 12 Jun 2017
This project is an update to the original RGB LED PWM Driver. The new version allows the use of either 5mm LEDs or the square bodied Superflux / Piranah style LEDs. The circuit now uses bipolar transistors rather than MOSFETs which make it more suitable for novice constructors and for the first time this project […]
New Earth Time (NET) digital clock in recycled retro-modern case using PIC16F627A
Posted on: 11 Jun 2017
Ever get confused by GMT, or just wish you had a cooler way to keep track of time? Build a New Earth Time clock! Using a PIC microcontroller, some code, and a couple discrete parts, you too can have a unique timekeeping device to keep on your desk. New Earth Time (NET) is an idea […]
PIC16F628A Programmable Digital Timer
Posted on: 11 Jun 2017
Programmable relays find use in numerous automation applications such as automatic street light control, watering and pump control, HVAC, home automation, power plants automation in industries, etc. This article describes how to build a fully functional, one-channel programmable relay switch using the PIC16F628A microcontroller. It allows you to set both ON and OFF time. The […]
00 to 99 minute timer using PIC16F628A microcontroller
Posted on: 11 Jun 2017
Last week I was browsing my old backup hard drive and I found a source code for a very simple PIC based digital timer that I made a couple of years ago. The actual hardware of the project isn’t with me anymore. I might have lost it when I moved from my old apartment into […]
Universal High-Power LED Driver with 3D-printable Case using PIC16F1823
Posted on: 11 Jun 2017
*** There’s a firmware update. Please check out! *** LEDs are taking over conventional lighting every day. High-power LEDs over 1W are becoming more and more affordable, and I wanted to start using them to replace the lighting fixtures around me. However I realize that finding and configuring the power supply was a bit of […]