Posts by Ibrar Ayyub:
Digital frequency meter using pic microcontroller
Posted on: 28 Jun 2017
Here you will see how easily we can make Digital frequency meter by PIC microcontroller using timer 1. To make this project we need clear idea on timer 1 module of PIC16F877 microcontroller. We need to know how we can configure timer 1 module to do our desire work. For that I suggest please refer […]
Interfacing 16×2 Lcd With 8051 Circuit Pin Diagrams
Posted on: 28 Jun 2017
Microcontroller based electronic circuit diagrams, Electronic circuit diagrams / circuit schematics. if you would like general assistance with a specific design question you may like to try the electrical engineering. Interfacing lcd modules pic microcontrollers., In this tutorial we will learn how we can use lcd modules with microchip pic microcontrollers. here i will […]
PIC16F84A internal EEPROM code and Proteus simulation
Posted on: 27 Jun 2017
This post provides the internal EEPROM reading and writing code for PIC16F84A microcontroller. As we know[1], PIC16F84A microcontroller has 64 bytes of built in EEPROM data space with an address range of 0x00 to 0x3F. This code is written in C language using MPLAB with HI-TECH C compiler. You can download this code from the ‘Downloads‘ section at the […]
ulibSD a library for use SD cards in SPI mode with uControllers.
Posted on: 27 Jun 2017
ulibSD It’s a library for use SD cards in SPI mode with uControllers, entirely written in C. This library can work with SD cards and also has the possibility to emulate the behavior in a PC file (GNU/Linux) using the macro _M_IX86. It’s for debugging purposes. The data transfer is oriented to 512 byte size, […]
AC Voltage measurement using PIC16F877A microcontroller
Posted on: 27 Jun 2017
Note: Microcontroller PIC16F73 can be used instead of pic16f877a. This time we will see how to measure AC voltage parameters with the help of micro-controller. First we will know about AC voltage parameters, then we will do the whole work step by step. What is AC(Alternating Current): “In alternating current (AC, also ac), the flow of electric charge periodically reverses direction. […]
Transmit & Receive Infrared Signals With Your PC Serial Port using PIC12F508
Posted on: 27 Jun 2017
We no longer manufacture or sell the original Air-Byte IR transceiver, so we’re releasing the code & circuit design here for hobbyists and students looking to build a simple IR transceiver. Note that the parts used here are not critical. I.E. the NPN darlington transistor driving the infrared LEDs, PNP transistor used for inverting the […]
PIC16F877 timer0 code and Proteus simulation
Posted on: 26 Jun 2017
This PIC16F877 microcontroller tutorial answers the question, ” How to use timer0 of PIC16F877 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 […]
Hacking a UART where there never was before
Posted on: 26 Jun 2017
The Omron RS8 met several of our design requirements, small, battery operated, quiet and entirely wrist mounted. So no heavy base unit. With the initial attack vector expected to be the NFC interface the case was opened and warranty voided. Thankfully the PCB was not too complicated, although populated on both sides the dual layer […]
LEARN HARDWARE FIRMWARE AND SOFTWARE DESIGN – BRIEF DESCRIPTION
Posted on: 25 Jun 2017
Edition 5 of LHFSD [ISBN 978 606 92185 32] has been specifically designed to become an educational/pedagogical manual for teachers, instructors, and also for ordinary citizens. Have no fear, dear readers: LHFSD is still addressed to beginners, since EVERYTHING starts from a white page, and then things are developed/explained only gradually [and logically], step by […]
Using Serial Peripheral Interface (SPI) with Microchip PIC18 Families Microcontroller
Posted on: 25 Jun 2017
The Serial Peripheral Interface (SPI) is one of the popular embedded serial communications widely supported by many of today’s chip manufacture and it considered as one of the fastest serial data transfer interface for the embedded system. Because of its special in/out register configuration, the SPI master device could transfer its data and at the […]