Here is Funky Clock 2.0, well the processor board anyway. I have several PIC18F452 in the PLCC package, so I decided to see if I could get that working. My forth is running on it and I am implementing a new UI for the clock allowing the time to be set using a really cool …
Monthly Archives: January 2011
DeltaSync HU01 decompression code released
I have released an initial version of the DeltaSync HU01 decompression routine on github. See https://github.com/dparnell/hu01 for the code It is AWFUL code, but it seems to work.
PS3
Unless you’ve been living under a rock recently you’ll know that the Playstation 3 is now wide open for home brew code. I’ve been having some fun running my own code on my PS3 🙂 The PSL1GHT wiki contains all the information necessary to set up a development environment.
More on the Funky Clock
I had another one of the LED arrays around the place and decided to see if I could drive it directly from the PIC port pins. It seems I can, and the results are much better than my much more complicated previous setup. Of course it uses up almost all of the PIC18F4550’s port pins. …