Projects

Interfacing 16X2 LCD with PIC Microcontroller

Interfacing 16X2 LCD with PIC Microcontroller

In this session we will see how to interface 16×2 LCD to PIC18F4550 microcontroller which is of family PIC18F. You can get information of 16×2 LCD in the session How to Interface 16X2 LCD with 8051 Microcontroller Features of PIC18F4550: PIC18F4550 belongs to the PIC18F family; PIC18F4550 is an 8bit microcontroller and uses RISC architecture. PIC18F4550 […]

universal clock generator

GPS-based universal clock generator using PIC16F628

GPS satellites and GPS Ground Segment need extremely accurate timing to allow GPS users to know their own position on the Earth. Rubidium and Cesium clock generators are extensively used and maintained to synchronize and generate the signals that our inexpensive navigator gets from the GPS satellites orbiting at 20000 Km. Many commercial systems use […]

Low cost temperature data logger using PIC and Processing

Low cost temperature data logger using PIC and Processing

This project describes an easy and inexpensive way of adding a digital thermometer and data logging feature to a PC. It involves a PIC microcontroller that gets the surrounding temperature information from the Microchip MCP9701 sensor, and sends it to a PC through an USB-UART interface. The USB port of the PC is also used […]

Self made development board for the 32 bit PIC32MX220F032B Microcontroller schematich

Self-made development board for the 32-bit PIC32MX220F032B Microcontroller

Few months ago Microchip introduced smallest, lowest-cost PIC32 microcontrollers – new PIC32”MX1” and PIC32”MX2” families. PIC32 MX1 and MX2 MCUs include up to 32 KB of Flash and 8 KB of SRAM, two I2S interfaces for audio processing, 10-bit 1 Msps ADC, an 8-bit Parallel Master Port and serial-communications peripherals. MX2 MCUs also have USB […]

Microchip – Let my robot see

Microchip – Let my robot see! using pic microcontoller

I promised to post some of my past microcontroller vision projects. This one has a Microchip PIC directly sampling a video signal. 8 pins well used. Collapsible Quadruped Robot with Computer Vision, Laser Ranging, and Servo Control on a Single-Wire Network Photos and video capture by Glenn Currie. Download project design_files_PicVid97.zip. Austin Texas, 1997. I […]

PIC First Project

PIC – First Project

Programming in PIC microcontroller can be done by using assembly language or by using Embedded C because of the ease of writing code.We have used done the programming through Embedded C language.For programming any microcontroller we need a IDE or Intregrated Developement Enviroment. In case of PIC microcontroller the official IDE is MPLAB  Further several third […]

A simple programmer for PIC microcontrollers

A simple programmer for PIC microcontrollers

Perhaps this circuit is the simplest programmer for PIC microcontrollers you can build. It is connected to serial port of your PC and it has a very similar design with the SI-Prog programmer for the AVR microcontrollers. With the help of adaptors you can extend the possibilities and program more PIC microcontrollers. Notes By default […]

Automatic Temperature Control System using PIC Microcontroller XC8

Automatic Temperature Control System using PIC Microcontroller – XC8

An automatic temperature control system has the ability to monitor and control the temperature of a specified space without human intervention. The primary purpose is to manage the temperature of a given area based on settings by a user of the system. This project uses a PIC microcontroller to automatically control the temperature of an […]

Electronic Distance Meter

Electronic Distance Meter using pic microcontroller

Measure distance while riding bicycle. Direct display in meter unit. Battery operated with Nitron 68HC908QY4, 16-pin MCU. Figure 1: Prototype of Distance Meter. This project demonstrates the use of 16×1 line LCD module to interface with Nitron 16-pin MCU, 68HC908QY4. The original idea came from one evening I went out with my son to the […]