The Champagne Of Light Bulbs

We’re all used to making our own lighting projects. Triac dimmers, LEDs, Neopixels, EL wire, there is a huge array of lighting components and technologies at our fingertips. But how many of us have made our own lighting rather than buying off-the-shelf? [Confined Maker] set out to do just that by creating an incandescent light bulb from scratch, and since he’s obviously a hacker with a bit of class he did it in an empty Dom Perignon champagne bottle.

It might seem a daunting project, but as he shows us in the video below the break, it turns out to be surprisingly straightforward with no exotic tooling required. He starts by winding a fine coil of thin tungsten wire round a dowel to act as his filament, before bringing a pair of enameled copper wires through holes drilled in the base of the bottle and out of the neck. The ends of these wires are then spliced to his filament and secured with conductive epoxy before the whole assembly is carefully slid back into the bottle. The holes are caulked with silicone, and the bottle is then carefully charged with argon. Argon is heavier-than-air, so he can do this on the bench with nothing more than a bicycle tube inflator and a drinking straw. The bottle is then sealed with a cork and more silicone, and his bulb is ready.

The first power-up with 120V mains power sees a puff of smoke inside the bottle as a coating on the tungsten is vapourised, but after that the bulb does its job well. He’s concerned about his epoxy melting, and the filament has moved to one side of the bottle so he’s not sure about the lifetime he can expect, but to make a working light bulb with such basic equipment is still an impressive accomplishment. His video below the break is eleven and a half minutes long, but well worth watching every minute.

Continue reading “The Champagne Of Light Bulbs”

Dumbing Down A Smart Switch

Internet of Everything is the way to go for home automation these days. ITEAD makes an ESP-8266 switch that IoT-ifies your appliances. If you still have an ancient, 433 MHz style radio switch system, they even make one that does WiFi and 433 MHz. But if you’re too cheap to shell out for the dual-mode version, you can always add a $1 433 MHz radio yourself. Or at least, that’s what [Tinkerman] did.

IMG_20160522_163814x_thumbnailAside from the teardown and reverse-engineering of the WiFi-enabled switch, [Tinkerman] also flashed custom firmware into the switch’s ESP-8266, and worked it all into his existing home Node-RED framework. Now he’s got more possible ways to turn on his living-room lights than any person could possibly hope for!

If you want to get into this whole WiFi-based home automation game, you could do worse than to have a look at the series we ran on MQTT just a little while ago. Seeing [Tinkerman]’s Node-RED demo makes us think that we’ll have to give that a look for our home system as well.

Hackaday Prize Entry: Open Source FFT Spectrum Analyzer

Every machine has its own way of communicating with its operator. Some send status emails, some illuminate, but most of them vibrate and make noise. If it hums happily, that’s usually a good sign, but if it complains loudly, maintenance is overdue. [Ariel Quezada] wants to make sense of machine vibrations and draw conclusions about their overall mechanical condition from them. With his project, a 3-axis Open Source FFT Spectrum Analyzer he is not only entering the Hackaday Prize 2016 but also the highly contested field of acoustic defect recognition.

open_fft_machineFor the hardware side of the spectrum analyzer, [Ariel] equipped an Arduino Nano with an ADXL335 accelerometer, which is able to pick up vibrations within a frequency range of 0 to 1600 Hz on the X and Y axis. A film container, equipped with a strong magnet for easy installation, serves as an enclosure for the sensor. The firmware [Ariel] wrote is an efficient piece of code that samples the analog signals from the accelerometer in a free running loop at about 5000 Hz. It streams the digitized waveforms to a host computer over the serial port, where they are captured and stored by a Python script for further processing.

From there, another Python script filters the captured waveform, applies a window function, calculates the Fourier transform and plots the spectrum into a graph. With the analyzer up and running, [Ariel] went on testing the device on a large bearing of an arbitrary rotating machine he had access to. A series of tests that involved adding eccentric weights to the rotating shaft shows that the analyzer already makes it possible to discriminate between different grades of imbalance.

The HackadayPrize2016 is Sponsored by:

Making A Networked 32X32 LED Panel Case

