Now, Finally, We Can Play With Power

In case you’re not a ’90s kid, the Nintendo Power Glove is the greatest device for human-computer interaction ever created. It’s so good, they called it bad, and then they made a movie about it. At its heart, the Power Glove is just some force sensors in the fingers of a glove, but that hasn’t stopped hackers from cracking these gloves open for years. We’ve seen the Power Glove used in Hackaday Prize entries before, we’ve seen it control quadcopters, we’ve seen it used as a Vive controller, and the Ultimate Power Glove comes loaded up with Bluetooth, motion tracking, a 9-axis IMU, and a 20-hour battery life. With all these Power Glove hacks, what more can be done?

Surprisingly, we haven’t seen a Power Glove hack that transmutes this icon of cyberpunk into a usable keyboard and mouse. That’s exactly what [Scott] is doing for his Hackaday Prize entry, and the results are looking good so far.

First up, the mouse. This is actually a joystick-based version of cursor control, capitalizing on the force sensors in the Power Glove to register clicks. Add in a button, some perfboard, and an Arduino, and you have a USB input device that can control a cursor. Without any good solution for a small keyboard, [Scott] turned to a normal ‘ol Bluetooth keyboard mounted to the Power Glove’s wrist.

It might not be as fancy as the great Power Glove hacks out there, but this is certainly the most useful. Who wouldn’t want to wear their keyboard and mouse at all times, all while looking like they stepped out of a time machine controlled by a Commodore 64? This is the heights of early ’90s futurism, and a great entry for the Hackaday Prize.

Cheap RC Boat Turned Weirdly Capable Seaplane

What do you get when you combine a cheap RC boat from Walmart, foam board, a couple powerful motors, and some aluminum cans? Most people would just end up with a pile of garbage, but we’ve already established [Peter Sripol] is fairly far from “most people”. In his hands, this collection of scraps turns into an almost unbelievably nimble seaplane, despite looking like something out of a TailSpin and Mad Max crossover episode.

In his latest YouTube video, [Peter] takes viewers through the process of turning one of these rather lame RC boats into an impressive flying machine. His took inspiration from the Sikorsky S-38, an American amphibious aircraft introduced in 1928. The S-38 looked like a fairly traditional boat bolted to the bottom of a set of huge wings, so it’s little surprise that he patterned this build after it.

The construction of the seaplane is very simple, and boils down to cutting some big wings out of foam board, using some sticks to give it some rigid framing, and putting a tail on it. The biggest problem is that the boat’s hull lacks the “steps” that a seaplane would have, so it’s not an ideal shape to lift out of the water. But with enough thrust and a big enough control surface, it all works out in the end.

Which is in effect the principle by which the whole plane flies. There’s a large elevator cantilevered far astern to help leverage the boat out of the water, but otherwise all other control is provided by differential thrust between the two top mounted motors. The lack of a rudder does make its handling a bit sluggish in the water, but it obviously has no problem once it’s airborne.

If [Peter] and his foam board artistry seem familiar, it’s probably from the not one but two homemade aircraft he built with shockingly similar techniques to this current project.

Continue reading “Cheap RC Boat Turned Weirdly Capable Seaplane”

The Tide Is High, And This Clock Lets You Know

In case you happen to have an ocean nearby, you’re probably familiar with its rising and falling tides. And if mudflat hiking is a thing in your area, you’re also aware of the importance of good timing and knowing when the water will be on its way back. Tide clocks will help you to be prepared, and they are a fun alternative to your usual clock projects. If you’re looking for a starting point, [rabbitcreek] put together an Arduino-based tide clock kit for educational purposes.

If you feel like you’re experiencing some déjà vu here, this indeed isn’t [rabbitcreek]’s first tide clock project. But unlike his prior stationary clock, he has now created a small and portable, coin-cell version to take with you out on the sea. And what shape would better fit than a 3D printed moon — unfortunately the current design doesn’t offer much waterproofing.

For the underlying tide calculation itself, [rabbitcreek] uses just like in his previous project [Luke Miller]’s location-based library for the ubiquitous DS1307 and DS3213 real-time clocks. Of course, if you also want to keep track of other events on your clock, why not set up calendar events for the next rising tide?

A DIY Balcony Crane Lifts Groceries For The Lazy But Patient

If necessity is the mother of invention, then laziness is probably its father. Or at least a close uncle. Who hasn’t thought, “There has to be a better way to do this, one that doesn’t involve me burning precious calories”?

