Controlling A Micro Helicopter With A PS2 Controller

The Syma S107G is a venerable stalwart of the micro helicopter market. Affordable, robust, and ubiquitous, the S107G relies on infrared to receive its control signals. Emboldened by the prior work of others, [Robert] set out to control his with a Playstation 2 controller.

In this project, [Robert] is standing on the shoulders of giants, so to speak – we’ve seen others reverse engineer the S107G’s communications protocol before. [Robert] combined the efforts of several others to understand how to send commands to the helicopter, including use of two separate channels for controlling two at once.

With the knowledge of the necessary protocols, it’s then a matter of hooking up 3 LEDs in a somewhat unconventional series arrangement with a 9 volt supply, to be switched by an Arduino hooked up to a computer. A Javascript application running on the computer reads the state of a Playstation 2 controller, and spits it out over serial to the Arduino, which flashes the LEDs.

It’s not the neatest, most lightweight way of building a new controller for your remote control toy, but it does show how quickly one can throw together a project in a weekend by combining modern hardware and software tools. Plus, it’s a great learning experience on a platform that’s been experimented with the world over.

World’s Largest Super Soaker Is Dangerously Good Clean Fun

Running around while dousing each other with Super Soakers and screaming in delight is de rigueur on suburban lawns on hot summer days, but if you build this giant replica of a Super Soaker that can double as a pressure washer, you might have the upper edge on the neighborhood gang.

You may remember [Mark Rober] from such projects as his bullseye-catching dart board and his previous entry in the awesome uncle of the year awards, the fully automatic snowball gun. We’re not entirely sure that this seven-foot long replica of the original Super Soaker will win him any uncle or neighbor plaudits, given that it the stream it produces is not far off of what a pressure washer can manage and can literally slice a watermelon in half. Fortunately, [Mark] included swappable nozzles to reduce the pressure enough that relatively safe dousing is still on the table. The housing is a pretty accurate plywood and foam replica of the original toy, but the mechanism is beefed up considerably — a pair of nitrogen tanks, some regulators, and a solenoid valve. See the gun in all its window-smashing, kid-soaking glory in the video after the break.

We realize [Mark]’s build is just a fun way to beat the heat, but it gives us a few ideas for more practical uses. Maybe a DIY water-jet cutter that’s not built around a pressure washer?

Continue reading “World’s Largest Super Soaker Is Dangerously Good Clean Fun”

Electric Skateboard Rocks The Giant LEGO

[James Bruton] built an electric skateboard out of oversized LEGO bricks he printed himself, and equipped the board with an excellent re-creation of a classic motor.

He began by downloading brick, gear, and pulley designs from Thingiverse and printing them up five times their normal size, taking 600 hours. The deck consists of 8M Technic bricks lengthwise and 4M bricks crosswise, with plates covering top. There’s even a monster 5×6 plate that’s clearly courtesy of a parametric brick design because you won’t find that configuration among LEGO’s official parts.

The coolest part of the project is probably [James]’ re-creation of an old school LEGO motor. He sized up a 6216M Technic motor originally rated for 4.5V swapping in a 1.5 kW, 24V motor controlled by a 120A ESC and powered pair of Turnigy 5000mAh LiPos wired in series.

[James] had to design his own casing in Blender because couldn’t find a file for the original LEGO part—pro tip for the future, LDraw has the 6216 design and it can be dropped into Blender.

Another nice touch are the wheels, with hubs based off upsized 40-tooth Technic gears with Ninjaflex tires that weigh half-a-kilo each and took 32 hours apiece to print.

We’ve published a lot of [James] ‘ work, including his BB-8 model and some of his other Star Wars models. Continue reading “Electric Skateboard Rocks The Giant LEGO”

Robot Car Follows Wherever You Go

Having a pet can really make a difference to your happiness at the end of the day, but they’re also a lot of work. This project by [Ioannis Stoltidis] does something similar — minus all the responsibility. The Smart Car Follower Project is designed to track people using Bluetooth and IR and follow them around from room to room.

Submitted as part of a Master’s thesis, this project hacks a toy car and uses a key chain transmitter that sends the tracking signals. A Raspberry Pi 3 combines the Bluetooth RSSI and IR signals to make create an estimate of the position of the beacon. Arduinos facilitate the IR signaling as well as the motor control allowing the robot to chase the user around like a puppy. The whole thing also comes with obstacle avoidance using ultrasonic sensors on all sides which are good if you have a lot of furniture in the house.

You can also choose to go manual-mode and drive it around the block using a PC and gamepad. A webcam connected to the onboard computer allows a first person view of the vehicle by sending the video feed over wifi to a PC application. OpenCV is used to create the final GUI which allows you to see and control the project remotely. The source code is available for download for anyone who wants to replicate the project. Check out the video of it in action below.

