This text describes how to build my PIC16F84 based game system, before you start you should read through the whole text one time. Note that many components are sensitive to too much heat and will get damaged if you heat them too much when soldering. The drawn placement images show components to mount in each […]
Projects
Interfacing the AT keyboard.
PC Keyboard Theory The IBM keyboard you most probably have sitting in front of you, sends scan codes to your computer. The scan codes tell your Keyboard Bios, what keys you have pressed or released. Take for example the ‘A’ Key. The ‘A’ key has a scan code of 1C (hex). When you press the […]
Pulsing Hubby Detector using PIC12f683 microcontroller
Pulsing Hubby Detector This project uses an RF receiver module to trigger a pulsing LED Heart when the transmitter comes within range. I made this for my fiance for Valentine’s Day this year. I have yet to fully test the range, as I haven’t actually taken the transmitter out of our apartment building since I […]
PIC Game System
This page describes a PIC16F84-based video game system I made and first published back in the beginning of 1998. Now, beginning of 2007, nine years later I’ve updated the layout of the PCB and also updated the source code to also be able to run on a PIC16F628A as Microchip is phasing out the 16F84 […]
Poor man’s counter using PIC16F84 microcontroller
Background Most multimeters can measure frequency, but they are not sensitive and the max frequency is not always so high. The same problem can be found with older frequency counters. This project will describe a prescaler which will work up to 2.5GHz and with very high input sensitivity. The prescaler will divide the input frequency […]
How to make a ‘Propeller Display’ using PIC microcontroller
This is my first post Related to Projects and today i will describe ‘Propeller Display’ project. Me and my friend Rushi, we both made ‘Propeller Display’ project during our under-graduation. Below is the photo of the project. Project uses Microchip PIC16F84A Microcontroller. Below is the brief specification for same. 18-Pin, 8-bit microcontroller Operating Speed – […]
Pic 16F676 ICSP programing socket for the PICkit 2 programer
I’m trying to build this dual DC motor module for my robot project And I did not have the space for placing an ICSP pin header on the PCB. So i quickly mocked up this design. Step 1: Geting the parts Well to build the ICSP socket with header for the PICkit 2. We need […]
Max the Spider – powered by LEGO and PIC microcontroller
So Max the spider visited us in the lab today, and wanted to get into the halloween spirit. “I’d like to drop down on people in the elevator,” he smirked, in a way only a spider could. “I’ve got just the thing,” I winked, and put a little something together. You’re looking at a clear […]
Open Source Framework for USB Generic HID devices based on the PIC18F and Windows
Introduction If you’ve dabbled with PIC18F microcontrollers and the USB Generic HID standard before (perhaps you’ve even tried my Building a PIC18F USB device project) then you will have noticed that there is a lot of complexity in supporting USB on both the PIC18F and the Windows host-side of things. Getting beyond the basic steps of […]
Mechanically scanned laser display using PIC17F877
Abstract This application is a very cheap solution for displaying text messages on a solid or semi-opaque surface by using a laser beam. The main goal was to verify the possibility to build a simple and cheap display for displaying large text. The basic idea was to use only one light source (a laser beam) […]