Lighting Up A Workspace Twofer

desks

Sometimes a pair of extremely similar builds hit the Hackaday tip line within hours of each other. We’re not one to play favorites, so here’s two projects that put RGB LED strips in a desk and workbench.

[Charles] over at The Makers Workbench has long needed a lighting solution for his workspace. Flourescent lights are alright, but for real geek cred nothing but LED strips will do. He picked up an RGB strip on Amazon for $20 and now has a lighting solution that’s able to change colors above his workstation. Check out the video of his RGB workbench rave.

A computer desk is a workbench too, right? [Will] had the idea of letting people on the Internet control the lighting color of his desk. He’s asking people to head over to this site and asking people to schedule the color of his desk for an entire day. A Raspi pulls each day’s color off the server. With a few transistors, an RGB strip, a custom shield, and faking three PWM channels, [Will] has a new color at his desk every day.

DIY Lighting Solutions

pvc-lights

With daylight savings time starting up, you might not have quite as much need for lighting, but this pair of hacks should keep everything well lit whether outside or indoors.  Check out the videos of both in action after the break.

The first lighting solution comes to us from [Ben]’s Youtube channel. It’s a simple solution, press-fitting a clamp light into a 1 inch PVC Tee to attach the light to a pipe. The base is made with PVC shaped into three feet for a (hopefully) sturdy rest.  Several lights can be used as needed, and would probably work well for making his next video.

The second light also comes to us from Youtube, and is about converting a stock LED light into one that is much brighter. Skip to around 7:00 to see the outdoor comparison.  You may or may not want to do this exact hack, but you never know when you might want to swap out your blinkenlights for something that will scare the neighbors!
Continue reading “DIY Lighting Solutions”

Putting Yourself Inside A Display

dome

Here’s an interesting build that combines light, sound, and gesture recognition to make a 360 degree environment of light and sound. It’s called The Bit Dome, and while the pictures and video are very cool, we’re sure it’s more impressive in real life.

The dome is constructed of over a hundred triangles made of foam insulation sheet, resulting in a structure that is 10 feet in diameter and seven and a half feet tall. Every corner of these panels has an RGB LED driven by a Rainboduino, which is in turn controlled by a computer hooked up to a Kinect.

The process of interacting with the dome begins by stepping inside and activating the calibration process. By having the user point their arms at different points inside the dome, the computer can reliably tell where the user is pointing, and respond when the user cycles through the dome’s functions.

There are bunch of things this dome can do, such as allowing the user to conduct an audio-visual light show, run a meditation program, or even play Snake and Pac-Man. You can check out these games and more in the videos after the break.

Continue reading “Putting Yourself Inside A Display”

Scratch-built Bottle Cap Coffee Table Pulses To The Music

scratch-build-bottlecap-coffe-table

This isn’t a thrift-store coffee table modified as a craft project. [Dandujmich] built it from the ground-up using framing lumber, bottle caps, plastic resin, and some electronics for bling.

The first step was to see if he had enough caps on hand for the project. It’s hard to grasp how many were used just by looking at it, but the gallery description tells us there’s about 1700 which went into the design! From there he grabbed some 2x4s and began construction. The table legs started with two end assemblies built by doweling the legs to the end cross pieces. From there he cut a rabbit on the side rails and screwed them to the leg assemblies from the inside.

The tabletop includes a frame with a recessed area deep enough to keep the caps below the surface. After spending about ten hours super gluing all of the caps in place he mixed and poured two gallons of the resin to arrive at a glass-like finish. The final touch is some custom hardware which pulses two rows of embedded LEDs to music being played in the room. The video after the break isn’t fantastic, but it gives you some idea of how that light rig works.

Continue reading “Scratch-built Bottle Cap Coffee Table Pulses To The Music”

Building Huge Displays With LED Strips

Building RGB LED displays is one of the most interesting programming and engineering challenges we see here on Hackaday. Not only do the creators of large displays and LED cubes have to deal with the power requirements of driving a whole bunch of LEDs, but there’s also the issue of getting the frame rate high enough to display video. It’s a non-trivial task, but [Paul Stoffregen] has an interesting solution. He wrote an LED strip library that can control eight meter-long LED strips that can also be used on daisy chained Teensy 3.0 microcontrollers for really large displays.

[Paul]’s LED library works with LED strips based on the WS2811 LED controller IC. These chips are the most common controller chips for the individually controllable LED strips you can find at Adafruit or hundreds of Chinese resellers. The library requires DMA transfer to display images, so if you’re looking to build a ginormous RGB LED display, you might want to pick up a few of [Paul]’s Teensy 3.0 boards

[Paul] also created a Processing app that takes a video file and turns it into serial data for his LED strip library. You can check out a video of this app, library, and a 60×32 RGB LED display after the break.

Continue reading “Building Huge Displays With LED Strips”

LED Marquee Uses Discrete Through-hole Lights

through-hole-led-marquee

[Michael] built his own LED marquee using individual diodes. Despite his choice to forego the 8×8 or 5×7 modules we often see in these projects, his decision to spin a dedicated PCB saved him a lot of trouble during assembly. Sure, he still had to solder 180 leads on the 9×18 grid of lights, but at least he didn’t have to deal with wiring up the complex display layout.

The chip driving the display is an ATtiny24. You can see that it’s an SMD package and spans one row of the through hole LED footprint. There are way too few pins to drive a multiplexed display of this size. Instead of adding a separate driver IC he decided to design the display to use Charlieplexing. We didn’t see a schematic for the project, but judging from the board images all of the I/O pins are used by either the display itself, or the serial connection provided by that right angle pin header.

Diamond Ore Wall Lamp Brings Minecraft Into Your Home

diamond-ore-lamp

We were surprised to see all of the Christmas gifts that revolved around Minecraft. Seems like there’s a lot of stuff for sale, but we still like the DIY spirit that comes with making your own. [Thacrudd] recently finished this project. It’s a wall lamp that looks like Minecraft’s diamond ore.

The enclosure is a wood box that used to contain chocolates. After studying the pixel art texture for the game’s diamond ore blocks he marked out the pattern and headed over to the scroll to rough them out before finishing with files and a rasp. Next came paint, which was sourced as a sample from the home store. This left him with one shade of gray, but the variations were easy to add by mixing it with white or black.

A strip of white LEDs gives the lamp its inner glow. The openings have been covered with blue acrylic which keep the dust out while providing the appropriate hue.

[via Reddit]