Continue reading “Robot Car Follows Wherever You Go”

Mindstorms Morse Key Writes To Drawbot

[Jason Allemann] built a Mindstorms Telegraph Machine that packs so many cool details that HaD is about to have a fit.

First off, It’s a drawbot able to write letters, a difficult feat given a lack of native stepper motors and the limited gear options for Mindstorms.  Trying to draw letters with servos typically makes for some ugly letters. And how does the drawbot know what to write? You code them in with Morse code. The second video after the break shows [Jason]’s setup. He has a Mindstorms touch sensor with a LEGO Morse key attached to it. He simply taps on the key and the EV3 Intelligent Brick interprets his dots and dashes and translates them into letters.

Next off, [Jason]’s printer is built using one EV3 set. It’s one thing to build a cool Mindstorms robot with whatever you have in your parts bin, but the gold standard is to make a project that can be built with only one EV3 set. That way, anyone with the set can build the project. Precious few really cool projects can be built with just one set–[David Gilday]’s MindCub3r Rubik’s cube solver comes to mind. Dude, this is another one.

Last off, [Jason] breaks down how to build it, providing full LDraw building steps and EV3 code on his site. Even better, he shows how to supersize the project by adding a second EV3 brick, which can connect to the drawbot’s EV3 brick via bluetooth and serve as a standalone CW key. He shows off this part in the second video.

Icing on the cake, [Jason] even built a Morse reference book, done appropriately in 100% LEGO.

Hackaday loves innovative LEGO projects, like this game-playing robot and this LEGO exoskeleton.

Continue reading “Mindstorms Morse Key Writes To Drawbot”

Building A Smart Airsoft Gun With Open Source Hardware

[matt8588] designed a smartgun rig for his Airsoft shotgun (YouTube, embedded below). He has a Rasperry Pi 3 mounted inside a PEQ box connected to an infrared camera with an IR tac light helping with illumination. A series of buttons control a crosshair pattern superimposed on the camera image, which is displayed on a tablet. You can also reposition the crosshairs to shoot further away. One of the buttons triggers a signal on the transmitter, for setting off Airsoft claymores during battle. A second Pi, a Zero, connects to an BerryIMU sensor that controls a “traffic light” arrangement of 12mm LEDs that warn him when he’s moving the gun too much to be accurate.

If you want to check out [Matt’s] progress, he’s posted videos of him showing off the gun’s accuracy, including one after the break in which he shoots accurately from a standing position while looking down at the tablet. You can find code for both Pi’s on his GitHub repository.

We suppose it goes without saying that Hackaday has a plethora of Airsoft projects. We especially love the Airsoft sentry gun, the rover-mounted Airsoft gun, and the drone-mounted POV Airsoft turret we published.

Continue reading “Building A Smart Airsoft Gun With Open Source Hardware”

Three Magnets Make Fidget Spinners Amazing And Only Engineers Will Appreciate This Hack!

The fidget spinner posts will continue until morale improves. This time, we’re looking at [TannerTech]’s electromagnetic accelerator for a fidget spinner. [Tanner] can spin his fidget spinner electronically using parts he had sitting around and a clever application of magnets and relays! Engineers hate him!

[Tanner]’s build consists of three magnets mounted on the tip of a fidget spinner’s arms, with the North pole facing outwards. The ‘drive circuit’ consists of an electromagnet — an inductor [Tanner] found in an old TV set — a reed switch, and a MOSFET. When the circuit is placed next to the fidget spinner, the reed switch closes, powering the electromagnet, pushing the tip of the fidget spinner forward, and starting the cycle anew. Think of it as the same technology that goes into a particle accelerator or a maglev train. Or a brushless DC motor.

Haven’t gotten your daily fill of fidget spinner hacks and fidget spinner news? Don’t worry, because we got your back, fam. Check out this amazing way to teach STEAM education — the ‘A’ stands for ‘arts’ — with the help of fidget spinner shaped PCBs and a flanged bearing. Is your oscilloscope too boring? Spice it up with some fidget spinner awesomeness. Useless machines are cool, and even [Marvin Minsky], the father of Artificial Intelligence, would say this fidget spinner hack is amazing. Like, share, and subscribe for the latest in fidget spinner news.

It’s great, if slightly ironic, to see people doing something other than fidgeting with their fidget spinners. Who would have thought a fad that began as a few extra skateboard bearings and a 3D-printed blob of plastic would beget so many truly interesting hacks? You can check out [Tanner]’s build video of this amazing hack below.

Continue reading “Three Magnets Make Fidget Spinners Amazing And Only Engineers Will Appreciate This Hack!”