Sealed-System Bucket Loader Cleans Messes In Dangerous Places

[youtube=https://www.youtube.com/watch?v=XjHJ71SVop4&w=580]

 

Cleaning up after a disaster is hard and dangerous. But the ROEBL project is trying to make it substantially safer by removing the human operator from harm’s way. The Remote Operated Electric Bucket Loader had a big double-fenced, cement barrier play area set up at Maker Faire and [Justin Gray] walked us through the project which concluded with a demonstration of the hardware.

For now the operator does need to be on site to see what the loader is doing, but a first-person video setup is planned for the future. Still, removing the operator from the jarring experience of riding inside is an improvement. And the sealed nature of the electric and hydraulic systems mean that it can operate in areas inundated with liquids like water or oil.

The video above has a 90 second demonstration at the end (while we all laugh like children at what really was a giddy display of power being thrown about by a handheld controller). The ROEBL website has a gallery where you can see the conversion process that started with a standard diesel machine.

Reading 2.4GHz Transmitters With An Arduino

QuadThere are a lot of cheap quadcopter kits out there, sold ready to fly with a transmitter and battery for right around $50 USD. One of the more popular of these micro quads is the V2X2 series. They are, unfortunately not compatible with any other radio protocol out there, but [Alexandre] has managed to use the transmitter included with his V202 quad to send data to an Arduino.

Like most quads, the transmitter that came with [Alexandre]’s V202 operates on 2.4GHz. Listening in on that band required a little bit of hardware, in this case a nordic Semiconductors nRF24L01p. Attached to this chip is a regular ‘ol Arduino running a bit of code that includes [Alexandre]’s V202 library.

Right now, the build can detect if the quad is bound or not, and read the current position of the throttle, yaw, pitch, and roll, as well as all the associated trims. It’s just the beginnings of [Alexandre]’s project, but his eventual goal is to build an Arduino bot based on the code, complete with RC servos. Not bad for a transmitter that will be utterly useless when the microquad eventually breaks.

Continue reading “Reading 2.4GHz Transmitters With An Arduino”

Remote Control Anything With A PS3 Controller

back

When looking for a remote control for your next project, you might want to look in your living room. Wii controllers are a hacker’s favorite, but wagging an electronic wand around isn’t the greatest for remote control planes, cars, tanks, and multicopters. What you need for this is dual analog controls, something every playstation since the 90s has included.

[Marcel] created a replacement electronics board for the Sony DualShock 3 controller for just this purpose. With this board, an XBee, and an old controller, it’s easy to add dual analog control and a whole lot of buttons to any project using an XBee receiver.

The replacement board is based on the ATMega328p uC, includes a Lipo charge circuit and power supply, and inputs for the analog sticks and all the button boards inside the DualShock controller.

Yes, we have seen an earlier version of [Marcel]’s project before, but this time he’s added a few new features – the rumble now works and thanks to multiple people unable or unwilling to spin a few boards, [Marcel] has put up an Indiegogo campaign.

Video below.
Continue reading “Remote Control Anything With A PS3 Controller”

Remote Controlled Lawn Mower Lets You Sit Back And Enjoy The Show

“Its hard to find people that actually WANT to mow their lawn.” A more true statement has never been made. [Kurt’s] project turns an old lawn mower into a remote control lawn mower.

The first step of this build is to replace the front drive wheels with mini-bike tires which have built-in gear tooth sprockets. The rear wheels were then replaced with large caster wheels. The 12-24V DC motors and gear boxes used come from National Power Chair. While we have seen more complicated RC lawn mowers before, this project is a great way to get started. All that [Kurt] wanted was to make lawn mowing more fun, we believe that he has succeeded. This thing is very mobile and can turn on a dime. Check out the demo video after the break.

What’s next? Add a GPS, a Raspberry Pi, and a few other odds and ends. Tie it together with some clever programming and you will have your own autonomous lawn mower. Have you already created a completely autonomous lawn mower? Let us know!
Continue reading “Remote Controlled Lawn Mower Lets You Sit Back And Enjoy The Show”

3D Printed Netduino Remote Controlled Car

netduinocar

[Matt] lives in South Africa, where homes have smallish crawlspaces (some only 30cm high!) that he can’t quite squeeze himself into. Even if he could, he probably wouldn’t: they’re apparently vacation homes for the local rats. He did, however, want to explore these spaces to get a better idea what’s going on inside, so he built a Windows Phone-controlled car with a Netduino and 3D-printed parts.

Such a specialized application requires unique parts, so [Matt] designed and 3D-printed the wheels and frame from scratch. You’ve probably noticed that the wheels aren’t your typical cylinders. The terrain [Matt] faces is sand, so the spiked shape provides better grip. The body’s design required extra attention because it holds the motors, the Netduino, the motor driver, and the battery.

A Bluetooth module connects to the Netduino and allows [Matt] to drive the car with his Windows Phone, and an inexpensive 5V LED board provides some light for those dark corners. How does it see once inside the crawlspace? It looks like [Matt’s] getting to that part. His plan is to simply mount a second phone running Skype and watch the stream. Stick around after the break to see [Matt] use the car to both confuse and excite his dog.

Continue reading “3D Printed Netduino Remote Controlled Car”

Sniffing Wired Garage Door Opener Signals

sniffing-garage-door-signals

In addition to being something fun to do with an oscilloscope, this could be a valuable time-saver for anyone looking to tap into the wired communications on a garage door opener. If you own an older model you might be scratching your head. But newer units have more than just one button operation, usually extending to at least two extra buttons that control the lights on the motor unit and lock out wireless control. A quick probing turned up the communication scheme used by the button unit mounted next to the door into the house.

We’ve patched into our own garage door using a simple relay to interface with a microcontroller which will still work for opening and closing the door But if you’re looking for extended control you need to spoof one of the timing signals detailed in this post. We like the stated examples for future hacks: building a better wired button unit, or adding some type of RFID integration. We could see this approach for hacking in motion light control for door openers that don’t have it.

[Thanks Victor]

Fubarino Contest: Hackaday Tells You You’re A Terrible Pilot

glider

[Mikko] is in to flying F3B racers – remote control airplanes with a three meter wingspan. These races require the pilot to know how much time he has left, and when flying a remote controlled airplane to the edges of visual contact, it’s just not possible to look down and check a stopwatch.

To solve this problem, [Mikko] created a talking F3B timer to announce the flight time and how much time is left in 30 second increments. It’s based on a WTV020 audio module that plays audio from an SD card.  Right now it’s just in the prototype phase, but he does have some code and documentation online.

As for the easter egg, [Mikko] programmed his timer so that if the flight lasts exactly 33 seconds (with millisecond resolution), the Hackaday URL is displayed on the Nokia LCD. We’re betting a flight time of 33 seconds would be highly correlated with a horrible malfunction and the loss of a thousand dollar airframe, so we’re more than happy to cheer [Mikko] up if he eventually sees this easter egg in the field.

Video of the talking timer speaking Finnish below, and a video showing off what these huge sailplanes can do right here.


This is an entry in the Fubarino Contest for a chance at one of the 20 Fubarino SD boards which Microchip has put up as prizes!

Continue reading “Fubarino Contest: Hackaday Tells You You’re A Terrible Pilot”