Halloween is only a few days away. We're getting into the spirit by building a remote control color changing pumpkin. Channel buttons 0-8 on the remote toggle the colors of the rainbow. Button 9 activates an 'angry pumpkin' mode that flashes a scary red strobe for a few seconds.
It uses a minimal PIC 18F2550 circuit that decodes the remote control signals and drives a ShiftBrite color changing LED module. The F2550 is a USB PIC with a USB bootloader, so it's technically a USB upgradable pumpkin too.
Happy Halloween from Dangerous Prototypes!

InstructJS.load(['imagespot'], function () var spot = ImageSpots.get('spot87718'); $("imgThumb_spot87718_FQ1U7THG1BB7QS4").observe("click", function() ImageSpots.show( 'spot87718', 'FQ1U7THG1BB7QS4' ); $("imgThumb_spot87718_FCWGNQXG1BBC82B").observe("click", function() ImageSpots.show( 'spot87718', 'FCWGNQXG1BBC82B' ); $("imgThumb_spot87718_FA9KN46G1BBHHZD").observe("click", function() ImageSpots.show( 'spot87718', 'FA9KN46G1BBHHZD' ); To View All Steps on one page,
Go Pro Today!
step 1IR receiver
A PIC 18F2550 microcontroller decodes RC5 infrared remote control signals, and sends instructions to a ShiftBrite color-changing LED module. We used a PIC development board…
step 2LED and firmware
The color changing LED is a ShiftBrite module from Macetech.com. It’s driven by three PIC pins and powered by a 5volt supply.The PIC firmware is a simple timer and interrup…
step 3Shaking top fail
We tried to make the top of the pumpkin shake in angry mode using offset-weight rumble motors from a game control pad. It wasn't violent enough to look good in a video, tho…
step 4Happy halloween!
Happy Halloween from Dangerous Prototypes!
Related Videos
http://www.instructables.com/id/Remote-control-color-changing-pumpkin/