Posts by Ibrar Ayyub:
Interfacing 7-segment display with PIC12F1822 using CCS PIC C compiler
Posted on: 07 Mar 2018
The easiest way to interface 7-segment display with PIC12F1822 microcontroller is to add a serial-in parallel-out shift register. The adding of the shift register minimizes the number of pins used by the 7-segment display. This topic shows how to make a 3-digit digital counter with multiplexing and 74HC164 shift register using PIC16F877A and CCS PIC C compiler. Interfacing […]
Unipolar Stepper Motor Control From IR Remote Control Using PIC18F4550
Posted on: 05 Mar 2018
This project shows how to control a 5V unipolar stepper motor from IR remote control uses NEC protocol with PIC18F4550 microcontroller. This controller controls the stepper motor speed and direction of rotation. If you want to see how to drive the unipolar stepper motor using PIC18F4550 microcontroller read the following topic:Interfacing unipolar stepper motor with […]
PCBDRAW – KICAD BOARD INTO A NICE LOOKING 2D DRAWING
Posted on: 04 Mar 2018
This small Python script takes a KiCAD board (.kicad_pcb file) and produces a 2D nice looking drawing of the board as an SVG file. This allows you to quickly and automatically create awesome pinout diagrams for your project. These diagrams are much easier to read than a labeled photo of a physical board or an […]
CD-ROM BLDC motor controller using PIC18F4550 and L293D
Posted on: 03 Mar 2018
In the following topic URL we’ve seen how to control BLDC motor speed and direction of rotation using PIC18F4550 microcontroller and 3-phase bridge circuit:CD-ROM Spindle motor (BLDC) control with PIC18F4550 microcontroller This topic shows how to make the same controller using L293D motor driver instead of the 3-phase bridge circuit. The 3 phase bridge is […]
RESEARCHERS DEVELOP LONG RANGE BACKSCATTER SENSORS THAT CONSUME ALMOST NO POWER
Posted on: 03 Mar 2018
Researchers at the University of Washington developed a new backscatter sensors that can operate over long ranges with very little power. The researchers demonstrated for the first time that the device runs on almost zero power and can transmit data across distances of up to 2.8 kilometers. Backscatter communication works by emitting a radio signal and then monitoring the reflections […]
433MHz RF remote control system based on PIC microcontroller
Posted on: 01 Mar 2018
5-Channel RF (Radio Frequency) remote control transmitter/receiver using PIC18F4550 microcontroller Today RF modules are widely used in many applications (wireless data transmission, quadcopter, car remote control….). This project shows how to use low cost 433MHz RF transmitter/receiver modules to build a 5-channel wireless RF remote control system using 2xPIC18F4550 microcontrollers. The used RF modules in […]
Interfacing PIC18F4550 with 1.8″ TFT display
Posted on: 28 Feb 2018
This post shows how to connect ST7735S TFT display to PIC18F4550 microcontroller and display different things (numbers, text, lines, circles …..). The compiler used is CCS PIC C. To interface PIC18F4550 with the ST7735 TFT display we need a small library (driver) which can be downloaded from its original post at the following url: ST7735 […]
LT8362 – LOW IQ BOOST/SEPIC/INVERTING CONVERTER WITH 2A, 60V SWITCH
Posted on: 28 Feb 2018
Features Wide Input Voltage Range: 2.8V to 60V Ultralow Quiescent Current and Low Ripple Burst Mode® Operation: IQ = 9µA 2A, 60V Power Switch Positive or Negative Output Voltage Programming with a Single Feedback Pin Programmable Frequency (300kHz to 2MHz) Synchronizable to an External Clock Spread Spectrum Frequency Modulation for Low EMI BIAS Pin for Higher Efficiency n […]
TERAHERTZ ELECTRONICS – WAY TO BRIDGE THE LARGELY-UNTAPPED REGION BETWEEN 100GHZ AND 10THZ
Posted on: 27 Feb 2018
The terahertz (THz) region, which is based on 1THz frequency, separates electronics from photonics and has been difficult to access for ages. Semiconductor electronics cannot handle frequencies equal to or greater than 100GHz due to various transport-time related limitations. In other hand, photonics devices fail to work below 10THz as photon’s energy significantly drops to thermal energy. Terahertz […]
Real time clock with remote control and ST7735 TFT display
Posted on: 26 Feb 2018
(Some knowledge about RC-5 protocol is required) This project shows how to build a remote controlled real time clock with TFT display using PIC18F4550 microcontroller. In this project DS1307 RTC is used as a real time clock chip and the remote control is an IR (infrared) remote control which uses RC-5 communication protocol, this remote […]