Hack a Day's Journal
[Most Recent Entries]
[Calendar View]
[Friends View]
Wednesday, December 25th, 2013
Time |
Event |
12:01a |
Direct, Wall-Mounted Storage with Lasers and Polymorph http://feedproxy.google.com/~r/hackaday/LgoM/~3/2iL2Ow831kY/ http://hackaday.com/?p=110917
We’re sure everyone could use some more storage and organization in their workshop. [Nixie] is no exception, though he also hates sacrificing tabletop space for boxes. His solution was to attach them to the wall directly by hacking together some brackets. This hack allowed him to hang everything without using internal screws which were a pain to get at if he need to removed the boxes from the wall to take with him.
[Nixie] started by laser-cutting a negative pattern for a mounting bracket that would fit the dovetail rails already on the sides of the boxes. He then pressed a piece of polymorph into this mold, slid the bracket along the side of the box…and realized it wouldn’t work. The piece wiggled around too much because it did not sit firmly in the rail. Back at the drawing board, [Nixie] split the project into two steps. He cast the screw-hole portion of the bracket in its own separate mold, then cast the railing part of the bracket directly in the dovetail section of the box, providing him a much higher degree of accuracy. After joining the two pieces, [Nixie] had a sturdy support bracket that he duplicated and attached around the rest of the bins. Filed under: misc hacks, parts, tool hacks | 3:00a |
LED Matrix Mask Will Scare Up Holiday Cheer http://feedproxy.google.com/~r/hackaday/LgoM/~3/bz3GT5xu0gU/ http://hackaday.com/?p=110797
[Davide] sent us this fun LED matrix mask he built using an ATMega8 and 74LS595N shift registers. Each of the eyes is an 8×8 LED matrix, and the mouth is made from two 8x8s. [Davide] used a ULN2803A Darlington transistor array to drive the matrices.
When the user steps behind the mask, an IR sensor detects that a face is within range and activates the facial features. The code randomly runs the eye and mouth patterns. If the user starts speaking, a microphone element detects his voice and a separate speaking mouth pattern is executed.
The mask body and stand are découpaged with pages from Dylan Dog comics. [Davide] says he built the mask years ago, but decided to submit it to the 2013 Inverart Art Fair in Milan. As you can probably imagine, the mask has been a big hit with the kids so far. Stick around to see [Davide]‘s Santa-fied demonstration after the jump. [Davide] didn’t give us any details on that sweet hat, unfortunately.
If you require a better degree of protection or more LEDs, check out this LED helmet.
Filed under: led hacks, Microcontrollers | 12:01p |
CartoLucci: A Candle-Powered Christmas Card http://feedproxy.google.com/~r/hackaday/LgoM/~3/B9HIvIoNP1M/ http://hackaday.com/?p=110560
If you’re looking for a last-minute Christmas present, you probably won’t have enough time to reproduce [Helmar's] candle-powered Christmas card. He’s been working on it for a few years now, since his first prototype in 2010. Though he pieced together the original card with parts lying around his workshop, the most recent iteration looks like it belongs on the shelf in a store.
We last saw [Helmar's] work two years ago, when he shared his Full Color Laser TV. This project is a bit more compact: the circuitry was printed with conductive ink on the cardstock, and all the required components are held together by conductive adhesive. To power the electronics, he decided against a battery and instead chose to embed a solar cell on the inside of the card. Placing a lit candle inside the open card provides enough juice for the exterior of the card to shine.
You can see a video of both the current and prototype versions of [Helmar's] cards after the break.
Filed under: Holiday Hacks | 3:01p |
Spherebot: Decorating Xmas Baubles http://feedproxy.google.com/~r/hackaday/LgoM/~3/LwPMtOnuS_E/ http://hackaday.com/?p=110705
The Spherebot is an open source machine capable of printing designs onto spherical objects, such as Xmas baubles!
The design is based on the ever-popular Egg-Bot, which we have seen derived into many other useful printers such as the Mug Plotter, and the Ping Pong Printer.
The Spherebot features two stepper motors, one servo motor for marker actuation, some cheap mounting hardware, and a whole bunch of 3D printed parts—all of which are available on Thingiverse. In this design they used a 3D printer controller board called the 3Drag by Open-Electronics, which is based on the ATmega2560 (the same microcontroller as the Arduino MEGA). The Spherebot doesn’t require all three axes or an extruder, so they only installed 2 out of the 4 stepper drivers on the board to save cost.
Once you have it all built, it’s a simple matter of uploading your design into the free Spherebot-Host-GUI provided on GitHub. Stick around after the break to see just what it is capable of!
[via Dangerous Prototypes] Filed under: cnc hacks, Holiday Hacks | 6:01p |
An Animated Elf http://feedproxy.google.com/~r/hackaday/LgoM/~3/i2r-6DMheRo/ http://hackaday.com/?p=110625
Halloween receives the bulk of the attention for installation-type hacks, but [Stephen's] animated elf hack-in-progress provides the perfect example of bringing the Christmas spirit to life.
[Stephen] constructed both the background and the elf’s body from a scrap piece of plywood, drawing and painting everything by hand, and then secured the plywood with a simple 2×4 that serves as a stand. The bulk of the hack is rather simple, and reflects the longstanding technique of traditional cel animation: the non-moving portions are kept stationary and only the moving parts need to change. In this case, [Stephen's] shortcut is to insert a tablet as the elf’s face.
The tablet is a BlackBerry PlayBook, which moves the eyes around and spouts off a few Santa-related quips while animating the mouth. [Stephen] encountered a problem with the PlayBook’s 5-minute screen timeout function, and had to design a custom application to prevent the tablet from entering sleep mode while it played through the animations. His future plans are to drill a hole through the plywood and expose the tablet’s light sensor to detect when someone walks by, then have the elf spring to life in response. You can see his progress so far in the video below.
Filed under: Holiday Hacks, tablet pcs hacks | 9:01p |
Serializing Dickens to LEDs http://feedproxy.google.com/~r/hackaday/LgoM/~3/g3rdg54a1j0/ http://hackaday.com/?p=110656
[ch00f] managed to capture some holiday spirit this year by translating all of A Christmas Carol to scrolling text. Dickens’s work has long since entered public domain, which led [ch00f] to wire up a GeekCatch programmable display from Amazon. It has a low refresh rate, which means videos look a bit goofy, but it’s perfectly acceptable for text. [ch00f] ditched the remote control and instead used the display’s serial connection to program in the novella. Unfortunately, he could not find any documentation for the serial protocol, but he was able to reverse engineer it with some freeware applications found online.
It takes over six hours for the sign to spit out the entirety of A Christmas Carol, which easily surpassed the display’s limited text buffer. [ch00f] instead had to send text to the display one paragraph at a time via a custom Python script. This solution takes advantage of the sign’s fixed-width font to estimate the time it takes for each character to scroll by, then immediately feeds the sign a new line.
Check out the blog post for a quick teardown of the display itself and for a detailed description of the protocol in case you decide to use this display for a project. Stick around for a video below!
Filed under: Holiday Hacks |
|