Boost Around Town With This 3D Printed Bicycle Assist

[MechEngineerMike]’s bike boost is just a pleasure to look at, and, we’re certain, a relief to use. While it’s not going to rocket you down the street, it will certainly take some of the pain away. (Just like the professionals!)

It’s one thing to design a device that can fit one bicycle. It’s quite another feat if it can support multiple frames. On top of that, it’s even simple. It attaches at one point and transfers the power to the wheel easily. There’s even just one wire to connect, an RCA cable, to engage the boost.

We really like the clever way [Mike] used the rotating shell of an outrunner motor as the surface that presses against the wheel. We wonder if a cast polyurethane rubber tire for the motor would help, or just help overheat the motor?

The parts for the device are 3D printed and pretty chunky. They should hold up. Check out the video of it boosting [Mike] to the grocery store, where he can, presumably, buy less with all the calories he saved after the break.

Continue reading “Boost Around Town With This 3D Printed Bicycle Assist”

Strandmaus, Small R/C Strandbeest

[Jeremy Cook] has been playing around with strandbeests for a while, but never had one that walked until he put a motor on it and made it R/C controlled.

These remote controlled strandbeests can’t be too heavy or they have trouble moving. He didn’t want to get too complicated, either. [Jeremy] decided his first idea – hacking a cheap R/C car – wouldn’t work. The motors and AA batteries in these cars are just too heavy. Then he realized he had a broken quadcopter lying around. The motors were all burnt out, but the battery, controller, and driver board still works. On a hunch, he hooked up beefier motors to the front and left rotor control, and found that it worked just fine.

The rest of the work was just coupling it to the mechanism. The mechanism is made of wood and metal tubes. [Jeremy] found that the strandmaus had a tendency to fall down. He figures that’s why the original strandbeests had so many legs.

For his next iteration he wants to try to make it more stable, but for now he’s just having fun seeing his little legged contraption scoot around the floor. Video after the break.

Continue reading “Strandmaus, Small R/C Strandbeest”

Hand Gestures Drive Car

There are a number of ways to control an automobile without using the pedals, and sometimes even without using the steering wheel. Most commonly these alternative control mechanisms are installed in vehicles whose owners are disabled in some way, but [Anurag] has taken this idea of alternative control one step further. He has built a car that can be driven by hand gestures alone.

On a remote controlled car, a Raspberry Pi 2 was installed that handles processing and communication. A wireless network is created on the Pi, and a laptop connects to the Pi over the network. The web camera on the laptop regularly captures frames at 15 fps to check for the driver’s hand gestures. The image is converted to gray scale, thresholded, contours are obtained, and the centroid and farthest points are obtained.

After some calculations are done, a movement decision is taken. The decision is passed to the Pi, which in turn, passed that to the internal chip of the car. All of the code is available on the project’s github page. [Anurag] hopes that this can be scaled up to full sized cars in the future. We’ve seen gesture-based remote controls before that rely on Sonar sensors, so it’s interesting to see one that relies strictly on image processing.

Continue reading “Hand Gestures Drive Car”

Automating RC Motor Efficiency Testing

Small brushless motors and LiPo batteries are one of the most impressive bits of technology popularized in recent years. Just a few years ago, RC aircraft were powered by either anemic brushed motors or gas. Quadcopters were rare. Now, with brushless motors, flying has never been easier, building electric longboards is simple, and electric bicycles are common.

Of course, if you’re going to make anything fly with a brushless motor, you’ll probably want to know the efficiency of your motor and prop setup. That’s the idea behind [Michal]’s Automated RC Motor Efficiency Tester, his entry to the 2016 Hackaday Prize.

[Michal]’s project is not a dynamometer, the device you should use if you’re measuring the torque or power of a motor. That’s not really what you want if you’re testing brushless motors and prop configurations, anyway; similarly sized props can have very different thrust profiles. Instead of building a dyno for a brushless motor, [Michal] is simply testing the thrust of a motor and prop combination.

The device is very similar to a device sold at Hobby King, and includes a motor mount, microcontroller and display, and a force sensor to graph the thrust generated by a motor and prop. Data can be saved to an SD card, and the device can be connected to a computer for automatic generation of pretty graphs.

Brushless motors are finding a lot of uses in everything from RC planes and quadcopters, to robotics and personal transportation devices. You usually don’t get much of a data sheet with these motors, so any device that can test these motors will be very useful.

The HackadayPrize2016 is Sponsored by:

The Ultimate 1:1 BB-8 Build Guide

BB-8 is not only a cute little droid but also presents dandy of a challenge for hackers ’round the globe to try and recreate in the garage. Nonfunctional models are a dime a dozen and the novelty has long worn off the Sphero toy. This brings us to a legit full-scale BB-8, seen in action in the video after the break.

Lucky for us, [Ed Zarick] has written up a blog post that’s as impressive as the build itself. [Ed] has drawn some inspiration and shared knowledge from several online groups focused around recreating the BB-8. He also provides some thorough Solidworks assemblies that look painfully detailed.

Continue reading “The Ultimate 1:1 BB-8 Build Guide”

Fire Breathing Animatronic Waterfowl, Just Because

Unless you’re a collector or a hunter, waterfowl decoys are pretty boring. Radio controlled decoys that can putt around are kind of cool. But a radio controlled animatronic fire-breathing decoy? That’s the very opposite of boring.

This is another one of those projects from the “Why the Hell Not?” files, and [David Windestål] is pretty clear that there’s no practical purpose for a flame-throwing, floating fowl. This doesn’t stop him from including 100-plus pictures as well as the video below in his detailed build log, and there are actually some tips to be had here. The remains of an RC racing boat that can hit 30 km/h are used for the floating gear; sadly the decoy superstructure reduces the speed by a factor of 10, so if you’re hoping for a high-performance decoy you’ll be disappointed. The rotating head and evil glowing LED eyes make up for that, though, as does the articulated beak. But the butane flame thrower, with laser-cut acrylic frame and servo flow control, really adds to the menace of the Duck from Hell. Or goose. Whatever.

As with most projects of this type, this is clearly a “do not try this at home” build, but it looks like a bunch of fun. For more ill-advised fun check out this mini RC flame thrower or the Doof warrior ukulele.

Continue reading “Fire Breathing Animatronic Waterfowl, Just Because”

Using Arduino For Quadcopter Spectrum Analyzers

First-person-view (FPV) flying, by adding a camera, video transmitter, and video goggles to the meat on the ground, is one of the best ways to experience remote-controlled flight. For just a few hundred dollars, it’s the closest thing you’re going to get to growing wings and flying through the trees of your local park. One of the most popular and cheapest ways to go about this is the Boscam RX5808 wireless receiver – a $9 module able to pull down video from an aircraft over 5.8GHz radio. Stock, this radio module is just okay, but with a few modifications, it can be turned into a very good receiver with a spectrum analyzer and autoscan.

The Boscam RX5808 has three DIP switches to allow for eight different channels for receiving video, and this is where most RC hobbyists stop. But the module also has a very capable SPI interface, and by adding a simple Arduino, the complete capabilities of this receiver can be unlocked.

The core software for the build is [markohoepken]’s rx5808-pro and rx5808_pro_osd, and [crazyheea]’s rx5808-pro-diversity to enable all the capabilities available in the RX5808 receiver. With an off-the-shelf LCD, this mess of wires and boards turns into an auto-scanning spectrum analyzer that’s also able to put video from a drone onto a screen.

[garagedrone] put together a very complete demo video of the entire build. You can check that out below.

Continue reading “Using Arduino For Quadcopter Spectrum Analyzers”