[Adam Haile] of [Maniacal Labs] is at it again, whipping up some LED weirdness. This project is smaller than most of his work, though: he has made a nice case that holds a 32X32 LED matrix screen, the controller, and a Raspberry Pi. Check out the build and a brief demo in the video below.

This nice 3D printable design, called the Jumbo1K, would be a good starting point if you are looking to make something with one of these screens, as it provides easy access to all of the ports on the Pi for programming, debugging and networking the device without ruining the look. It does this with a neat trick, using the keystone jacks that you put in your wall when you are rewiring your house.
Continue reading “Making A Networked 32X32 LED Panel Case”

Cheap And Effective Dune Buggy Wheel Chair

[masterfoo]’s mother-in-law suffers from a bad hip which would have sidelined her participation in the Fourth of July festivities. As a testament to the power of family and ingenuity, [masterfoo] built her a beach-capable wheel chair to give her some off-roading capability.

The frame is built out of 1.5″ PVC piping and the tires are 20×8-8″ inner tubes for ride-on lawnmowers. The lawnmower  wheel inner tubes were cost-effective and fit the purpose, saving the need for the more expensive purpose-built-for-the-beach Wheeleez tires. They also have a fluid inside that plugs small punctures which will come in handy against he beach’s small cacti and other flora. This video was their guide for the foam insulation and plywood wheel assembly, also employing the handy man’s secret weapon to protect the tube from the rim’s plywood edge. Check it out in action!

Continue reading “Cheap And Effective Dune Buggy Wheel Chair”

Paper Tape Drive For A Live Performance Music Box

Music is a mystery to some of us. Sure, we know what we like when we hear it, but the idea of actually being able to make it baffles us. And the idea of being able to build new instruments to create it, like this paper-tape programmable music box (YouTube, embedded below), is beyond impressive.

You’ll no doubt remember [Martin Molin] of the group “Wintergatan” and his astounding marble madness music machine. This instrument is on a much more modest scale and is centered around an off-the-shelf paper tape music box. But the cheap plastic drive gears kept failing under performance conditions, so [Martin] headed to what appears to be his cave-based workshop and started grinding. He prototyped a new paper drive from Lego Technics, and while it worked, it needed help to pull the paper. What followed was an iterative design process that culminated in a hybrid of plastic and metal Technic parts that drive the paper reliably, and a musical instrument that’s much more than just a tinny wind-up music box. Hear it in action below with another new instrument, the Modulin, which sounds a little like a Theremin but looks like – ah, just watch the video.

The build video hints at more details to come, and we’re hoping for a complete series like that for the marble machine. We’d also love to see details on the Modulin too – if there ever was a hacked musical instrument, that’s it.

Continue reading “Paper Tape Drive For A Live Performance Music Box”

LuaRadio Brings More Options To SDR

GNURadio is the swiss-army-knife of software-defined radio suites: it does everything and anything. It has a great GUI overlayer that makes creating radio flows fairly simple. There are only two areas where we could quibble with the whole system — it’s a gigantic suite of software, and it’s a lot harder to code up in Python than it is to use the GUI.

[Vanya Sergeev] started up his LuaRadio project to deal with these shortcomings. If you’re looking for the full-GUI experience, you’re barking up the wrong tree here. LuaRadio is aimed at keeping things easy to code and keeping the codebase small and tidy.

That doesn’t mean that it departs entirely from GNURadio’s very successful flow-graph programming paradigm, however, and if you’re comfortable with the procedure of hooking up a signal source to a filter block to an output, you’ll be doing fine here as well. Check out the obligatory FM radio demo — the “hello world” of SDR — and you’ll see how it works: instantiate the various blocks in code, and then issue “connect” commands to link them together.

LuaRadio’s main selling points are its size and the ease of programming it by hand. It’s got great documentation to boot. It’s written as a library that’s embeddable in your C code, so that you can write standalone programs that make use of its functionality.

LuaRadio is a new project and it doesn’t have a GUI either. It may not be the ideal introduction to SDR if you’re afraid of typing. (If you are new to SDR, start here.) But if you want to code up your SDR by coding, or run your radio on smaller devices, it’s probably worth a look. It’s at v0.1.1, so we’re looking forward to hearing more from LuaRadio in the future. Any of you out there use it? We’d love to hear in the comments.