Motivational laziness seems to increase with potential energy, as anyone who needs to haul groceries up four flights of stairs will tell you. This appears to be where this balcony-mounted drill-powered crane came from. Starting with a surplus right-angle gearbox and drum, [geniusz K] fabricated the rest of the crane from steel plate and tubing. We like the quality of fabrication and the tip on making slip couplings from bits of square tubing. The finished product got a nice coat of brown paint to match the balcony railing; keeping the neighbors happy is always important. He tested the crane with a 20-kg weight before installing it on the balcony and put it to work hauling groceries up three stories. Check out the build and the test in the video below.

While it won’t set any speed records, at least the drill is doing the work. But what if you’re impatient as well as lazy? Aside from being two-thirds of the way to programming greatness, you may have to up the game. A heavy-lift quadcopter, perhaps?

Continue reading “A DIY Balcony Crane Lifts Groceries For The Lazy But Patient”

Source Of Evil – A Botnet Code Collection

In case you’re looking for a variety of IRC client implementations, or always wondered how botnets and other malware looks on the inside, [maestron] has just the right thing for you. After years of searching and gathering the source code of hundreds of real-world botnets, he’s now published them on GitHub.

With C++ being the dominant language in the collection, you will also find sources in C, PHP, BASIC, Pascal, the occasional assembler, and even Java. And if you want to consider the psychological aspect of it, who knows, seeing their malicious creations in their rawest form might even give you a glimpse into the mind of their authors.

These sources are of course for educational purposes only, and it should go without saying that you probably wouldn’t want to experiment with them outside a controlled environment. But in case you do take a closer look at them and are someone who generally likes to get things in order, [maestron] is actually looking for ideas how to properly sort and organize the collection. And if you’re more into old school viruses, and want to see them run in a safe environment, there’s always the malware museum.

One-byte binary LED display

See Binary On Your Breadboard

When you’re debugging a board which has an ESP32, Raspberry Pi, or Arduino, it’s easy to slap on a small LCD display or connect via WiFi to see what’s wrong. At least, that’s what the kids are doing. But what if you’re old-school or you don’t have one of those pimped-out, steroid-filled boards? A resistor and an LED will often suffice. Powering the LED means one thing and not powering it means another. And with seven more LEDs you can even display 0-255 in binary.

[Miguel] is clearly in the latter camp. To make debugging-with-LEDs easy, he’s come up with an 8-LED board complete with resistors. He’s even included the Gerber files needed for you to make your own. One row of pins are all connected together and the other row are not. So whether you’re using common cathode or common anode depends on how you orient the LEDs when you solder them in place. You might perhaps have one board of each type at the ready.

But who are we kidding? This is just plain fun to have on a breadboard. Show your prototype doohickey to a friend and you know they’ll be drawn to the little binary counter in the corner pulsing 42 or counting down until it starts flashing 255.

At risk of getting too feature-rich, you could then add two keys for a binary keyboard or add more LEDs to display 32-bit binary Unix Epoch time and see how long until your friends figure that one out.

Continue reading “See Binary On Your Breadboard”

A Switching Power Supply, 1940s-Style

“They don’t build ’em like they used to.” There’s plenty of truth to that old saw, especially when a switch-mode power supply from the 1940s still works with its original parts. But when said power supply is about the size of a smallish toddler and twice as heavy, building them like the old days isn’t everything it’s cracked up to be.

The power supply that [Ken Shirriff] dives into comes from an ongoing restoration of a vintage teletype we covered recently. In that post we noted the “mysterious blue glow” of the tubes in the power supply, which [Ken] decided to look into further. The tubes are Thyratrons, which can’t really be classified as vacuum tubes since they’re filled with various gasses. Thyratrons are tubes that use ionized gas – mercury vapor in this case – to conduct large currents. In this circuit, the Thyratrons are used as half-wave rectifiers that can be rapidly switched on and off by a feedback circuit. That keeps the output voltage fixed at the nominal 140V DC required by the teletype, with a surprisingly small amount of ripple. The video below is from a series on the entire restoration; this one is cued to where the power supply is powered up for the first time. It’s interesting to see the Thyratrons being switched at about 120 Hz when the supply is under load.

Cheers to [Ken] and his retrocomputing colleagues for keeping the old iron running. Whether the target of his ministrations is a 1974 scientific calculator or core memory from an IBM 1401, we always enjoy watching him work.

Continue reading “A Switching Power Supply, 1940s-Style”