Reprogramming Promotional USB Dongles To Launch Custom URLs

webkey-hacking

The teachers at [Jjshortcut’s] school were each given a Webkey by the administration as a promotional item of sorts, but most of the staff saw them as useless, so they pitched them. [Jjshortcut] got his hands on a few of them and decided to take one apart to see what made them tick.

He found that the device was pretty simple, consisting of a push button that triggers the device to open the Windows run prompt, enter a URL, and launch Internet Explorer. Since the microcontroller was locked away under a blob of epoxy, he started poking around the onboard EEPROM with his Bus Pirate to see if he could find anything interesting there. It turns out he was able to read the contents of the EEPROM, and since it was not write protected, he could replace the standard URL with that of his own web site.

While it’s safe to say that without a new microcontroller the Webkeys probably can’t be used for anything more exciting than launching a browser, [Jjshortcut] can always reprogram the lot and drop them in random locations to drive some fresh traffic to his web site!

[Thanks, Wouter]

Check It Out, My Clothes Are Electric. No, Seriously

Someday you may be able to use your crotch or armpits to recharge that cellphone. Heck, maybe there won’t even be a battery, just a capacitor which gets its juice from Power Felt, a fabric that converts body heat to electricity.

Now we mention the nether-regions because it’s funny, but also because it makes the most sense. Researchers have developed a fabric containing carbon nanotubes used in a way that generates electricity based on a temperature differential. We figure the areas on the body that have high heat loss would be the most efficient locations for the fabric since it is currently extremely expensive to produce (the hope is that mass-production would reduce cost by orders of magnitude). So we think battery-charging briefs are a definite possibility.

What we see here is a nano-scale Peltier electricity generator. It’s the same concept as this candle-based generator, except the increased efficiency of the Power Felt lets your wasted body heat take the place of the flame.

There’s a white paper on the topic but you can’t get at it without surrendering some [George Washingtons].

[via Reddit and Megadgets]

Shoulder Mount For Any Camera

Whatever your reasons may be, if you’re going to be holding a camera for long periods of time this shoulder mount will both steady the image, and help save you some aches and pains. [Kyle Jason] built the rig seen above for just $20 by following this guide.

[Knoptop] published the guide about a year ago. It doesn’t make use of any special PVC connectors, so you’ll have no problem finding everything you need at the hardware store. Connectors used include 45 and 90 degree angles, straight pieces, and a PVC conduit box to serve as the mounting bracket. After cutting, dry fitting, and welding everything together the rig really benefits from a couple of coats of paint. Don’t forget the grip covers to make the thing easy to hold onto.

Don’t want to read the build guide? After the break you’ll find [Knoptop’s] build video which is actually quite a fun eight minutes to watch.

Continue reading “Shoulder Mount For Any Camera”

Doubling Up On The USB Supercap Flashlight

[Antoine] wrote in to let us know that he soldiers on with his flashlight project. He’s doubled up on the supercaps and tripled the LEDs (translated).

The core concept has stayed the same since the original version. He wanted a flashlight that was small and used no batteries. This iteration came about as he looked at increasing the light output of the device. He’s switched to some warm-white LEDs which are easier on the eyes, but was unhappy with the charge life now that he’s using current at a faster rate. The solution, of course, is more potential from the capacitor. He’s now using two 10 Farad caps in parallel. We are a little skeptical about his capacitor theory and ended up using this lecture to defog the issue of parallel and series capacitance.

The upgraded hardware is right at home in that plastic egg like you’d find in a coin-op trinket vending machine. You’ll see there’s still a colored LED to warn when the charge is getting too low.

USB Slingshot Controller Is For The Birds

This USB slingshot controller really brought a smile to our faces. Part of it is the delightfully silly promo video you’ll find after the break. [Simon Ford] combined nature and technology to bring this USB-enabled slingshot into existence.

The frame itself is from a branch he found in the Epping Forrest of London. He whittled away the bark, and hollowed out an opening in at the base of the ‘Y’ to receive an accelerometer board. It has a pair of female pin headers to interface with the mbed seen in the image above. But the real hack here is the code he wrote to translate accelerometer data into appropriate mouse movements. His success in the area makes this translate the virtual world of Angry Birds in a visceral experience of killing things with a slingshot.

We’re suckers for this type of project. Two examples that pop into mind are these musical instrument hacks for Rock Band 2.

Continue reading “USB Slingshot Controller Is For The Birds”

Squeezing The Juice Out Of Some AA Batteries

[Ray’s] breadboard power supply lets you drain the last traces of power from ‘dead’ AA batteries. Electronics that are powered off of disposable alkaline batteries have a cutoff voltage that usually leaves a fair amount of potential within. Since many municipal recycling programs don’t take the disposables (you’re just supposed to throw them in the trash!) we love the idea of squeezing them for prototyping use.

His design uses just one IC, the MCP1640, along with a handful of passive components. The chip is a boost converter with a startup voltage of just 0.65V, which means the batteries themselves – normally starting life above 1.5V – can be used until they drop to about 0.3V each.

Above you can see the kit he is selling. But it’s an open source project and the circuit is so simple we’re sure you can build your own. Add that boost converter chip to your next parts order for around $0.40.

[Ray] made a nice demo video for the device which you can see embedded after the break.

Continue reading “Squeezing The Juice Out Of Some AA Batteries”

This Image Contains A Hidden Audio Track

This image contains a hidden audio track which you’re very familiar with. Well, it used to. We’d bet we messed up the careful encoding that [Chris McKenzie] used to hide data within an image when we resized the original.

He’s using a method called Steganography to hide a message in plain sight. Since digital images use millions of colors, you can mess with that color data just a bit and the eye will not really be able to pick up any difference. Each pixel has had the eight least significant bits swapped out for the data [Chris] is hiding. Since the image uses 24-bit color, the largest possible change (going from 0 to 255) in those bottom eight bits will only result in a color change of about 0.15%. And that’s only for one pixel; in most cases the change will be much less.

He shows his work, both decoding and encoding using Ruby, and even provides a one-liner which lets you playback the audio without downloading anything (just make sure you’ve got all of the dependencies installed). Never gonna give, you, up…

[via Reddit]