Tuesday, February 3, 2009

Scrubs lights

I have used a PICAXE 18x on Patches to control servos but I had yet to try one for LEDs.
I used my new soldering skills to attach some cheap 18awg cord to the board then...
...hooked up the chip to my PC and uploaded this simple program to make sure all the channels worked.

main:
let pins=%11111111
pause 1000
let pins=000000
pause 1000
let pins=%11111111
pause 3000
let pins=000000
pause 500
goto main

So far so good, at least with the LED i found in a junk drawer. LOL Now I just need to go buy some LEDs that I can actually use in Scrubs. I think I will also make a custom front light for inside the front bubble instead of the current stock light.

No comments: