Projects

CAD design of Flippers and Actuation Mechanism

PIC BALL MACHINE

Introduction Our ECE 4760 final project is PICBall: a PIC32-powered, old-school pinball machine! When trying to come up with a project that would encompass multiple parts of the class, we figured a more physical project (as opposed to virtual project) would be the most fitting. At the same time, per the recommendations given on the […]

Candle Simulator

Candle Simulator using PIC12F675 microcontroller

Description The aim of this project is to create a credible simulation of the light of a candle. Candle light is usually warm and waves slowly with random oscillations caused by the air flowing in the surrounding environment. Using a random number generator to modulate a light emiter like a LED or a light bulb […]

RGB with voltage control

Power Pic RGB with voltage control using PIC12F675

Power Pic RGB with voltage controlis a circuit that generates many colors using a RGB LED and those colors can be changed using two independent voltages, supplied by some external device, in order to select the color (Hue) and its intensity (Value)! The idea originally came from Artur Grycuk who wanted to interface his Theremin Music […]

I2C keypad

I2C keypad using PIC18F4550 microcontroller

I2C keypad This instructable explains how to interface with a 4×4 keypad over an I2C bus. I started this project because I wanted some plug and play input and output modules for easy and fast prototyping of my electronics projects (mostly with PIC microcontrollers). Of course you can use leds and dip switches but they require lots […]

PIC32 System

SmartCube DOLORS

Introduction DOLORS is a smart lamp that, paired with a Raspberry Pi, is capable of showing live weather information upon request, such as the temperature and sky condition. Additionally, it provides dynamic animation modes with vibrant colors and computer vision features. The main reason for building the SmartCube DOLORS was to have an easily accessible […]

LED Binary Clock

LED Binary Clock using PIC16F628A microcontroller

LED Binary Clock This is the second revision of my PIC based LED binary clock. The original version was the first PIC project I attempted, it used a PIC16F84A to do both the timekeeping and control the display matrix, unfortunately it didn’t keep good enough time and gained about a minute every week. This second […]

Twitter Watcher

Twitter Watcher, the #twatch using PIC18F67J60 microcontroller

The #twatch scrolls the latest trending topics from Twitter on an LCD screen. It’s a stand-alone network appliance that stays updated without a PC. It was awesome to watch #iranelection, Michael Jackson, and other historic events scroll by while we developed the #twatch. This Instructable documents the #twatch hardware and design. In addition to a […]