Anthropomorphizing An Ikea Lamp (like Pixar But In Real Life)

ArduinoArts is animating an inexpensive Ikea lamp as a contest entry. Seeed Studio’s Toy Hacking Contest calls for the competitors to work their magic using the Grove Toy Kit, which is an extensible sensor connection system for the Arduino. Most of the items in the kit were used to add interactivity to the lamp. Check out the video after the break to see the motion that two servos provide. The lamp can move its shade back and forth as if shaking its head, and the whole arm assembly can rotate in relation to the base. The sensors detect when you’ve repositioned the lamp head and the device will yell at you if it doesn’t appreciate its new pose. It also reacts to noise and motion, switching on the LED that replaces the original bulb in both cases, and asking: “Are you Sarah Connor”  when motion is detected. These basic modifications really make for some fun animatronic behavior.

Continue reading “Anthropomorphizing An Ikea Lamp (like Pixar But In Real Life)”

Super Mario Coin Block Lamp Is A Nintendo Fanboy’s Dream Come True

super_mario_coin_block_lamp

[Laurence] was racking his brain coming up with potential birthday gifts for his friend when the idea of a Super Mario Bros. coin block lamp popped into his head. The block is constructed from drain pipe, a few pieces of plywood, some perspex, and a whole lot of awesome.

He wanted the lamp to make sounds when it was turned on and off, so he put together an audio circuit based on [LadyAda’s] WaveShield. His design is similar, though he swapped out the DIP packages for SOIC versions, adding a DAC, Op amp, and an audio buffer to fit his needs.

Once he had his electronics in order, he started construction of the lamp, painting the drain pipe green and mounting it under his light’s base. He built a large perspex box to serve as the coin block itself, printing the familiar graphics on tracing paper which he then glued into place. An arcade button adorns the top of the box, making for a very appropriate and fun light switch.

Be sure to check out the video below to see the lamp in action. We’re just a bit jealous of [Laurence’s] friend, and we sure wouldn’t mind having one of these in our office to sit alongside this mechanical coin block we featured a while back.

Continue reading “Super Mario Coin Block Lamp Is A Nintendo Fanboy’s Dream Come True”

Dimming Control For An Ikea Solar Desk Lamp

[Frank] decided to augment his desk lamp’s features by adding dimming controls (translated). Since the light source is a triad of LEDs the best method of dimming their intensity is to use Pulse Width Modulation. That’s the method that he went with, and luckily the SUNNAN lamp from Ikea which he’s using as the donor for the project has just enough room to squeeze in the parts necessary for this hack.

You need two main bits to use PWM with a lamp like this; a microcontroller (or possibly a timer chip like the 555) and a transistor to protect that chip from the current necessary to run the LEDs at full brightness. [Frank] went with an ATtiny13 and a 2N2222 transistor, both quite common and very inexpensive (you can even pull the microcontroller from a light bulb if you know where to look). Two buttons were added to the top of the lamp base which allow for up and down controls. There’s even an SOS function which is triggered by pressing both buttons at the same time. [Frank’s] happy to show off the completed project in the clip after the break.

Continue reading “Dimming Control For An Ikea Solar Desk Lamp”

Alarm And Wake Up Light

On the shortest day of the year wouldn’t it be nice to wake up to a bright room? This alarm clock with an integrated wake-up light is one way to do just that. It has some nice features, like a wood veneer that allows the seven-segment display to shine through, but hides it when the display is turned off. There’s also a feature to adjust the color based on ambient room temperature (another way to dwell on how cold it is in your bedroom).

A CC1101 RF chip came to the party, but we can’t figure out what it’s purpose is in this circuit. If you can shed some light on its involvement please do so in the comments.

[Thanks Eric]

Heater For Bending Acrylic

We like using acrylic in our projects but there are a couple of tricky techniques, particularly getting clean cuts for glued edges and bending the material into curves. [Giorgos Lazaridis] has a great solution to the latter, a dedicated acrylic heater. Instead of using an oven to warm the material for bending he’s using localized heat produced by a high-powered lamp pulled from an old laser printer. The next part of his solution is to keep the heated area of the acrylic as small as possible. This was achieved by creating heat sinks on either side of the bulb. The metal bars seen above have water running through them to help isolate the softening of the material to a narrow strip. See how well this system works in the video after the break.

Continue reading “Heater For Bending Acrylic”

1000W Search Light – Now Build A Bat Signal

Forget flashlights, and leave those burning lasers at home, [Ben Krasnow] built a search light using a 1000W xenon arc lamp. That box you see on the side of the trash-can housing countains a starting circuit that shoots 30 kilovolts through the xenon lamp to get it started but it is separate from the power supply. [Ben] started experimenting with the lamp back in April but recently finished the project by using the inverter from an arc welder to get the 50 amps at 20 volts needed when the lamp is on.

The insert on the left of the image above is an outdoor picture of the beam. You can make out a tree at the bottom. Take a look at the video after the break for a full walk-through of the circuitry and some test footage of the finished product.

Continue reading “1000W Search Light – Now Build A Bat Signal”

Neon Binary Clock

[Josiah] said ‘no’ to LEDs and instead used blue-phosphor neon lamps to build this binary clock. The ATmega328 inside uses three 8-bit shift registers to control the display. Each lamp needs a high-voltage NPN transistor in order to switch on the 150V necessary for proper illumination. A simple circuit was used to pull a 60 Hz clock signal out of the incoming 16VAC power. Unfortunately it was a bit too simple and didn’t provide a clean signal. [Josiah’s] workaround is something of a debounce subroutine in the firmware to prevent multiple interrupts on the falling edge.

The last project we saw from [Josiah] was the Coachella Lamp. That was a show piece of antiquated technology and this is another show piece with a minimalistic style. We also liked seeing the protoboard work on the inside. That’s a pretty jam-packed circuit board and keeping everything in the right place while you build up each trace with blobs of solder is no small feat.