Projects

PIC12F675 LCD Interfacing

PIC12F675 LCD Interfacing Code and Proteus Simulation

This post provides the LCD[1] interfacing code using PIC12F675 microcontroller. 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 bottom of this page. It is assumed that you know how to make an LED blink with PIC12F675 microcontroller. If you don’t […]

PICKit 2 ICSP programmer

Versatile SOIC PIC Programming Header using PIC18F88

A small PCB allows for the out-of-circuit programming of 18 & 28 pin SOIC PIC Microcontrollers from either an ICSP programmer or ZIF socket. A recent article in a popular electronics magazine presented a small printed circuit board for programming 18-pin SOIC PICs from a ZIF socket. Looking at the design I knew instinctively that […]

Parts sewable iPod remote

10-minute sewable iPod remote using PIC10F222 microcontroller

10-minute sewable iPod remote There are a lot of really cool iPod remote control projects: some have simple buttons, some react to  heartbeat or body motion, and others are designed to interface directly with software running on a computer. However, not one of them is truly wearable, or speaks to the unique needs of e-textiles designers.  […]

Execute Open Source Code in a PIC Microcontroller Using the MPLAB IDE

Execute Open-Source Code in a PIC Microcontroller Using the MPLAB IDE

The PIC32 single-board computer is a de facto standard tool for developing microcomputer applications within the hobbyist and educational communities. It provides an open-source hardware (OSH) environment based on a simple microcontroller board, as well as an open-source (OS) development environment for writing software for the board. Here’s an approach that enables PIC32 code to […]

3 Wire Serial LCD using a Shift Register schematic

3-Wire Serial LCD using a Shift Register

Introduction HD44780 based character LCDs require at least 6 I/O lines from microcontroller to display data. Therefore, they are not suitable for low-pin microcontrollers like PIC12F series microchips. In this project, I am going to show how to drive an HD44780 based LCD display with only 3 pins of a microcontroller. I am going to […]

Interfacing Ultrasonic Distance Sensor ASCII Output with PIC Microcontroller

Interfacing Ultrasonic Distance Sensor : ASCII Output with PIC Microcontroller

In some of our projects, we may want to measure the distance of an object from a point. Ultrasonic Distance Sensors are the best sensor which provides stable, accurate, precise, non-contact distance measurements from 2cm to 4m. Ultrasonic Sensors can be used to measure distance between moving or stationary objects. Being very accurate and stable, these devices […]

ICSP Programmer for PIC32 microcontroller family

j. ICSP Programmer for PIC32 microcontroller family

PIC32 ICSP Programmer v1.0 is based on a simple PIC32MX270F256B microcontroller basic circuit. It connects to a PC via USB 2.0 port and therefore needs no external power supply. It may be used to program a PIC32 microcontroller on a circuit via ICSP interface or you may add a programming header. It basically works similar […]

Vehicle Touch Sensitive switches

CITROEN Saxo Vehicle Touch Sensitive switches using PIC16F84A

Project Summary The CITROEN Saxo Vehicle Touch Sensitive switches For operating Hazards and two peripheral devices If you want to change the look of your dash board inside a vehicle, maybe just fancy some of modern electronics This could be the design for you Project Description Faced with a challenge last year a young lad […]

PIC16F690 Microcontroller Circuit How to Drive an LED Display

PIC16F690 Microcontroller Circuit- How to Drive an LED Display

In this article, we will show how to drive a 7 segment LED Display using a PIC16F690 microcontroller. This PIC16F690 microcontroller chip is actually a part of the PIC2 Starter Kit, so we will actually be using this starter kit to drive the LED Display. A 7 Segment LED Display is an electronic device that […]