RGB Chandelier May Not Fly With The Wife

We understand where [Craig] is coming from, leaving no stone unturned when looking for new electronic projects to occupy his time. He tried to convince his wife that they needed a light show to accompany dinner, and while she was skeptical he went ahead and built this remote control RGB chandelier anyway.

He recently purchased fifteen feet of RGB LED strip and has since been trying to use it in his projects. What’s interesting is that he didn’t make direct use of the strip. Just 10 of the LED packages were used. He desoldered and extended each wire leads and used one of the driver chips to address them all. The main body of the light fixture is a triangle, and out of each side two test tubes host one LED each. To diffuse the light [Craig] mixed up some resin and laced it with glitter. Once hardened the resin holds the LEDs firmly in place. The glass shade in the center of the fixture hides four more LEDs.

[Craig] uses a remote control from a Roku box to control the chandelier. An IR receiver is monitored by an Arduino which drives the LEDs accordingly. After the break you can see a demonstration of the completed project. Unfortunately it doesn’t provide as much light as they need. We’d suggest an upgrade along these lines.

Continue reading “RGB Chandelier May Not Fly With The Wife”

Convert A Speaker To A Battery-powered Amplifying Party Box

[Matt the Gamer] loved his pair of Minimus 7 bookshelf speakers. That is until a tragic hacking accident burned out the driver and left him with a speaker-shaped paper weight. But the defunct audio hardware has been given new life as a single portable powered speaker. Now he can grab it and go, knowing that it contains everything he needs to play back audio from a phone or iPod.

The most surprising part of the build is the battery. [Matt] went with a sealed lead-acid battery. It just barely fits through the hole for the larger speaker, and provides 12V with 1.2 mAh of capacity. He uses an 18V laptop power supply when charging the battery. The PSU is just the source, his own circuit board handles the charging via an LM317 voltage regulator. Also on the board is an amplifier built around a TDA2003A chip. He added a back panel which hosts connections for the charger and the audio input. Two switches allow the speaker to be turned on and off, and select between battery mode and charging mode. As a final touch he added a power indicator LED to the front, and a drawer pull as a carrying handle.

Fauxrarri Is The PPPRS Champion

The Power Racing Series (PPPRS) is an electric vehicle competition with a $500 price ceiling. This is Fauxarri, the 2012 Champion. It was built by members of Sector67, a Madison, WI hackerspace. To our delight, they’ve posted an expose on the how the thing was built.

It should come as no surprise that the guys behind the advance electric racer aren’t doing this sort of thing for the first time. A couple of them were involved in Formula Hybrid Racing at the University of Wisconsin. That experience shows in the custom motor controller built as an Arduino shield. It includes control over acceleration rate, throttle response, and regenerative braking. But you can’t get by on a controller alone. The motors they used are some special electric garden tractor motors to which they added their own water cooling system.

If you want to get a good look at how fast and powerful this thing is head on over to the post about the KC leg of PPPRS (it’s the one towing a second vehicle and still passing the competition by).

Building A Casting Furnace With Heat Exchanger

This completely DIY casting furnace turned out just great thanks to all the work [Biolit11] put into it along the way. He wanted to replace his older furnace with one that was more efficient, and to that end he built a heat exchanger into the design. This way the exhaust will preheat the intake air.

The furnace itself started with the shell of an old electric water heater. Excluding the design process, the majority of the build involved mold making. For circular parts he’s using quick tube, the paperboard forms used for pouring concrete footings. For more intricate parts he shaped polystyrene. They are layered in place and high-temperature cement is poured to form the permanent parts. After it hardens the polystyrene can be removed in chunks.

The heat exchanger is the part to the left. It includes several wide, flat pipes made of cement for removing the exhaust. Around those pipes a snaking metal chase carries the intake air which picks up the heat as it passes over the exhaust pipes.

For his first run with the new furnace he melted down a bunch of scrap aluminum and poured ingots.

[Thanks DC3]

Writing Javascript Without Using Any Letters Or Numbers

Did you know it’s possible to write Javascript code without using any letters or numbers at all? Well, it’s not just Javascript, but that’s the language used in this demonstration. [Patricio Palladino] shows how code can be written using just eight characters, and all of them are punctuation marks.

Typecasting is the name of the game here. By starting out with an empty array formed by a pair of square brackets, [Patricio] can generate the number zero by casting the array with the plus sign. From there he can use an exclamation point (a boolean cast) and addition to generate any number. The image above is an example of the digits 0-9. This would get very tedious for larger numbers but there’s another shortcut. Cast the digits to strings, concatenate them, then cast back to a number and you’re in business.

The technique is fascinating, and basically unreadable. As a proof of concept he wrote a parser that will convert any Javascript into this hieroglyphy. Check out his Github repository to give it a try.

[via Reddit]

Hackaday Links: August 12, 2012

License plate tablet rack

[Hunter Davis] used an old license plate as a tablet stand. It loops around the leg of his laptop table and has a cutout for the power cord of the tablet.

More power power wheels

It may look stock, but this power wheels is hiding a new frame, motors, and tires. You won’t see it in the Power Wheels Racing Series, but it is a ton of fun for this lucky kid.

Surveillance camera chess

Want to play a game? A yellow briefcase hijacks surveillance camera feeds and lets those monitoring them play chess via text message.

ATX bench supply looks like a bench supply

Here’s another rendition of an ATX bench supply. [Ast] rolled in a voltmeter for the variable voltage plug, and an ammeter to finish off the hack.

Lync auto-responder to fool the bossman

In a move reminiscent of [Ferris Bueller], [Sepehr] coded a Lync auto responder to answer the boss when he sends an IM.

A Custom Monitor Mount Built From Wood

[LuckyNumbrKevin] wanted an epic monitor array of his own but didn’t really have the desk real estate to pull it off. His solution was to build a three computer monitor mounting rack with a relatively small footprint.

The design started with some virtual test builds using SketchUp. Once he had it dialed in he began transferring measurements for the base onto some plywood. The rest of the parts are built using dimensional lumber. As the project shaped up he wrapped the edges of the plywood with some trim, and gave the piece a good sanding. After a few passes with a dark stain he was ready to mount the monitors he bought from Newegg.

[Kevin] left a comment in the Reddit thread about the parts cost for his design. Including the monitors, this came in under $300. That does not include the Nvidia graphics card which is capable of driving the trio.