Roundup: simple hacks

posted Nov 9th 2009 3:00pm by Mike Szczys
filed under: roundup

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.

Read the rest of this entry »

Arduino “python” integration

posted Oct 30th 2009 9:00am by Phil Burgess
filed under: arduino hacks, classic hacks, home hacks

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

posted Sep 5th 2009 7:00am by Zach Banks
filed under: arduino hacks, peripherals hacks

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.

Read the rest of this entry »

Internet enabled Furby

posted Aug 31st 2009 12:19pm by Mike Szczys
filed under: arduino hacks, robots hacks

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

posted Jun 19th 2009 2:16pm by Zach Banks
filed under: arduino hacks, digital cameras hacks, laser hacks

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.

Read the rest of this entry »




Glowing patch cables

posted Mar 14th 2009 1:32pm by Caleb Kraft
filed under: news, peripherals hacks

[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

posted Jan 17th 2009 2:43pm by Eliot Phillips
filed under: digital cameras hacks, peripherals hacks

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]

Tor hardware privacy adapter

posted Dec 21st 2008 4:33pm by Eliot Phillips
filed under: peripherals hacks, security hacks

hardwaretor

The Janus team have published a preview of their new Privacy Adapter. It’s a small two port router. You just plug it in-line between your computer/switch and your internet connection. It will then anonymize all of you traffic via the Tor network. You can also use it with OpenVPN. The hardware appears to be a Gumstix computer mounted to a daughtercard with two ethernet ports. It will have a web configuration just like a standard router. This looks like a great plug-n-play privacy device. The only improvement we would suggest is adding auto-detect so a crossover cable isn’t required.

Janus is responsible for JanusVM, a virtual machine designed to protect your privacy with technologies like Tor and OpenVPN.

[via @hdmoore]




Composite video through cat5

posted Nov 28th 2008 1:26pm by Caleb Kraft
filed under: home entertainment hacks, home hacks, led hacks

cat5_composite

[mixadj] needed to run some video cable from one part of his house to another. He was lacking the proper amount of video cable, but had a bunch of cat5 laying around. so he built a converter to run his composite signal through the cat5. He states that he wouldn’t run it more than 70 feet without amplifying the audio somehow. Aside from that, the performance is supposedly decent.  This just adds to the multitude of other uses for that Ethernet cable. We’ve seen voice, data, composite video, VGA, and power. What else have you seen run over cat5?

Official Arduino ethernet shield

posted Nov 6th 2008 5:25pm by Eliot Phillips
filed under: arduino hacks, misc hacks, news, peripherals hacks

ethernetshield
Arduino has just released an official ethernet shield. It’s based on the same WizNet W5100 chip that was used in the tiny ethernet board we covered earlier. The W5100 handles the full IP stack and can do TCP or UDP with four simultaneous sockets. The board has a power indicator plus six LEDs to debug the connection. It works with the standard ethernet library. The reset button resets the shield and the Arduino. The SD adapter is not currently supported by the Arduino software.

Hack a Day serves up fresh hacks each day, every day from around the web and a special How-To hack each week.

Send us your hacks