Wall Votive Display Controlled With A Glowing Cube

wall-votive-display

This wall hanging would look great even if it did no more than light up. But thanks to a unique controller it’s meant to work as an interactive display for your living area.

The rectangles and votive candle cups are a set of three store-bought hangings. But lighting the candles and remembering to blow them out was a pain, so [Adiel Fernandez] decided to add the LEDs to make the job easier. But why stop at that, in addition to an RGB light for each cup he made them fully addressable. It’s all the better for a light show, but this also opens up the arena for all manner of different uses.

Accompanying the wall installation is a palm-sized cube meant to sit on the coffee table. Whichever side of the cube us up sets the function for the display, with a rotation tweaking the function, and a fast spin used as a select. If the power icon is on the side facing up, a fast spin will turn the display on or off. There are also functions for weather, temperature, transportation (we were thinking something like a bus schedule notifier but it’s actually a bit different) and animation patterns. After the break you can watch a demo of the cube functionality.

Continue reading “Wall Votive Display Controlled With A Glowing Cube”

7x7x7 LED Cube Driven By Arduino Mega

Sure, the physical build itself looks great, but it’s what [Michael] did with the firmware that impresses us the most. He’s using an Arduino Mega to drive the 7x7x7 cube and manages to squeeze out what he calls 142 frames per second with the setup. We’re not sure FPS is the right measurement, as we believe it’s the multiplexing rate that he’s trying to describle. It takes 144 uS to scan the entire matrix once. He performs the scan seven times per frame and the result is a flicker-free appearance, even to cameras.

You can see a video demonstration after the break. Since [Michael] emailed us directly with more details about the build we’ve pasted those below the fold as well.

If you’re looking for a more entry-level Arduino LED cube this 4x4x4 project is just the thing.

Continue reading “7x7x7 LED Cube Driven By Arduino Mega”

LED Ice Cubes Prevent Alcohol Induced Blackouts

cube

On November 23rd last year, [Dhairya] attended a little shindig at MIT. Three drinks into the night, he blacked out and woke up in the hospital the next day. It was an alcohol-induced blackout, and like all parties at MIT, there’s an ingenious solution to [Dhairya]’s problem.

[Dhairya] came up with an alcohol-aware ice cube made of a coin cell battery, an ATtiny microcontroller, and an IR transceiver are molded into an edible gelatin ice cube. The microcontroller counts the number of sips per drink, and after one glass of adult beverage changes the color of the flashing LED from green to yellow. After two drinks the LED changes from yellow to red, signaling [Dhairya] to slow down.

If [Dhairya] feels the night is too young and keeps on drinking, the IR transmitter signals to his cell phone to send a text to a friend telling them to go take [Dhairya] home.

Less than three weeks after waking up in the hospital, [Dhairya] tested out his glowing ice cubes at another party. Everything performed wonderfully, even if he admits his creation is a little crude. A neat piece of work, and we can’t wait to see an update to this project.

Continue reading “LED Ice Cubes Prevent Alcohol Induced Blackouts”

A Gamecube And N64 Console Mashup

gc

[Hailrazer] over on the Made by Bacteria forums was a bit tired of all his consoles cluttering up the space underneath his TV. No worries, though, because it’s actually fairly easy to combine a Gamecube and an N64 into one system that looks very professional.

While [Hailrazer]’s Gamecube was left reasonably complete, not including the addition of a mod chip and SD card to hold Gamecube disk images, the N64 portion of the build required quite a bit of hardware hacking. After finding a Game Boy Advance player for a Gamecube – a neat hardware add-on that allows you to play GBA games on a Game Cube – [Hailrazer] thought he found the perfect enclosure for an N64 case mod.

The guts of the GBA player were thrown out and the guts of an N64 were carefully filed down to fit inside their new home. An Everdrive 64 holds almost every US N64 release on an SD card, making access to the cartridge port unnecessary.

A switch on the side of the Gamecube toggles the video and audio output between the Gamecube and N64. It’s a neat little setup, and packs two consoles into the space of the tiny Gamecube.

Continue reading “A Gamecube And N64 Console Mashup”

Solving A Rubick’s Cube With LEGO And Popsicle Sticks

solver

We’ve seen automated Rubick’s Cube solvers before, but never one that has garnered as many awards as [James]’ popsicle stick and LEGO Rubick’s Cube solver.\

To keep the project complexity down, [James] opted not to use a webcam to detect the color pattern on each face of the cube. Instead, he wrote a little Python app to manually enter the pattern on each face before letting his algorithm loose on the cube and calculating how to solve it.

So far, [James] has seen a huge amount of success from his project. He entered it in the New Zealand Brightsparks competition netting him $1000. This competition led to a win in the Realize the Dream science competition where he won a major prize and an entry into the International Taiwan Science Fair held early next year. An awesome accomplishment from a budding hacker, and we can’t wait to see what he comes up with next.

You can check out a video of [James]’ cube solver after the break.

Continue reading “Solving A Rubick’s Cube With LEGO And Popsicle Sticks”

Deck The Cubes

deck-the-cubes

[MrBuildIt] has lived up to his name when it comes to this year’s Christmas decorations. He built a rig that spreads Christmas cheer from one end of the cubicles to the other.

In the demo video after the break you’ll see that the system is controlled by a nicely polished Android app. It lets you choose from three different Christmas songs (or no music at all) as Santa Claus makes his rounds. The app includes buttons for switching all of the lights on or off but we think it’s more corny fun to see then turn on as Santa flies overhead.

The sleigh and three tiny reindeer are suspended from a pulley system. When they make it to one end of the office a hall effect sensor serves as a limiting switch. From the look of it you’d think Santa will be flying backwards on the return trip but there is a servo that flips the thing around so that he’s going the right way.

This is quite a gaunlet to have thrown down when it comes to office decor. We’d like to see what geeky thing’s you’ve been doing with your own decorations. Get some details up on the web and send a link our way!

Continue reading “Deck The Cubes”

8x8x8 LED Cube And The Board That Drives It

Check out the LED cube which [Thomas], [Max], and [Felix] put together. But don’t forget to look at that beautiful PCB which drives it… nice! But hardware is only part of what goes into a project like this one. After the soldering iron had cooled they kept going and wrote their own software to generate patterns for the three-dimensional display.

Looking at a clean build like this one doesn’t drive home the amount of connections one has to make to get everything running. To appreciate it you should take a look at this other 512 LED cube which has its wires showing. You can see from the schematic (available in the project repository) that all of these lines are managed by a series of shift registers. The board itself connects to a computer from which it gets the visualization commands. A Java program they call CubeControl can push letters or turn the cube into a VU meter.

The team built at least two of these. This smaller version uses red LEDs, while the larger one shown in the video after the break has blue ones.

Continue reading “8x8x8 LED Cube And The Board That Drives It”