Vacuum Tube Tesla Coil

[xellers] may have been in 8th grade when he built this vacuum tube tesla coil, but he did a fantastic job. Unlike most of the tesla coils we have shown, this one doesn’t use a high current transformer from a neon sign. Instead, he’s gone the direction of vacuum tubes. He spent a total of about $125 which isn’t too bad. Most of us could reduce that cost by scrounging from our parts bin.

Neon Lamp And Other Crazy Clocks

Quick quiz, what came before transistors? Why vacuum tubes of course. If this clock doesn’t make you thankful for the luxury of integrated circuits, nothing will.

We had never heard of using Neon Lamps as logic circuits, and they definitely produce a much cooler effect when counting.
[Thanks Philippe]

And finally, we’re just suckers for a good Nixie Clock. The scope clock is also pretty interesting.

194 Transistor Clock Will Blow Your Mind

It’s nice to have tip put on our desks that we think everyone, yes everyone can enjoy. The Transistor Clock is just as its name implies, A clock that doesn’t rely on ICs. 194 Transistors, 400 resistors, 566 diodes, and 87 capacitors are all that makes this clock tick – no programing, and most importantly no Arduino. The clock is offered as a kit, but there is a complete parts list and manual (including debugging help) so anyone can build (and fix) their own. The Transistor Clock might even beat out the VFD Clock and the Word Clock on the ‘pure awesome’ scale, tell us your favorite in the comments.

[Thanks Hoopstar]

Beginner Concepts: Binary-coded Decimal

A rudimentary understanding of digital logic and simple integrated circuits is critical if you’re ever going to pull off some really gnarly hacks. [Daniel] put together an explanation about the use of 4511 BCD 7-segment drivers. These chips take binary data in and output decimal data to a 7-segment LED display. In short, they can read 0b1001 from input pins and light the numeral ‘9’ on the display. The best part is that you can build this example circuit in the Atanua logic simulator without ordering parts. We love zero-cost learning!

Laser-cut Puzzle Box

One of our fondest memories from the 1980’s is watching Magnum P.I. on television. Higgins, Magnum’s employer, had a puzzle box that Magnum could never figure out how to open. Now you can laser cut a puzzle box for yourself and recreate some scenes from television’s glory days.

The design for the box pictured above is not new. The plans for the Cubey 2 project have been around for a while but relied on your mad-woodworking-skills to turn out the pieces. Since we’re not great with a chisel we were happy to see vector graphic and encapsulated postscript files to robotically aid in production. Once the puzzle parts have been assembled a facade is adhered onto each side to hide the pieces. This means you can go for Higgins’ traditional puzzle-box look or sport the hellraiser.

Qube, Not An Arduino Clone

What allows the everyday user to tinker with microcontrollers, IO, interrupts, serial communication, and even analog readings? How about individual modules that add the ability to communicate over bluetooth or add LCD support? If you were thinking Arduino, you would be wrong. It’s actually [Nilok’s] Qube, which at first seems like another Arduino clone however the Qube is based on PIC – not AVR. Another difference is the sweet black anodized case the Qube is planned to be put in.

While all this seems amazing at first, there is of course a catch – it looks like the first models are pre-order only for staunching price of $70! Sorry, but Arduino wins at half the cost.

Regardless, [Nilok] has documented the entire process and it’s amazing to read through; he even includes some guides on solder paste and bootloading USB. And who knows, maybe he’ll release open source. His site seems a little slow, we recommend the Google Cache.

RFID Emulator

[Alexander] built an RFID emulator. It uses a wire coil (not pictured here) and an ATmega8 to represent any tag that is EM4001 compliant. This iteration requires connection to a computer to send the tag ID information to the microcontroller. In the video after the break it looks like he’s using a DIY RFID reader to test this. If the two were combined, cutting out the need for a computer, he would have an RFID spoofer on his hands.

Continue reading “RFID Emulator”