Posts by Ibrar Ayyub:
Digital Count Down Timer using PIC Microcontroller
Posted on: 29 Jan 2023
In this article, our author Mithun has developed a 0 – 99 min counter using PIC microcontroller 16F628A. So basically this is a digital count down timer ideal for engineering and diploma students for their project requirements. We have given complete circuit diagram of the digital count down timer along with full source code. In […]
Reverse Engineering a NAND Flash Device Management Algorithm
Posted on: 28 Jan 2023
Around June of 2012, I had gotten myself into a very bad habit. Instead of carrying my SD card in my camera, I left it sticking out of the side of my laptop, presumably intending to do something with the photos on it eventually. On my flight home from Boston, the predictable thing happened: as […]
Low Resource Microcontroller – 3 Phase BLDC Motor Speed Controller
Posted on: 28 Jan 2023
This could form the basis where high performance is not required This article focuses on a minimal resource microcontroller implementation for a 3 phase BLDC motor, closed loop speed motor controller application based on a Microchip PIC12 device. It shows how minimisation techniques can reduce the number of I/O pins to just 6 for this […]
LTC3622/LTC3622-2 – 17V, Dual 1A Synchronous Step-Down Regulator with Ultralow Quiescent Current
Posted on: 27 Jan 2023
Features Dual Step-Down Outputs: 1A Per Channel Wide VIN Range: 2.7V to 17V Wide VOUT Range: 0.6V to VIN Up to 95% Efficiency No-Load IQ = 5μA with Both Channels Enabled; IQ < 4μA with Only One Channel Enabled High Efficiency, Low Dropout Operation (100% Duty Cycle) Constant Frequency (1MHz/2.25MHz) with External Frequency Synchronization ±1% Output Voltage Accuracy […]
PIC16F877A timer0 code + Proteus simulation
Posted on: 27 Jan 2023
This PIC16F877A microcontroller tutorial answers the question, ” How to use timer0 of PIC16F877A and how to handle its interrupts? ” Using PIC16 simulator (Proteus) you can verify this PIC timer0 code and change it according to your needs. This code is written in C language using MPLAB with HI-TECH C compiler. You can download this […]
Digital Clock using PIC Microcontroller Interrupt – XC8
Posted on: 26 Jan 2023
A Real Time clock (Digital Clock) can be made easily by using Timer 1 of a PIC Microcontroller. The Timer1 module exists in most of the series of PIC, this module can be used to easily implement a real-time clock. Instead of an external real-time clock device like a DS1307, an inexpensive 32.768 kHz watch crystal and […]
Interfacing xbee with PIC microcontroller using MikroC
Posted on: 26 Jan 2023
In this tutorial, I will show how to interface an xbee module with PIC microcontroller.Here MikroC Pro for PIC compiler is used to write the code. Xbee modules communicates with host devices using serial communication.Most of the PIC microcontroller have UART module to support serial communication. First of all we have to understand the two […]
Getting started with PIC18F Microcontrollers
Posted on: 25 Jan 2023
After writing quite a bit of experimental tutorials on PIC16F series of microcontrollers, I thought of moving forward to the enhanced-range family of PIC microcontrollers, the PIC18F, which was introduced by Microchip in late 90s. Although PIC16F series are excellent general purpose microcontrollers, certain limitations have emerged, such as, they have limited program and data […]
PIC 12F675 Microcontroller Tutorial.
Posted on: 25 Jan 2023
A tutorial on the 12F675 PIC microcontroller which shows you how to program and use it with a series of projects starting out with a simple LED flasher and progressing on to more advanced projects.To use the tutorial files you need to have a PIC programmer with an ICSP output connector and the components shown in […]
Programmable digital timer switch using a PIC Microcontroller
Posted on: 24 Jan 2023
Digital timer switches are used to control the operation of electrical devices based on a programmed schedule. This project describes a programmable digital timer based on the PIC16F628A microcontroller that can be programmed to schedule the on and off operation of an electrical appliance. The appliance is controlled through a relay switch. This timer switch […]