Direct To PCB Inkjet Printing

[Rhys Goodwin] has been working on a system to print resist onto copper clad using an inkjet printer. This is a toner transfer alternative as it still uses toner, just not quite as you’d expect. The first step is to modify an inkjet printer, separating the carriage from the feed rollers in order to increase the clearance for the substrate. Instead of printing with etch resistant ink, as we’ve seen before, [Rhys] prints with black ink and then covers the board (ink still wet) in laser toner. Once there’s good adhesion he blows off the excess and bakes the board in a sandwich press, with spacers to keep the iron from touching the surface of the copper clad. This cooks the resist into a hard plastic layer and the board is ready for the acid. Watch him walk you through the process after the break.

[Rhys] uses the same method for silk screen, printing in red and baking the ink onto the substrate without added toner. This produces a nice looking board but it’s still quite a bit of work. It certainly sheds more light on the process than that laser-printer method from back in May. We hope you’ve been inspired by this and come up with the next innovation that makes this process easier.

Continue reading “Direct To PCB Inkjet Printing”

Debug Mode Lurking Inside AMD Chips

Looks like some hardware enthusiasts have worked out a method to enable debug mode within AMD processors. The original site isn’t loading for us, but the text has been mirrored in this comment. Getting the chip into debug mode requires access passwords on four control registers. We’ve read through the writeup and it means very little to us but we didn’t pull out a datasheet to help make sense of the registers being manipulated. It shouldn’t be hard to find an old AMD system to try this out on. We’d love to hear about anything you do with this debug system.

[via Slashdot]

Kinect And TISCH Combined For Multitouch

[Florian] sent a link to his proof of concept in creating a multitouch display using the Kinect. He’s the one behind the libTISCH multitouch package and that’s what he used to get this working along with the recently released Kinect drivers. He did this on an Ubuntu machine and, although it’s not a turnkey solution he was kind enough to share some rough directions on accomplishing it yourself. Join us after the break for his instructions and some embedded video.

Continue reading “Kinect And TISCH Combined For Multitouch”

Lots Of Spinning POV Goodness

[Retrobrad’s] spinning POV display has long been our favorite. When it popped up on our radar again this morning we were surprise to see we never ran a feature on it! But now there’s so much more to share. Hit the projects icon at the top of his page and you’ll not only get the 8×85 RGB display’s build instructions, but he’s also built a 32×64 pixel spinning display.

Even if you’re not going to make one of these, he explains some pixel-graphics techniques that are useful in other instances. Check out his video on using spreadsheets for creating the hex arrays necessary for each frame the 8×85 display. It’s embedded after the break along with demos of the two displays.

Continue reading “Lots Of Spinning POV Goodness”

Nixie Tubes Live In A Cool Box

This set of four Nixie tubes display the number of people following bildr on Twitter. That’s neat; it uses an Arduino and some open source driver boards. But what caught out eye is the enclosure. The image above shows only half, but when assembled it’s a nice little cube that keeps the insides safe. This was laser cut using the Ponoko service and kicks off a design contest. Come up with the best idea for using 4 Nixies, their drivers, and $50 worth of Ponoko’s services and they’ll give you the materials to make it happen.

Help Me Reverse Engineer An LED Light Bulb

hack LED bulb

I went to the last monthly meeting of Sector 67, a hackerspace in Madison, WI. One of the things shown off was a color changing LED light bulb that Menards was clearing out for $1.99. Inside there’s two RGB LEDs controlled by an ATtiny13 and powered by an AC/DC buck converter. An ATtiny13 will run you around $1.25 by itself so this price is quite amazing. I grabbed a couple of these bulbs and set to work on them. Join me after the break to see what I’ve got so far.

Update: read a follow-up to this post.

Continue reading “Help Me Reverse Engineer An LED Light Bulb”

Nixie Frequency Counter Gone Timepiece

nixie clock hack

[Windell] of Evil Mad Scientist Laboratories took an ancient Nixie tube based frequency counter and converted it into a clock. The unit he got his hands on is an HP model that was still in great shape. He’s using an internally generated one second pulse as the clock signal, but some modifications are necessary to display time. That’s because the frequency counter is base 10 and clocks use a quirky combination of base 60 and base 12.

It wasn’t too much of a problem to rig up a system to track minutes and seconds. The tens digit for each is monitored by a couple of AND gates that he added to the mix. When they detect a ‘6’ the digit is reset and a pulse increments the next digit as the carry. This is more difficult to accomplish with the hours though. Minutes and seconds count from 0 to 59 but hours don’t start at 0. Instead of over-complicating the logic [Windell] used a bit of slight-of-hand. The Nixie tubes for the hours have been rewired so that when the counter is at 0, the filament in the shape of a 1 lights up. No difference in logic, just a translation that makes them display one digit higher than the actual count.