RC Plane Made Specifically For UAVs

We’ve seen our fair share of remote-controlled planes turned into UAVs and FPV platforms, but the Techpod is the first airplane we’ve seen specifically designed to be used as a camera-equipped robotic airplane.

The Techpod is the brainchild of [Wayne Garris]. He has been flying camera-equipped FPV airplanes for a while now, but recently realized the current offerings of remote control planes didn’t match his needs. [Wayne] decided to design his own plane specifically designed with a pan/tilt camera mount in the nose.

[Wayne]’s prototype was designed with some very fancy aeronautical design software packages and milled out of foam. From the videos after the break, we can see the Techpod flies beautifully, but needs the Kickstarter community to bring his model to the masses.

The specs for the Techpod put it up there with other high-performances FPV and UAV models; with its 102 inch (2590 mm) wingspan and a pair of batteries wired in parallel, the Techpod can stay aloft transmitting video for up to one hour.

Video of the plane in action after the break.

Continue reading “RC Plane Made Specifically For UAVs”

DIY Oculus Rift VR

For those that absolultely can’t wait to get to experience the Oculus Rift, you can follow these plans to build your own.

MTBS3D forum user [Rfurlan] pledged in the oculus rift kickstarter (which concluded last night), but simply couldn’t wait till November/December to get his developer kit. That, and he’s probably only getting one, and who can live with only one? Since [Palmer], the creator of the oculus rift has been very open about parts, [Rfurlan] was able to compile build instructions for your very own Oculus Rift! Keep in mind though, this is only the immersive display, not the tracking component. It is also, possibly not exactly the same as the oculus, but rather the same as a recent prototype.

At one point he was having issues finding the correct lenses and [Palmer] jumped in to make some suggestions to keep things going. That’s the kind of enthusiasm that we love to see from an innovator, even when he’s in the middle of a kickstarted for the very item that [Rfurlan] is creating. This is a testament to the VR community.

Lets take a look at what makes this thing tick, and why it is such a big deal.

Continue reading “DIY Oculus Rift VR”

DIY Laser Cutter From Non-DIY Parts

[Jerry] missed the laser cutters he had been using at the local TechShop. It closed down and after seeing some hardware in a surplus store he decided to build a laser cutter to call his own. You won’t be disappointed by his build log. It’s got a ton of hi-res images and plenty of explanation.

Often, cost is the key consideration in these types of builds. [Jerry] spent a little more than average, but look what he got back out of it. This started as a CNC machine aimed at loading silicon wafers for a company making electron microscopes. It’s barely been used, and the light-duty specs will work just fine with a laser cutter as the gantry won’t be moving much weight or fighting the rotational force of a mill motor. He tore out the stock controllers and built his own, adding a q-switched 355nm Frequency Tripled DPSS laser along the way. We’re not quite sure what that means… but in laymen’s terms it’s an ultraviolet laser source. See the finished unit cutting out some Kapton in the clip after the break.

Continue reading “DIY Laser Cutter From Non-DIY Parts”

Hackaday Links August 31, 2012

Landing a fixed-wing through hotel balcony french doors

As you can see, launching an RC airplane off of a hotel balcony is easy. But watch the video and you’ll find out trying to fly through the french doors for a landing is another story. [Team BlackSheep] hits (har, har) Thailand in this collection of breathtaking flights.

Quieting rack-mount switch for home use

[VictorB] got his hands on this switch to beef up his home network. Since the three fans on the back sound like a jet engine he did some cutting to use a larger, quieter fan.

Component package alphabet

Sure, you probably know what SOIC stands for, but what is a CSP? You can clear things up a bit by studying your IC Alphabet.

ZX Spectrum audio card

For those still looking to squeeze everything they can out of a classic ZX Spectrum, here’s a way to improve the audio with a custom sound card (translated).

AVR programmer reprogrammed as an NES controller interface

[Slack] modified his USBasp programmer to uses as an NES controller interface. The hardware can be had on eBay for under $10, and he was already using one as a dev board. After seeing this USB to NES dongle post it didn’t take long to make the programmer into a gaming tool.

Taking Moving Time-lapse Images Over Days At A Time

It’s neat to watch these lilies open and close during the time-lapse movie. But what makes it even better is to see the camera slowly move during the time-lapse event. It’s thanks to a special dolly which the photographers built for this purpose.

The system is based on two curved and inclined pipes which make up the rails of the system. The dolly that rides along the rails has a geared motor on it which turns at 2 RPM. This is used as a winch, spooling a string that is tied to the high-end of the rail system. As the winch winds the string, the dolly slowly moves along the track.

To make this work over multiple days they covered all of the windows in foil and lighted the room with fluorescent fixtures. An intervalometer was used to trigger the camera every three minutes. An Arduino monitors the camera’s shutter LED via a light dependent resistor. Sixty seconds after an image is take the Arduino will drive the dolly motor for a few seconds

The finished video, as well as a hardware show-and-tell, can be seen after the break.

Continue reading “Taking Moving Time-lapse Images Over Days At A Time”

Preorder TI’s ARM Cortex-M4 Launchpad For $5 Delivered

Texas Instruments just open preorders for the new Stellaris LaunchPad. The boards won’t ship until the end of September, but if you don’t mind the wait you can get one for $4.99 including delivery (we’d wager non-U.S. addresses have to pay for delivery, but leave a comment if you know for sure several readers have reported that international shipping is free).

We routinely pay more in shipping for parts orders so we already jumped at the opportunity and put in our own order. Earlier in the month we heard the first murmurs about the device. We’re glad to see they hit the $4.99 target price, but the TI website mentions that this is a promotional price that will be available for a limited time only. The board boasts an ARM Cortex-M4 processor, the Stellaris LM4F120H5QR. It includes 256 KB of flash memory, 32 KB of SRAM, and more peripherals than you can shake a stick at. To get you up and running quickly they’ve included two user buttons and an RGB LED. As with the 16-bit Launchpad, the board acts as its own programmer. It has a microUSB jack, but they’ve included a micro B to USB A cable in the kit to make sure you don’t need to also put in a cable order.

We’ll give a follow-up post once we finally get our hands on the board. We hope this will be easy to get working with a Linux box!

[Thanks Chris]

What You Can Do When A Raspberry Pi Teams Up With An Arduino

We thought that connecting an Arduino to a Raspberry Pi was overkill, but one thing caught our attention. [Jan Stevens] mentions that the RPi is less expensive than the Ethernet Shield. Interesting. As we looked into his writeup a bit more we began to think he’s onto something. [Jan] uses the PHP serial class to communicate between the RPi and Arduino (dead link; Internet Archive). This ends up being a very inexpensive way to bring some of the more powerful web programming options to your hardware devices.

Sure, he’s just driving three RGB LEDs. But the demo video after the break gives us a glimpse as some of the interface options that become available when an embedded Linux machine is in play. He’s using jQuery, AJAX, PHP, and JSON to name a few. If you want to give this a try yourself you can grab the code from his Github repo. Of course we’re going to want to hear about any projects you develop from this starting point!

Continue reading “What You Can Do When A Raspberry Pi Teams Up With An Arduino”