Light LED’s With FIRE!

Reader [Andre] sent in a link which tells us all about this “cool” Copper Oxide Thermoelectric Generator. All you need is a bit of solid copper wire and a gas torch. Burn the wire so it gets a nice coating of oxide. From there, it is a matter of making the 2 sections of burned wire cross at a point and heat up only one of the wires. Whichever is hotter forms a cathode and whichever one is cooler is the anode.

Just one of these junctions is enough to produce a few hundred millivolts, but the author takes it a step further, well 16 steps further. He made a ring of these junctions in series, which is enough to light a bright blue LED. While the author notes that this thing is producing a considerable amount of voltage, its not producing much amperage. This could come in very handy in the future, like if you need some additional LED lighting for your camp stove.

WASP UAV Gets Some New Toys, Now Intercepts Your Phone Calls Too

wasp_drone

If you had the pleasure of attending last year’s DEFCON conference, you are no doubt familiar with [Mike Tassey] and [Richard Perkins]. There, the pair showed off a work in progress DIY aerial drone named WASP. Short for Wireless Aerial Surveillance Platform, WASP was impressive when we brought it to your attention last year, but the duo has spent some time completing their project, adding a few extra features in the process.

The drone still packs the same pico-ITX computer which now runs Backtrack5, and utilizes a 340 million word dictionary for cracking WiFi networks (pardon the pun) on the fly. While updated pen testing tools are well and good, the most impressive update is that the drone can now act as a standalone GSM tower. This allows the pair to trick nearby phones into routing calls through WASP before being relayed to their carrier’s network.

Once WASP is launched, the plane flies autonomously along a preset route, sniffing, hacking, cracking and gathering data until [Tassey and Perkins] summon it back to Earth. The drone is as impressive as it is scary, and we can’t wait to hear what the pair has to say about it this time around.

Continue reading to watch a video demo of WASP taking to the skies and doing its thing.

[via PopSci]

[Thanks, DainBramage1991]

Continue reading “WASP UAV Gets Some New Toys, Now Intercepts Your Phone Calls Too”

Robotic Gardener Takes Its Cue From Bomb Disposal Bots

[Dave] posted some pictures and videos of his ‘Nuntius’ robot on the Propeller forums. From the pictures it’s an impressive build, but to really appreciate [Dave]’s skill, check out the Youtube demo.

The controller is a Propeller protoboard with bits of angle aluminum fastened together. Pots are positioned at the joints of the remote’s arm so the robot’s arm can mirror the shape of the remote. We usually see Armatron bots controlled via computer, or in the rare case of human control, a mouse. [Dave]’s build just might be one of the first remote manipulator builds we’ve seen on Hack A Day.

Continue reading “Robotic Gardener Takes Its Cue From Bomb Disposal Bots”

Making The Case For In-circuit Debugging Tools

in_circuit_debugging_of_pic_microcontrollers

If you are in the market for a PIC microcontroller programmer, you may want to consider a model with an In-Circuit Debugger (ICD). [Rajendra] put together a great tutorial on using an ICD when debugging PIC firmware, which makes a pretty convincing argument for owning one.

In his tutorial, he happens to be using a MikroElektronika PICflash2, but he says that there are plenty of other ICDs out there if you are not keen on this particular model. The PICflash2 not only acts as an ICD, but as the name suggests it works as an ICSP as well.

[Rajendra] walks us through a short debugging session using some simple code that reads data from an LM34DZ temperature sensor, displaying the results on an LCD screen. While he isn’t actually hunting for bugs, he does show how easy it is to step through the PIC’s code one statement at a time, evaluating variables and registers along the way.

[Rajendra] does point out that using an ICD does occupy a few I/O pins while running, limiting your resources just a bit. We think that being able to debug code as it runs is pretty reasonable tradeoff if you don’t necessarily need each and every pin available for use.

Fonera-based Quadcopter Can Be Controlled From A Web Browser

fonera_html_controlled_quadcopter

[Tiakson] just wrapped up the construction of a quadcopter which piqued our interest due to the unexpected mix of hardware he used.

A good portion of the copter is made up of the essential bits we have come to expect from a quad rotor system. Instead of using an Xbee or hobby wireless controller however, [Tiakson] opted to use an old Fonera router running OpenWRT to control the system. He wrote special software that allows him to direct the quadcopter using an HTML 5 interface, adding a few kernel tweaks along the way that enabled him to emulate I2C ports over GPIO pins.

The Fonera takes in data from Wii nunchuck and Motion+ sensors, relaying commands to the on-board PIC 16F976 microcontroller. The PIC is used to manage the electronic speed controller modules using PWM, which the Fonera could not handle on its own.

This is a great use for a old router, and the cost is obviously far cheaper than buying off the shelf wireless control modules. We would love to hear how much extra weight the Fonera adds, as well as if there is any controller lag introduced by the web-based interface.

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

Continue reading “Fonera-based Quadcopter Can Be Controlled From A Web Browser”

How To Take A Travelling Electronics Lab On The Road With You

If you’re a frequent traveler, or if you don’t have a garage or basement and find your kitchen table is doomed to serve most of its life as an electronics bench this hack is for you. [Robovergne] came up with a mobile electronics lab (translated) in order to help preserve the Wife Acceptance Factor for his hobby.

The project comes in two parts. On the right you see the pair of component storage cabinets. These are high-quality examples that fully enclose each drawer (cheaper cabinets are open at the back). This way, [Robovergne] was able to connect two of them together with a piano hinge, and add some carrying handles to the top.

The second half of the project is the bench itself. It features a lab supply, soldering iron transformer and holder, and some breadboards for good measure. The base of the unit houses a drawer which carries the bulk of his tools. Now he can pack up and clear out the living room in one single trip.

Workshop Lights So Bright, They Will Give You Sunburn

workshop_led_lighting_control

There are few things more frustrating than trying to tinker at your workbench with suboptimal lighting. [Jeremy] was toiling away in his workshop one afternoon when he decided that he finally had enough, and set out to overhaul his lighting setup.

His workshop is incredibly bright now, sporting a handful of under the shelf CCFL tubes to complement the mixture of cool and warm LEDs that are mounted on the ceiling. One thing we really liked about his setup is that he added a handful of LEDs to the bottom of his workbench, aimed at the floor – perfect for those times when a tiny screw or SMD component goes missing.

Everything is controlled by an ATMega 328 that he shoved into a project box, allowing him to tweak the lighting to suit his needs using a few simple buttons and a small LCD panel.

[Jeremy] says that the entire thing is “overkill” and that it is decidedly the messiest wiring job he has ever done. For something that was put together hastily in an afternoon, we think it’s just fine. The only thing we’re left wanting is some schematics and source code.

As far as the overkill comment goes, say it with me: There. Can. Never. Be. Too. Many. LEDs!

Stick around to watch [Jeremy] give a demonstration of how the system operates.

[via Adafruit blog]

Continue reading “Workshop Lights So Bright, They Will Give You Sunburn”