Projects

Video Clock

Video Clock Superimposer using PIC16C711

About the Project As a followup to my VCR Pong project, here is a gadget that is actually useful in the Real World! It superimposes the time of day, in “HH MM SS” format, in the bottom right-hand corner of an existing video signal. My friend Scott uses it with his home security system. In […]

Interfacing16X2 LCD with PIC Microcontroller schematic

Interfacing16X2 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 […]

Project Board

Project Board using PIC18F2550 microcontroller

The new PIC18F2550 Project Board was designed as the development platform for student projects. The board features MCU: PIC18F2550 with external xtal, ADC: one channel 0-2.5V sigma-delta converter, Linear Technology LTC2400/LTC2420, 6-channal 10-bit ADC 0-5V, Display: Two connectors for text LCD or GLCD, USB: onchip USB port with type B connector, Power supply: onboard low […]

PIC microcontroller Beginner’s guide Basic connection circuit schematic

PIC microcontroller Beginner’s guide: Basic connection circuit

What is a pic microcontroller? The PIC microcontroller is a low cost ‘computers on a chip’ manufactured by Microchip. They allow electronic designers and hobbyists impart intelligence and logic to a single chip for special purpose applications and products. The PIC microcontroller programming is done using the popular software ‘Mikro C’. This powerful yet easy to […]

Cooper Bills csb88 and Anish Borkar ab673 schematic

Cooper Bills (csb88) and Anish Borkar (ab673)

Introduction The Handy Lab Buddy is a tool every ECE should have. The four features of this tool include a talking voltmeter, logic probe, voltage averager, and frequency measurer. As a cheap and accurate device that outputs whatever being measured through speakers, it’s one of its kind and an essential tool for lab work. Summary […]

simple logic device

Voltage programmable simple logic device using PIC12F675

Description Here’s another daft yet interesting PIC12F675 idea I came up with. When I wanted to show someone how logic gates worked I could only find a NAND gate which wasn’t very handy for demonstrating AND’s OR’s, NOR’s and ExOR’s.  I also wanted to have a play with the A/D converter on the 12F675 so […]

VCR Pong

VCR Pong using PIC16C711 Microcontroller

About the Project Here is a fascinating and nostalgic project that kept me up many, many nights last summer (creating it, not playing the game!). I had long thought it would be exciting to try to generate video from a PIC, and with built-in A/D converters available for the paddles, the game of Pong seemed […]

Electronic Code locking system using PIC 16F877 Mircocontroller schematic

Electronic Code locking system using PIC 16F877 Mircocontroller

Electronic code locking system is extremely useful in protecting our precious possessions and can be installed anywhere with bit of engineering in it. We are widely familiar with the Password based e-locks and might have installed in our house. But we are going for Electronic locks made by any company when you can make one […]

Temperature Sensor

Quozl’s Temperature Sensor Project using PIC12C509

Introduction Just a handful of components builds an 8-pin microcontroller based circuit for temperature logging via a serial port; small, fast, and acceptably accurate. Features provides real-time data to your computer via serial port, interfaces up to four DS1820 temperature sensors, absolute accuracy near 0.5 degrees celcius (as per DS1820 specifications), relative accuracy near 0.01 […]

IO Controller with serial port CLI

IO Controller with serial port CLI using PIC16F627A

This code runs on a PIC 16F627A or 628A (and A.F.A.I.K 627/628 parts).  It uses the serial USART on the PIC to communicate with a PC. Through this a simple CLI (Command Line Interface) is implemented that allows commands to be sent to the PIC to control output lines and read and return the status […]