Months Of Failure Lead Up To This EL Panel Dimmer That Pulses To The Music

el-panel-dimmer

Way back in March [Ch00f] took on a for-hire project to make a suit that lights up to the music. He decided to build something based around a pulsating EL panel. He’s put a lot of time and tried of a few different techniques, but he finally has a working EL panel dimmer.

This is a saga we’ve kept our eye on. The fall seems to have been good to him, after a failure using TRIACS he managed to adjust the brightness of some EL wire by messing with the current going to the driver’s oscillator. Standing on the shoulders of that success he designed the board seen above by getting serious about audio signal processing. There’s a microphone on the board which picks up sound which is then processed into a signal responsible for the brightness of the EL panel.

There’s a demo video after the break, but you’ll want to dig into his article to get all the gritty details.

Continue reading “Months Of Failure Lead Up To This EL Panel Dimmer That Pulses To The Music”

Raspberry Pi Used To Automate A Dimmable Light Bulb

raspberry-pi-controlled-dimmer

[Stephen] took the safe route when getting his Raspberry Pi to dim an AC light bulb. He didn’t roll his own outlet box with a mains-rated relay inside, going with a mechanical connection instead of electrical. By attaching a servo motor to the dimmer knob the RPi can adjust the light level without risk of electric shock.

He is using the ServoBlaster package to drive the servo motor with the Raspberry Pi GPIO pins. That’s all fine and good by itself, but he went the extra mile and designed a few different levels of functionality around the pairing. The motivation behind the hack was to build a sunrise clock that had a lot of power when it comes to luminosity. But he also plied the RPi’s networking features to serve up a web-based control. It has a slider to set the light level, as well as breath (like a slow fade) and flash features.

The servo is a bit noisy when moving quickly, but the sunrise alarm takes 30 minutes so the gears don’t really make any noise at all. Check it out in the clip after the break.

Continue reading “Raspberry Pi Used To Automate A Dimmable Light Bulb”

Building Your Own LED-based Home Lighting

We see LEDs used in all kinds of projects but rarely does someone build a home lighting system from scratch with them. [Paulo Oliveira] decided to give the idea a try, included a fading power supply for the LEDs which he built himself. Here you can see the installation at full brightness, but his controller also offers a single lower setting.

We saw [Sprite_TM] use an RGB LED strip to light up his living room. [Paulo] went with individual LED modules instead, all the same color. They are Cree XM-L power LEDs so some thought needs to be put into heat dissipation. All six are mounted along an aluminum strip which serves as the heat sink. They’re wired in series and powered by an old laptop power supply. A PIC 12F683 uses PWM to dim the string via a MOSFET.

The control system for the two brightness levels uses the wall switch. When turned on, the LEDs fade in to full brightness. If you turn the switch off and back on before they are all the way on, the dimmed setting takes over. This was complicated by the capacitance of the PSU but [Paulo] solved that by adding a power resistor.

A Simpler Sous-vide Hack

Here are the contronl modules for a sous-vide project over at Nerdkits. [Humberto] and crew continue doing a great job of focusing a project on one goal, then explaining the steps needed to get there. In this case they wanted to build their own sous-vide appliance that was cheap, and didn’t really require the user to deal with mains voltage. We like it because most of the parts can be found at a hardware store and big box store.

He started with a slow cooker, which is pretty standard. Next he needed a way to switch power to the device. Instead of using a solid state relay, he went for a standard dimmer switch. It’s build into a double gang electrical box, and controls an outlet which is occupying the second position in that box. Now current to the slow cooker is limited by the position of the dimmer. The next task was to add a cardboard frame which marries a servo motor to the dimmer’s knob.

With the control scheme in place [Humberto] needed a feedback sensor. He built his own water proof temperature probe by covering an LM34 temperature sensor with shrink tube and sealing the ends. Just one probe in the cooking water isn’t very reliable so he added a second between the slow cooker’s base and ceramic vessel to improve the performace of the PID algorithm. He goes into detail about that in the video after the break.

Continue reading “A Simpler Sous-vide Hack”

Hidden Bookshelf Switch

So you don’t have any secret passageways in your house, but if you’ve got a bookshelf this secret switch can add some fun to your routine. [Brandon] saw a commercially available version which was out of stock when he went to order so he set out to build his own.

He’s using the switch to operate a lamp. The donor part for the hack is a lamp dimmer which you’ll find at the big box store. This is really just a pass-through wall plug with an extension cord. By cutting the dimmer module off of the extension a push button can be used to connect and disconnect one of the conductors in the line. Make sure you use a push button rated or mains voltage!

To make the push switch work with a book [Brandon] bend a bracket which will slide into the spine of a hardcover. We love his homemade press brake (angle iron, a sturdy hinge, and a chunk of 2×4) used when shaping the bracket. Once everything’s in place nobody will ever know there’s anything special about those books.

Update: IR Controlled Lighting

[Muris] is back with another infrared controlled lighting hack. When we checked in with him last year he was showing off an IR controlled dimmer module. Now he’s back with this device that is CFL friendly. Because standard CFL bulbs are not dimmer compatible he’s adapted the project away from dimming and toward switching. The new design still uses an infrared remote but now it can turn two devices on and off again or toggle between them. Our favorite part of the build is that the PIC based device can learn the codes of whichever remote you choose, rather than having to rely on one specific type of remote.

Modified RX7 Dimmer Control

SANY00191

We were a little surprised when we learned the Mazda RX7’s high beams were controlled by ECU, compared to typical cars using just a toggle switch. Ubermodder [Trent Bruce] realized how much of a pain in the rear end this can be if the ECU ever burns out, meaning no brights. By using a D-Flip Flop setup in a toggle configuration, he is able to control his once lost high beams. He also points out that if you plan to do any other electronic modifications to the RX7, you should be sure to pay attention to the unusual ground switching and the other crazy wiring under the hood.