A Design Contest With High Odds Of Winning!

[John] wrote in to tell us about this contest hosted by Avnet. All one has to do is upload a video of their design to Avnet’s Youtube page.  There are four categories to choose from including: Solar, Communications, Transportation, and Entertainment. Four contestants can win an iPad2.

The only catch, if you can call it that, is that one would have to use at least one component from their “more than five million SKUs available.”  The thing that makes this contest more interesting than it usually would be is that there appears to be no contest entries as of August 24th. Official rules can be found on their site here.

The contest runs through the end of August, so there isn’t a lot of time to get a design together. However, it’s possible that you have something already built that fits into their product catalog. Make a 30-90 second video of it in action and you’ve got a (very good apparently) chance of winning an iPad2! Check out the contest video after the break. Continue reading “A Design Contest With High Odds Of Winning!”

High Voltage Hacks: All About Electroluminescence

Although many might not know it, electroluminescent materials use high voltage, and thus qualify for our featured topic. Many may assume that these sheets work in the same way as LED lights, using low-voltage DC power.  This, however, is not the case, as they need around 100 volts of AC current to allow them to light up.

For a battery-powered solution, this means converting the battery’s DC power to AC. Adafruit has a good tutorial about working with EL wire and powering it up using a portable inverter. One should obviously be careful to properly insulate any clothing using this material as being shocked is generally not fun.

The video after the break is pretty long, but is well produced and will give you a good background of EL use. If you don’t have 30 minutes to dedicate to this, be sure to at least skip to 2:43 to see one of the coolest EL shirts we’ve seen. Continue reading “High Voltage Hacks: All About Electroluminescence”

Vintage Phone Has A Dirty Android Secret

android_based_vintage_phone

Instructables user [apple_fan] likes vintage telephones from the early 1900s, but while they are nice to look at, they’re clearly not too useful nowadays. He decided to change that, and retrofitted an old operator-dialed telephone with some modern amenities.

He gutted the phone, stripping out the large electromagnets and capacitor that were once used to facilitate placing and receiving calls. He added an Archos 28 tablet to the box, wiring it an IOIO board, allowing him to interface it with his Android phone. The old microphone and speaker were swapped out for updated components, and a new ringer actuator was built to replace the bulky old unit. The tablet and ringer, along with the rest of the components were then carefully hidden away inside the box as not to alter the aesthetics.

To place and receive calls, he installed CMU Sphinx on the Archos tablet, allowing him to interact with the phone using voice recognition, as if he was talking to a live operator.

It’s a pretty neat project, and while we might have opted for a small micro combined with a Bluetooth headset, [apple_fan] makes it clear why he made the hardware decisions he did. We’re always up for letting people show us a different way to get a job done, so we’re down with that.

Check out a short video demo of the phone in action after the jump.

Continue reading “Vintage Phone Has A Dirty Android Secret”

When Airsoft Gets Boring, Build A Coil Gun!

airsoft_coilgun

Here at Hackaday, we’re all about repurposing old items you no longer use. Reader [Liquider] wrote in to share his latest creation, a coil gun built from an old Airsoft pistol.

He removed a handful of components from the pistol and installed a 800 uF/300V capacitor inside the grip. A small storage compartment was added under the barrel, which houses the AA battery he uses to drive the circuit. A modified reloading mechanism makes it easy to drop a metal projectile right in front of the coil before firing.

Once the pistol is charged up, a switch installed behind the trigger discharges the cap, creating a magnetic pulse that accelerates the metal projectile forward. [Liquider] estimates that the kinetic energy produced by the coil is 0.1 Joules, which fires of the slug at a reasonable speed.

Continue reading to see a quick video demo of the pistol in action.

Continue reading “When Airsoft Gets Boring, Build A Coil Gun!”

Zigbee Home Automation Gives Us Another Reason Not To Get Up

[Russell] sent in a neat home automation project he’s been working on. Even though the project only has two devices so far, we can already see the potential of his project.

Instead of the X10 standard that has been a staple of home automation for more than 30 years, [Russell] went with ZigBee modules. Aside from being much faster and more flexible than X10 home automation modules, ZigBees also open up a bunch of projects that would be impossible if he went with X10. With some well-placed IR transmitters hidden in his living room, it would be possible to have a TV and cable box controlled via the Internet.

So far, [Russell] built an network-controlled RGB ‘mood lamp’ and an infrared remote for his central air. Everything is controlled through a web app, and [Russell] says that additional modules can be easily added to the code.

Check out [Russell]’s demo of his project after the break.

Continue reading “Zigbee Home Automation Gives Us Another Reason Not To Get Up”

More FrankenKindle Progress

[Glenn] sent us an update on his FrankenKindle project. You might remember this hack from back in July. [Glenn] is modding the device to make it easier for his sister, who has Cerebral Palsy, to use.

The latest revision adds a case for the hardware. The silver button pad is what remains of the V.Reader (a children’s toy), having had the screen portion hacked off. The case provides a stable base for the reader and buttons, holding them at a nice angle for easy use. There’s just a bit of cable routing that needs to be finished to protect some fragile connections. The picture above does show the circuit board to the side, but there is a place for it around back.

In the video after the break [Glenn] mentions that the response to keypresses is a little sluggish. Sure, some of this is Kindle’s own delay when refreshing the ePaper display. But we can’t help but think the code running on the Teensy could also be optimized. We’ve asked him to post his code if he wants some tips, so check back and help out if you can.

We do have one feature suggestion for him. The Kindle keyboard no longer functions because that flat cable coming out the side is what connects to it. It’s quite easy to add a PS/2 keyboard port to a microcontroller. That would be a nice addition to the FrankenKindle as it would make things like shopping for books a bit easier.

Continue reading “More FrankenKindle Progress”

Cellphone Controlled Retro-radio Stores And Plays Your Digital Library

[Autuin] was worried about having desirable electronics stolen while on the road with his band. He didn’t want to take a laptop along on tour, but he didn’t want to be without his music either. To solve this problem, he built a music player inside of a cheap-looking radio. His write-up covers two different portable MP3 solutions, but it’s the second rendition that catches our attention.

After hollowing out the old radio he filled the void with an Asus WL-HDD 2.5. That hardware is meant to be an easy way to add network storage; it houses a laptop hard drive and has WiFi and Ethernet connectivity. But it also has one USB port, and can be hacked to add a second. [Autuin] did just that, using the two USB connections to add a Bluetooth dongle and a USB sound card. Music is synced with the hard drive via some cat-5 cable that’s hidden in the battery compartment of the vintage box. The NAS runs Linux, and the audio playback software is controlled though a Mobile Java application running on a somewhat broken cellphone. That’s an idea that might find its way into our next project.