Heat-seeking Firebot Drowns Out The Flames

This robot can find and extinguish fires automatically. It is the culmination of an Embedded Design class project from last school year. [Dan] and his classmates developed a turret that holds both a spray nozzle and heat sensor which would be a fantastic building block for a real-life tower defense game.

The jewel of the sensor array is a TPA81 thermopile array. Note the use of the term ‘array’ in the name. This is more like eight temperature sensors aligned with each other. By monitoring them all, the direction from which the most heat is coming can be determined. Once it’s zeroed in on the fire getting water to the right place can be a difficult task. That’s where the other sensors come into play. An accelerometer allows the bot to determine the angle of the spray nozzle (a weed sprayer was used in this case). An ultrasonic range finder and few algorithms let the Arduino which drives it all make sure that the arc of the water lands on the hot spot. This is all shown quite clearly in the clip below the jump.

Continue reading “Heat-seeking Firebot Drowns Out The Flames”

Nikon WU-1a WiFi Dongle Hacking

Here’s a pretty tricky piece of consumer electronics reverse engineering. [Joe Fitz] came across the Nikon WU-1a. It’s a dongle that plugs into a Nikon D3200 camera, producing a WiFi connection which can be picked up and controlled from a smart phone. The app shows you the current image from the viewfinder, allows you to snap the picture, then pulls down the picture afterwards. The problem is that the same functionality for his D800 camera will cost him $1200, when this dongle can be had for $60. That’s a powerful incentive to find a way to use the WU-1a with his camera model. This is more than just rerouting some wires. It involves sniffing the USB traffic and drilling down in the datasheets for the chips used in the hardware. We’re not certain, but he may have even rolled new firmware for the dongle.

Details are a bit scarce right now. Your best bet is to watch the video embedded after the break. There is also a set of slides which [Joe] put together for a talk at this weekend’s BsidesPDX. It will give you a general overview of the process he went through. But he also started a forum thread and we hope to learn much more from that as the conversation gets going.

Continue reading “Nikon WU-1a WiFi Dongle Hacking”

Scripting To Automate Your Mindless Android Games

There’s a silly little Android game making some noise on the Interwebs. It’s called Curiosity which is a 3D cube with something inside. The thing is, every single pixel on the cube must be clicked in order to get through a layer. There are of course multiple layers, and… well, you get the point. [Stephen] figures this is a perfect thing for a bit of scripting and set out to find a way to automatically play the Android game.

As you can see above he’s got a pretty good start. To use the script in its current form he finds a part of the cube that is mostly solid green. The Android device is plugged into a computer using the USB cable, and the Android Debug Bridge runs the script. It’s amazingly simple, as it uses the monkeyrunner package which comes with the SDK. The proof is there, and it’s just a matter of whether or not he wants to spend his time to fully automate the playing of the game. You can see a demo of the script embedded after the break.

[Stephen’s] not new to automating things that he doesn’t want to do himself. Here’s an example of his code beating the PlayThru CAPTCHA.

Continue reading “Scripting To Automate Your Mindless Android Games”

Adding Charging Back To Old Apple Accessories

From time-to-time we’ve been frustrated by the lack of backwards compatibility for Apple accessories. We have a great Monster FM transmitter that used the screen of the original iPod to select a channel. That was a feature we just loved which it never worked with any future hardware. We may not be able to get that back, but perhaps this hack can help us implement the ability to charge newer Apple devices using older accessories.

Seen above is the mounting dock from the iPod Hi-Fi speakers released back in 2006. Apparently the sound out of this set of speakers is just great, but you won’t be able to charge your modern device while it’s playing music. That is unless you’re not afraid to solder on a few simple components and roll in a switching regulator which can source at least one Amp of current. As we’ve seen in the past, Apple uses a couple of voltage dividers to identify modern chargers. These are installed on the D+ and D- lines of the USB connector and are pretty easy to recreate if you know the voltage levels the device is looking for. In this case a 39K, two 51k, and one 75k surface mount resistors are free-formed right next to the connector on the Hi-Fi’s dock PCB. The regulator on the right supplies the juice for charging. It’ll charge modern devices now, and even work with the iPhone five if you use a simple dock connector adapter.

Laser Charged Glowing Display

Here’s one of the best takes on a glowing display that we’ve ever seen. Currently [H] is using his creation as a fuzzy clock, but it is certainly capable of displaying just about any messages.

The project uses a wheel of luminous paper as the display surface. This has a glow-in-the-dark quality to it which can be charged up using a bright light source. In this case a UV laser diode was used. This is perhaps the best possible source as its intensity will allow for very quick charging. The innovation here is the use of a second disk as a stencil. Look closely in the image above and you will see that the laser diode is mounted perpendicular to the display surface itself. A mirror reflects — and we believe slightly spreads — the laser dot. It then passes through a cut-out on the black wheel which is shaped as the desired character. As you can see in the video after the break, this results in a crisp and clear glowing letter.

Compare this project to the one that moves the diode itself like a plotter and we think you’ll agree this is a simpler implementation which still looks great!

Continue reading “Laser Charged Glowing Display”

Camera Gantry Rides On Garage Door Tracks

For as many garage and workshop videos we feature here on Hackaday, we’re surprised we haven’t seen this sooner.

[Todd] makes a bunch of videos in his garage shop, but using a tripod is a pain; he’s always tripping over his camera setup and it is just generally in the way all the time. His solution was to mount his camera to an overhead gantry, using the unused tracks for his garage door to move the camera around his workshop.

The build started with [Todd] taking his tripod and fabbing a mounting plate for it to be suspended in mid-air. This would leave the camera upside-down, so [Todd] also made a 90 degree bracket with a 1/4-20 bolt to hold the camera in position.

The actual gantry part of the build is fairly clever. First, [Todd] got a piece of square tubing the same length as the distance between his two garage door tracks. He made a truck that rides on six casters for this tube, then mounted this tube on garage door wheels.

The result allow [Todd] to move his camera anywhere within the footprint of his garage door tracks, including over his workbench and welding area. An ingeniously useful build that’s sure to provide a stable platform for his vlog-type thingies.

Vidia after the break.

Continue reading “Camera Gantry Rides On Garage Door Tracks”

Adafruit’s Got A New Board, An Official Arduino

There’s a new Arduino in town, this time designed in conjunction with Adafruit. It’s the Arduino Micro, a very neat little board designed for breadboard use.

Ostensibly an upgrade of the long in the tooth Arduino Nano, the new Micro takes all the best features of the new Arduino Leonardo and shrinks them down to a convenient stick of gum-sized package. It’s powered by the ATmega32u4 microcontroller, and with a MicroUSB port is able to emulate keyboards, mice and other USB input devices.

Of course with any microcontroller dev board, comparisons must be drawn between the Arduino Micro and the very popular Teensy USB dev board. Like the Teensy boards (and the new Arduino Leonardo), the Micro is able to function as a USB keyboard or mouse. The Teensys, though, is loaded with LUFA making it able to emulate just about anything from mice, USB audio devices, and MIDI synths.