Projects

RGB LED Color Cycling Circuit

RGB LED Color Cycling Circuit

How to re purpose a the RGB LED color cycling circuitry from a Glade LightShow air freshener. I was in the process of creating a red, green , blue color cycling circuit based on a PIC microcontroller when I spotted the Glade LightShow air freshener. I wanted to know if it could be hacked up […]

RGB LED Color Cycling Circuit Read More Β»

One chip sound player.

One-chip sound player.

The purpose of this project was to create a sound player that can play high quality sound using nothing but a single chip (plus an SD card for data storage). The chosen microcontroller was the PIC12F1840. It was chosen because of its fast clock rate (up to 32 MHz). Since microchip PICs have this atrocious

One-chip sound player. Read More Β»

Computer Controlled Star

Computer Controlled Star

In this instructable I am going to show you how to build a Star with 64 LEDs. The Star operates by itself but the operation mode can be changed when connecting it to a computer via a serial (RS232) interface. After reconfiguring the Star via the computer, the Star will use the new operating mode

Computer Controlled Star Read More Β»

Data logging with an EEPROM

Data logging with an EEPROM

Contents Β Β  1 Original Assignment 2 Overview 3 Circuit 4 Code 4.1 PIC Code 4.2 Matlab Code 5 Example Output 6 Further Reading Original Assignment Your task is to use the PIC to log data from an analog input on an EEPROM, and after the data collection is over, to send the data back from

Data logging with an EEPROM Read More Β»