Building A Message Board With A Web Interface

[Sergio] is just getting into hardware hacking. He started by getting an HD44780 compatible LCD screen running with his Arduino. To take the project to the next level, he decided to add a web interface for changing the message displayed on the LCD.

He’s doing things on the cheap (a man after our own hearts), purchasing many of his components off of eBay. Unfortunately that decision came back to bite him when it was time to connect his Arduino to the network. The Ethernet Shield knock-off wasn’t the same as the official version. That one’s got a Wiznet W5100 ethernet chip with does a lot of the heavy lifting for you. Instead, [Sergio] is using a board with an ENC28J60. It took a bit of searching, but eventually he came up with an example to help him get his Arduino serving web pages and listening for updates from them.

The ENC28J60 is actually not a bad piece of hardware. It’s cheap enough, and there are a few hardware/software demos out there that are worth taking a look at.

Adding USB Control For Ikea RGB LED Strips

Here’s an altered PCB that gives USB control to an Ikea Dioder. This is a $50 product that comes with four strips each containing nine RGB LEDs. The stock controller has a color selection wheel and a couple of buttons. [Rikard Lindström] wanted to use it to match ambient light to the colors of his computer monitor — yes, it’s another ambilight clone.

Since he already had a bunch of AT90USB162 chips on hand he chose that route. These chips have native USB support (he’s using the LUFA package which is a popular choice), but no on-board ADC. That means no need for the potentiometer from the original controller because there’s no easy way to read its value. Removing it made plenty of room for his add-on PCB. He also depopulated the PIC microcontroller that originally drove the unit, soldering to the empty pads in order to connect is own board. The finished product fits back in the original case, with the addition of a USB cable as the only visible alteration. Now he can dial in colors using a program he wrote.

In case you’re wondering, it looks like this is a newer version of control circuitry when compared to the original Dioder hack we covered.

Using An MSP430 For Time Lapse Photography

vistaquest_keychain_timelapse_msp430

Hackaday reader [onefivefour] had an old VistaQuest VQ1005 keychain camera kicking around, and wanted to do something useful with it. A while back he hooked up a 555 timer and did a bit of time lapse photography, but he wanted more control over the process. Specifically, he desired the ability to tweak the delay between shots in a more granular fashion, as well as way to prevent the VistaQuest from going to sleep after sitting idle for 60 seconds.

His weapon of choice to get this task done was an MSP430, since the microcontroller can be found quite cheaply, and because it is relatively easy to use. He added a few header pins to the LaunchPad board wiring them up to the camera’s trigger as well as the on/off switch. When the wire connected to the trigger is pulled low, the camera snaps a picture. The wire connected to the on/off switch is always held low, ensuring that the camera is on and ready to go whenever it’s time to take a shot.

It’s a relatively simple project, but definitely useful. While there are many ways to build an intervalometer, the MSP430 is a great platform to use, especially for beginners.

Stick around to see a quick video [onefivefour] put together, showing off his time lapse rig’s capabilities.

Continue reading “Using An MSP430 For Time Lapse Photography”

Heathkit Is Back From The Dead

Although now it’s impossible for a DIY nut to build electronics for less money than a factory, this wasn’t always the case. For 45 years, Heathkit produced inexpensive kits for just about everything. Heathkit closed it’s kit business in 1992, but now they’re back. They’re starting out with a few DIY kits at first, namely an ultrasonic garage parking assistant and a wireless swimming pool monitor.

Heathkit is calling all builders to submit their ideas for future kits. While this comeback rings of some other outlets with a rich heritage, Heathkit is still remembered fondly; Barry Goldwater jetted out to the Heath HQ twice a year for kits. Not many people are that attached to Realistic and Optimus gear.

If you’re wondering about the kind of stuff Heathkit offered, feel free to check out the 1984 catalog that features computers with 128kB of RAM available for only $1899.00 (yes, a very competitive price)

Tip ‘o the hat to [Jeffrey Bail (N1BMX)].

High Voltage: Using Enclosed Relays For HV Switching


After seeing many projects that use microcontrollers to switch mains voltages [Rob Miles] decided to share his preferred method. The shots you see above are an enclosed relay, part number RIBTU1C manufactured by Functional Devices Inc.

This in itself is not the full control scheme that he uses, but it takes care of the bulk of the hardware. He uses a triggering circuit based on a 555 timer (PDF). [Rob] mentioned that if you shop around, you can get the relay, 555 timer, and other components for under $15. This is a great solution for the money when you consider that you get an enclosure meant for handling high voltage and a nice terminal block to which you can connect the mains wiring. The relay itself can be triggered by a 9V battery via the transistor in the control circuit.

Notice the protoboard in the image above. There’s plenty of room for your driver circuit to rest inside the box, protected by that barrier from the HV circuitry. Check out the rest of the images he sent us after the break.

Continue reading “High Voltage: Using Enclosed Relays For HV Switching”

Meet Radio Shack’s New Parallax Lineup

It looks like Radio Shack is pretty serious about their new found commitment to their focus on the DIY, inventor, creator and geek demographics. [Ken Gracey], Parallax forum guru, put up a post on the Parallax stuff that will be sold at Radio Shack. Everything is priced, “below spousal approval level,” but no word on what those prices are.

Here’s the (probably not conclusive) list we gleaned from the pics: 2-axis joystick, gyroscope, GPS, compass and altimeter modules, an infrared sensor, 2×16 backlit LCD, BASIC stamp 2 board, and an XBee 2-pack that we assume would be priced above girlfriend approval levels.

We’re curious about how many (and in what quantity) of these items will be stocked at the East Nowheresville strip mall, and again there’s no mention of improving the selection of individual components.

At Hack A Day, we were thinking how amazing a Radio Shack ‘component vending machine’ would be. A modified pick and place machine that will dole out caps, resistors, other components, and has the potential to be competitive with online stores. Anyone feel like sending that suggestion in?

Project 25 Digital Radios (law Enforcement Grade) Vulnerable To The IM-ME

Would you believe you can track, and even jam law enforcement radio communications using a pretty pink pager? It turns out the digital radios using the APCO-25 protocol can be jammed using the IM-ME hardware. We’ve seen this ‘toy’ so many times… yet it keeps on surprising us. Or rather, [Travis Goodspeed’s] ability to do amazing stuff with the hardware is what makes us perk up.

Details about this were presented in a paper at the USENIX conference a few weeks ago. Join us after the break where we’ve embedded the thirty-minute talk. There’s a lot of interesting stuff in there. The IM-ME can be used to decode the metadata that starts each radio communication. That means you can track who is talking to whom. But for us the most interesting part was starting at about 15:30 when the presenter, [Matt Blaze], talked about directed jamming that can be used to alter law enforcement behavior. A jammer can be set to only jam encrypted communications. This may prompt an officer to switch off encryption, allowing the attackers to listen in on everything being said to or from that radio.

Continue reading “Project 25 Digital Radios (law Enforcement Grade) Vulnerable To The IM-ME”