Projects

PCF8573P I2C Real Time Clock

PCF8573P I2C Real Time Clock

In this post I’m going to show you how to interface an I2C Real Time Clock – RTC with PIC microcontroller. Only a basic hardware configuration and a communication protocol are presented here. I’m planning to extend it to a more advanced design in a near future. Although PCF8573 was used a similar IC’s like […]

PCF8573P I2C Real Time Clock Read More »

PIC Microcontroller Projects for Final Year Engineering Students schematich

PIC Microcontroller Projects for Final Year Engineering Students

The abbreviation of PIC is the “Peripheral  Interface Controller”, and it is a family of the microcontroller. This microcontroller is manufactured by various companies like the microchip, NXP etc. This microcontroller comprises Analog to digital converters, memories, timers/counters, serial communication and interrupts assembled into a single IC. When we select PIC microcontrollers for PIC projects

PIC Microcontroller Projects for Final Year Engineering Students Read More »

Stepper Motor Interface PIC16F

Here is a simple example for PIC microcontroller interfacing  Unipolar stepping motor with assembly code. Instead of using a dedicated stepper motor driver IC like very popular L293D   PIC16F with ULN2003A were used. Just 4 I/O Pins are required to drive each coil of the motor. By energizing each coil in a particular sequence you can control the

Stepper Motor Interface PIC16F Read More »

PIC Waveform Recorder schematich

PIC Waveform Recorder

In this article I’ll show you how you can use PIC microcontroller to record and store waveform patterns in its EEPROM memory and replay the sequence later. For this purpose we’ll need a signal/waveform generator to produce the signal, PIC internal A/D converter to sample and digitize the incoming signal, external  I2C 8-bit D/A PCF8591

PIC Waveform Recorder Read More »