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”

Reverse Engineering A Syma 107 Toy Helicopter IR Protocol

Half the fun of buying toys for your kids is getting your hands on them when they no longer play with them. [Kerry Wong] seems to be in this boat. He bought a Syma S107G helicopter for his son. The flying toy is IR controlled and he reverse engineered the protocol it uses. This isn’t the first time we’ve seen this type of thing with the toy. In fact, we already know the protocol has been sniffed and there is even a jammer project floating around out there. But we took a good look at this because of what you can learn from [Kerry’s] process.

He starts by connecting an IR photo diode to his oscilloscope. This gave him the timing between commands and allowed him to verify that the signals are encoded in a 38 kHz carrier signal. He then switched over to an IR module designed to demodulate this frequency. From there he captures and graphs all of the possible control configuration, establishing a timing and command set for the device. He finishes it off by building a replacement controller based on an Arduino. You can see a video of that hardware after the break.

Continue reading “Reverse Engineering A Syma 107 Toy Helicopter IR Protocol”

Controlling A Quadcopter With A Homebrew Remote

When [Matt] started building his multirotor helicopter, he was far too involved with building his craft than worrying about small details like how to actually control his helicopter. Everything worked out in the end, though, thanks to his homebrew RC setup built out of a USB joystick and a few XBees.

After a few initial revisions and a lot of chatting on a multirotor IRC room, [Matt] stumbled across the idea of using pulse-position modulation for his radio control setup.

After a few more revisions, [Matt] settled on using an Arduino Pro Mini for his flight computer, paired with a WiFly module. By putting his multicopter into Ad-hoc mode, he can connect to the copter with his laptop via WiFi and send commands without the need for a second XBee.

Now, whenever [Matt] wants to fly his multicopter, he plugs the WiFly module into his MultiWii board, connects his laptop to the copter, and runs a small Python script. It may not be easier than buying a nice Futaba transmitter, but [Matt] can easily expand his setup as the capabilities of his copter fleet grows.

Video of [Matt]’s copter in flight after the break.

Continue reading “Controlling A Quadcopter With A Homebrew Remote”

IR Remote As PC Input

As a learning experience [GeriBoss] put together an IR remote control receiver board for his PC. His want of volume control from across the room was reason enough to undertake the project, and he got to work with a 38 kHz receiver module and Manchester encoding in the process.

The decoder portion of the project is built around an ATtiny2313 chip. The external interrupt pin (INT0) is connected to a TSOP31238. When it decodes a valid remote code it pushes a character to the RS232 chip connecting to the computer’s serial port.

We think this is a wonderful accomplishment for [GeriBoss], but we encourage him to refine the design further. You’ll notice in the image there’s a USB port on the board which is only used to provide regulated power. We know it’s possible to use V-USB with the ATtiny2313 to add USB functionality and this would be a great way to learn about it. We’d also like to mention the resistor and capacitor suggested for filtering the IR receiver module signal. We’ve included the recommended application schematic for that part after the break.

Continue reading “IR Remote As PC Input”

A Large Hexapod Made Of Wood And PVC Pipe

pvc hexapod rc tests with Evie the dog

Although not the biggest hexapod walker we’ve seen by any means, this one is nonetheless worth a mention. Made with windshield wiper motors, PVC pipe, and lots of wood, it’s still a good size ‘bot. It’s a work in progress, but check out the video of it’s legs being tested as well as one of it’s preliminary assembly after the break.

Control is similar to this little hexapod that we’ve featured before in the the front and back legs are driven by a motor and linked together using threaded rod.  In this case though, the rod is 1/4 – 20, much larger than the 4-40 rod used by it’s little predecessor. Also unlike little PegLeg, the middle legs are independently actuated, not linked together. This should allow for some different modes of locomotion.

Different modes of locomotion, that is, if it’s able to walk. Although able to pick itself up, the middle legs are barely strong enough to support the large battery and powerful, but heavy, automotive motors. This is an introductory post to this project, and everything will hopefully be worked out and explained in time. Be sure to check back and see how this robot progresses, and the details of the different elements of this ‘bot. Continue reading “A Large Hexapod Made Of Wood And PVC Pipe”

Excavate Your Basement Using RC Equipment

basement excavation

Although it could be debated as to whether or not this is a “hack,” since the equipment used is built for excavation, the scale of it seems deserving of a mention. In the linked article, [Joe] is quoted as saying, “the common misconception here is that the RC’s are not here to excavate my basement, but rather the basement excavation project is here for the RC’s.”  This could be a motto for most makers/hackers in that projects are frequently not done for the resulting product, but for the experience of making something your own.

According to [Joe], he excavates 2 – 3 cubic yards per year with his little RC vehicles.  Living in Canada as a rancher and farmer, he’s required to be near his home to feed his hungry animals even during the cold winter months. During this time, there can be very little to do. After sometimes working 16 hour days during the summer, he needed something to keep him occupied close to home. Be sure to check out the excavation video after the break, or check out the original article for even more pictures and video! Continue reading “Excavate Your Basement Using RC Equipment”

One Remote To Stream Them All

We’d bet that most readers stream video as the lion’s share of their entertainment consumption. It’s getting easier and easier thanks to great platforms like XBMC, but not everything is available in one place, which can be a bit off-putting. [Tony Hoang] is trying to simplify his viewing experience by creating one remote to rule all of his streaming software. He’s got an HTPC connected to his entertainment center, and used a bit of scripting to add some functionality to this Lenovo N9502 remote control.

The hack is entirely software-side. The remote already works quite well, but he remapped the home, end, and page up buttons, as well as the mouse controller. The three buttons will launch XBMC, Hulu, and Netflix respectively. They are also set to kill the other applications before launch so that one button will do everything needed to switch between one another. The mouse remapping takes care of up, down, left, and right keys for navigation in the UI and control of the playing videos. See a demo of the setup after the break.

Everything was done with autohotkey scripts for Windows. But this should be easy to code with other OSes as well. If you’re prone to have a slip of the finger you might want to work out a double-click to launch the applications so you don’t accidentally hit a key in the middle of your favorite show.

Continue reading “One Remote To Stream Them All”