Putting 300 Watts Of LEDs On An RC Plane

Being a member of the FPVlab forums, [HugeOne] is really in to strapping a video camera to RC airplanes and flying around by the seat of his pants. He’s also in to flying his plane at night. Combine these two interests, and you’ve got 300 watts of LEDs flying around at night, most likely causing a spike in UFO reports in [HugeOne]’s native Quebec.

The main issue with putting 16 CREE XM-L LEDs in such a confined space is the issue of heat; even though these LEDs are amazingly efficient, they still produce a good amount of heat. [HugeOne] solved this problem by soldering these LEDs to a piece of copper pipe and connecting two radiators to his plane for liquid cooling.

The result is a small, lightweight LED array capable of producing more than 20,000 lumens flying around the wilds of Quebec. This greatly improves [HugeOne]’s night flying ability (video after the break), and has surely annoyed the local police department with an increase in UFO reports.

Does anyone know how bright the nav and landing lights on single-engine passenger airplanes are?

Continue reading “Putting 300 Watts Of LEDs On An RC Plane”

Programming A Propeller On An ARM

[Stefan] uses a small ARM-powered netbook for his development work, so when he tried to play around with the Parallax Propeller he ran into a few problems. The official tools from Parallax are Windows only, and the available 3rd party dev tools are only compiled for x86. After a lot of futzing about, [Stefan] was able to develop on his ARM netbook and wrote in to tell us how it’s done.

Luckily, Parallax released a GCC port for the Propeller, but unfortunately isn’t completely portable to ARM. The Propeller loader for this architecture ambivalent build uses a little bit of SPIN code, which can only be compiled on Intel machines.

To get around this problem, [Stefan] wrote an installer script to gather all the necessary bits of code to his computer. His ARM/Linux toolchain consists of the Propeller GCC, an open source SPIN compiler, and a Python script used to load code [Stefan] found on the Propeller forums.

Now that [Stefan] has a complete toolchain for programming the Propeller on an ARM device, it’s possible to develop for this very cool multi-core microcontroller on his netbook or even the Raspberry Pi.

Hackaday Links: September 7, 2012

MakerSlide, European edition

We’re all familiar with the MakerSlide, right? The linear bearing system that has been turned into everything from motorized camera mounts to 3D printers is apparently very hard to source in Europe. A few folks from the ShapeOko forum have teamed up to produce the MakerSlide in the UK. They’re running a crowdsourced project on Ulule, and the prices for the rewards seem very reasonable; €65/£73 for enough extrusion, v-wheels, and spacers to make an awesome CNC router.

Kerf bending and math

A few days ago, I made an offhand remark asking for an engineering analysis of kerf bending. [Patrick Fenner] of the Liverpool hackerspace DoES already had a blog post covering this, and goes over the theory, equations, and practical examples of bending acrylic with a laser cutter. Thanks for finding this [Adrian].

276 hours well spent

[Dave Langkamp] got his hands on a Makerbot Replicator, one thing led to another, and now he has a 1/6 scale model electric car made nearly entirely out of 3D printed parts. No, the batteries don’t hold a charge, and the motor doesn’t have any metal in it, but we’ve got to admire the dedication that went in to this project.

It was thiiiiiiis big

If you’ve ever tried to demonstrate the size of an object with a photograph, you’ve probably placed a coin of other standard object in the frame. Here’s something a little more useful created by [Phil]. His International Object Sizing Tool is the size of a credit card, has inch and cm markings, as well as pictures of a US quarter, a British pound coin, and a one Euro coin. If you want to print one-off for yourself, here’s the PDF.

Want some documentation on your TV tuner SDR?

The full documentation for the E4000/RTL2832U chipset found in those USB TV tuner dongles is up on reddit. Even though these chips are now out of production (if you haven’t bought a proper tuner dongle yet, you might want to…), maybe a someone looking to replicate this really cool device will find it useful.