Projects

Iron in the Fire II

Iron in the Fire II

In my previous post, I write about an LED matrix for a marquee. The display itself is a two-board solution, the second board or ‘daughterboard’ piggy-backs on some pin headers from the display board. This second PCB provides the control interface and logic for handling these 64 leds, and passing along control data to any […]

Iron in the Fire II Read More »

Schematic rotary switch

How to interpret the direction of rotation from a digital rotary switch with a PIC using PIC16F877A

How to interpret the direction of rotation from a digital rotary switch with a PIC The objective for this Instructable is to illustrate how to interface a digital (quadrature coded) rotary switch with a microcontroller. Don’t worry, I’ll explain what quadrature coded means for us. This interface and the accompanying software will allow the microcontroller

How to interpret the direction of rotation from a digital rotary switch with a PIC using PIC16F877A Read More »

Water Filter Controller

Water Filter Controller

As a fan of taking my dihydrogen monoxide in straight, uncut, uncorrupted liquid form, I purchased a six stage reverse osmosis filter some years ago. My filter is a few years old now, and the super calcium enriched water we have in Michigan has taken its toll. The filter used to shut off when the

Water Filter Controller Read More »

MintLite Part I

MintLite Part I

MintLite – The Luxeon Powered Mint Tin Flashlight! This idea has been rattling around in my head for more than a month now, and I finally have thought it out enough to do some doodling in Eagle. The basic idea is built around a six watt Luxeon K2. I plan to use a pair of

MintLite Part I Read More »

Interfacing of PIC16F84A with i2c based 24LC64 EEPROM

Interfacing of PIC16F84A with (i2c based) 24LC64 EEPROM (Code + Proteus simulation)

This post provides the code for interfacing 24LC64 EEPROM with PIC16F84A microcontroller. This 24LC64 EEPROM has i2c based interface and PIC16F84A doesn’t have any built in i2c modules, so software i2c module is created in the code. This code is written in C language using MPLAB with HI-TECH C compiler. You can download this code from the ‘Downloads‘ section

Interfacing of PIC16F84A with (i2c based) 24LC64 EEPROM (Code + Proteus simulation) Read More »

LED Matrix Backpack schematic

LED Matrix Backpack

I had purchased some huge (2″) 5×7 matrix a while ago, as part of my led sensor research. They’ve basically been banging around the lab since, getting pins bent and such. So this past weekend, I decided to put them to some other use. Their pin layout is sort of weird, it doesn’t match up

LED Matrix Backpack Read More »