Stream Image

The cables I have are not good enough for the power these LEDs uses. They are probably rated for 12V at 1A, and this is 6A.

photo

My LED kit I bought wasn't designed correctly. The LED strip they used is 6A and the power supply they provided is 5A. If you were to add the controller to it, it's way over the AMP rating of the power supply. Because they didn't design it for the AMPs that is being used, it melted and I ended up th...

Posted details and source code for my Nixie Clock to github https://github.com/GRMrGecko/NixieClock

PiTroller is my new project, the LEDs you see there have been replaced with better ones but you get the idea.

photo photo Here is a video of it working.

So. I had struggles figuring this out, so I will explain the details here for people who want to know how.

  1. create a USB flash drive following http://www.sevenforums.com/tutorials/46707-ms-dos-bootable-flash-drive-create.html
  2. Modify the board to prevent contact of the 2 pins mentioned here ht...

The code for the clock is pretty much done. I made it really simple to communicate with all the different nixie tubes. You simply call the function bool Nixies::initialize(unsigned int theSerialPin, unsigned int theSerialClockPin, unsigned int theRegisterClockPin, unsigned int theNixieCount) on th...