pic18f4550

How to Implement SPI Using PIC18F4550 Schematic

How to Implement SPI Using PIC18F4550

The Serial Peripheral Interface (SPI) is a high speed, synchronous, serial communication standard. This communication protocol is basically a Master – Slave implementation where the master device controls the clock based on which the slave devices operate. The master communicates with a slave or a number of slaves in a system through the SPI bus. …

How to Implement SPI Using PIC18F4550 Read More »

Minty JDM PIC Programmer

Minty JDM PIC Programmer using PIC18F4550 microcontroller

Minty JDM PIC Programmer This project details how to build a JDM style programmer to program PIC Microcontrollers using Microchip’s ICSP (In Circuit Serial Programming) and freeware software (PICPgm).  Total project cost: less than $10.  This device has been tested on both the PIC16F877 and PIC18F4550.  Check the PICPgm website to see compatibility with other …

Minty JDM PIC Programmer using PIC18F4550 microcontroller Read More »

Spectrum analyzer based PIC18F4550

The project demonstrates the implementation of the sound spectrum analyzer for 8-bit microcontroller PIC18F4550 manufactured by Microchip . Spectrum analysis is performed using an optimized fast Fourier transform algorithm (Fast Fourier Transformation, FFT), written entirely in C language. Data Visualization (spectrum) is carried out in real time on a graphical LCD display with a resolution …

Spectrum analyzer based PIC18F4550 Read More »

interface Stepper Motor

How to interface Stepper Motor with PIC18F4550 Microcontroller

A Stepper Motor is a brushless, synchronous DC motor which divides a full rotation into a number of steps. For detailed information on working, types and stepping modes, refer the article on Stepper Motors. Here the operation of a unipolar Stepper motor with PIC18F4550 microcontroller has been explained. For more detail: How to interface Stepper Motor with …

How to interface Stepper Motor with PIC18F4550 Microcontroller Read More »