Roundup: Simple Hacks

simple-hack-110909

Here’s a collection of simple hacks you can do in between larger projects. After the break we’ll look at converting an iPod from hard drive storage to Compact Flash, build an LED desk lamp using LEGO and USB power for charging, and use an Arduino shield to add network control at the touch of a button.

Continue reading “Roundup: Simple Hacks”

Arduino “python” Integration

vivarium

[Cyberspice] informs us she likes snakes. Hey, who doesn’t? She’ll soon be adopting a lovely ball python and wanted to keep close tabs on the sensitive creature’s environment. To that end she assembled a network-enabled vivarium monitoring system based on Adafruit’s Boarduino (a minimalist Arduino clone), a TMP36 analog temperature sensor, Saelig’s WIZ810MJ Ethernet interface, and a common LCD screen. The Arduino rig periodically issues updates to a web server, which can then generate informative graphs using a set of PHP scripts (what, no Python?).

Okay, so we could probably count on one hand the number of readers in need of fancy reptile monitoring and still have fingers left over. There are countless other applications where networked sensor monitoring of this sort is a frequent necessity, so the article could be a good starting point for your own projects. There’s lots of source code to work with, on both the Arduino and web server sides. And the parts list demonstrates serious frugality: the Boarduino, the generic LCD, and especially the Ethernet interface; even with the breadboard adapter, this unit is about half the cost of the usual Arduino Ethernet shield, leaving more funds available for the snake food budget!

Arduino Email Alert

email

The Arduino makes a great platform for alert systems because it doesn’t need additional parts, other than an LED or motor. [Torchris] made email notifier, and used an Ethernet shield to make it standalone. The Arduino polls your POP server seeing if there are unread emails. POP is an incredibly simple protocol, even simpler than HTTP; this made it easy to communicate with, even with little processing power. He hopes to add a servo or serial display to present the data better, but his current system seems to work well. Video of it in action after the break.

Continue reading “Arduino Email Alert”

Internet Enabled Furby

furby_arduino

[edwindertien] sent us his project to connect a Furby to the internet. The original Furby controller was replaced with an Arduino which in turn was given ethernet connectivity via a LANTRONIX XPort serial ethernet module. This assigns the Furby an IP address which can then be accessed through a script or via a web interface. Now we want to see someone combine this idea with the arduino that sings “Daisy Bell” to make the ultimate in creepy new email notifiers.

Arduino Camera Laser Trigger

pict0005

[Adam] made a remote camera trigger that uses a laser. He had to install CHDK on his camera, which we’ve featured in a how-to, in order for it to work. CHDK allowed for a remote shutter trigger through the USB port. The laser bounces off a mirror and onto the photoresisitor hooked up to an Arduino. When the beam is broken, the Arduino sets off the trigger. He also plans to use the trigger to tweet over ethernet. Embedded is a video demonstrating its functionality.

Continue reading “Arduino Camera Laser Trigger”

Glowing Patch Cables

[youtube=http://www.youtube.com/watch?v=zi3lpVzM-bM]

[Sleepydog] just sent in this cool video of a patch cable he made with a built in EL wire. He’s using a Power over Ethernet router to control which ports have power. He states that this would allow easy identification of specific cables in the mess. While the proof of concept seems completely functional, and the idea is nice, we have to wonder if the cost to put in all the extra hardware would be worth it. Each cable would have to have its own inverter, not only driving up cost, but possibly adding interference. That does not mean we don’t want this desperately, we do. But we want it just because it looks cool. He needs to choreograph this to some music now and make his entire server room into a fancy display.

Cat5 Camera Flash Extension

extension

Network engineer [Mario Giambanco] recently purchased a cable to move his flash off camera. Unfortunately, it ended up way too short for his purposes. Instead of purchasing a slightly longer proprietary cable, he decided to employ what he had around him: a lot of cat5e cable and ethernet jacks. He cut the cable close to the center in case things didn’t work out and he’d need to repair it. His post on building the custom ethernet flash extension cable goes into heavy detail to make sure you get it right the first time. He’s tested it using both five and 50 foot pieces of cable with no apparent lag.

This isn’t the first time we’ve seen cat5 repurposed: composite video through cat5, vga cat5 extension, and cat5 speaker cables.

[via Lifehacker]