High-Effort Streaming Remote For Low-Effort Bingeing

There’s no limit to the amount of work some people will put into avoiding work. For instance, why bother to get up from your YouTube-induced vegetative state to adjust the volume when you can design and build a remote to do it for you?

Loath to interrupt his PC streaming binge sessions, [miroslavus] decided to take matters into his own hands. When a commercially available wireless keyboard proved simultaneously overkill for the job and comically non-ergonomic, he decided to build a custom streaming remote. His recent microswitch encoder is prominently featured and provides scrolling control for volume and menu functions, and dedicated buttons are provided for play controls. The device reconfigures at the click of a switch to support Netflix, which like YouTube is controlled by sending keystrokes to the PC through a matching receiver. It’s a really thoughtful design, and we’re sure the effort [miroslavus] put into this will be well worth the dozens of calories it’ll save in the coming years.

A 3D-printed DIY remote is neat, but don’t forget that printing can also save a dog-chewed remote and win the Repairs You Can Print contest.

Continue reading “High-Effort Streaming Remote For Low-Effort Bingeing”

A Faster Grave Digger For Your Child

Children love speed, but so few of those electric ride on toys deliver it. What’s a kid to do? Well, if [PoppaFixit]’s your dad, you’re in luck.

This project starts with an unusually cool Power Wheels toy, based on the famous Grave Digger monster truck. During the modification process, it was quickly realised that the original motor controller wasn’t going to cut the mustard. With only basic on/off control, it gave a very jerky ride and was harsh on the transmission components, too. [PoppaFixit] decided to upgrade to an off-the-shelf 24 V motor controller to give the car more finesse as well as speed. The controller came with a replacement set of pedals, both accelerator and brake, to replace the stock units. On the motor side, a couple of beefier Traxxas units were substituted for the weedy originals.

Acceleration is now much improved, not just due to the added power, but because the variable throttle allows the driver to avoid wheelspin on hard launches. It also makes the car much more comfortable and safe to drive, thanks to the added controllability. Another way to tell the project was a success is the look of pure joy on the new owner’s face!

This was a fairly basic install, very accessible to the novice. These sort of electric vehicle hop-ups are commonplace enough that there are a wide variety of suppliers who sell easy-to-use kits for this sort of work. For that reason, we’ve seen plenty of hacks of this sort – like this modified scooter, or these Power Wheels set up for racing.

Continue reading “A Faster Grave Digger For Your Child”

Secret Book Light Switch

You enter a study and see a lightbulb hanging on the bookshelf. You try all the switches in the room — nothing is turning it on. Remembering you’re in [lonesoulsurfer]’s home, you realize that you’re going to have to start yanking on every book in sight.

While often associated with the likes of Bat-caves and other complicated hidden passageways, turning a shelved book into a secret switch isn’t complex in its own right. [lonesoulsurfer] is basing their build on one by B.Light Design revolving around a fan switch, some aluminium strips, a block terminal, fishing line, a hinge, and — of course — a book with a dust jacket and something to trigger.

Bend the aluminium into an angle bracket and drill a hole to attach the fan switch — ensuring the whole is small enough to fit behind and not distinguish the book you’re using. Cutting the hinge to the size of the book and screwing a strip of aluminium to it, both this lever and the fan switch’s bracket are then mounted on the shelf. Once a length of fishing twine is tethered to the lever and fitted through the book’s pages to the fan switch — ensuring the line is taut — sliding the dust jacket back onto the book completes the disguised switch!

Continue reading “Secret Book Light Switch”

You Don’t Need To Be Tony Stark To Afford This Hand Controller

Proving that duct tape really can do anything, [StudentBuilds] uses it to make a workable controller out of a glove. To be fair, there are a few more bits too, including paper coated with pencil graphite and tin foil, which forms a variable resistor you can read with an Arduino analog input. You can see the entire thing in the video below.

The source code is simple at this point — eventually, he plans to control a robotic hand with the controller, but that’s later. However, there’s no promised link to the code in the description, so you’ll have to freeze frame and type. However, it is pretty simple — just read the analog pin values to determine the specific values for each finger.

Continue reading “You Don’t Need To Be Tony Stark To Afford This Hand Controller”

An Autonomous Drone For Working Rare Squares

Amateur radio is an extremely broad church when it comes to the numerous different activities that it covers. Most of the stories featuring radio amateurs that we cover here have involved home-made radios, but that represents a surprisingly small subset of licence holders.

One activity that captivates many operators is grid square collecting. The map is divided into grid squares, can you make contact with all of them? Land-based squares in Europe and North America are easy, those in some more sparsely populated regions a little less so, and some squares out in the ocean are nigh-on impossible. As an attempt to solve this problem, the Jupiter Research Foundation Amateur Radio Club have put an HF transceiver and associated electronics in a WaveGlider autonomous seagoing vehicle. The idea is that it will traverse the ocean, and you can work it, thus getting the contact you require to add those rarest of grid squares to your list.

The transceiver in question is a commercial portable one, an Elecraft KX3, and the brain of the payload is a Raspberry PI. It’s operating the FT8 mode, and will respond to a call on 14074 kHz in an automated fashion (Or it would, were its status page not telling us that it is offline due to power issues). It’s currently somewhere in the Pacific ocean, having been at sea now for a couple of months.

We spotted this through a spirited online discussion as to whether working an automated station is really a proper contact at all, with one amateur commenting that it might be a way for him to keep on going post mortem. But the ethics of the contact aside, it’s an extremely interesting project and one we hope eventually will come back online.

Thanks Sotabeams, via [AE5X].

Color-Coded Key Opens Doors, Opportunities

Of all the ways to open up a lock, there are some tried and true methods. Keys, combinations, RFIDs, picks, and explosives have all had their time and place, but now someone else wants to try something new. [Erik] has come up with a lock that opens when it is shown a pattern of colors.

The lock in question uses a set of color coded cards as the “keys”. When the cards are inserted in the lock, a TCS230 color sensor interprets the pattern on the cards and sends the information over to an Arduino Uno. From there, the Arduino can command the physical lock to open if the pattern is a match, although [Erik] is still waiting on the locking mechanism to arrive while he continues to prototype the device.

This is a fairly unique idea with a number of upsides. First, the code can’t be “stolen” from inside a wallet like RFID cards can. (Although if you can take a picture of the card all bets are off.) If you lose your key, you can simply print another one, and the device is able to handle multiple different keys and log the usage of each one. Additionally, no specialized equipment is needed to create the cards, unlike technologies that rely on magnetic strips. Of course, there’s always this classic way of opening doors if you’d rather go old school with your home locks.

Continue reading “Color-Coded Key Opens Doors, Opportunities”

Robotic Wood Shop Has Ambitions To Challenge IKEA

Many people got their start with 3D printing by downloading designs from Thingiverse, and some of these designs could be modified in the browser using the Thingiverse Customizer. The mechanism behind this powerful feature is OpenSCAD’s parametric design capability, which offers great flexibility but is still limited by 3D printer size. In the interest of going bigger, a team at MIT built a system to adopt parametric design idea to woodworking.

The “AutoSaw” has software and hardware components. The software side is built on web-based CAD software Onshape. First the expert user builds a flexible design with parameters that could be customized, followed by one or more end users who specify their own custom configuration.

Once the configuration is approved, the robots go to work. AutoSaw has two robotic woodworking systems: The simpler one is a Roomba mounted jigsaw to cut patterns out of flat sheets. The more complex system involves two robot arms on wheels (Kuka youBot) working with a chop saw to cut wood beams to length. These wood pieces are then assembled by the end-user using dowel pegs.

AutoSaw is a fun proof of concept and a glimpse at a potential future: One where a robotic wood shop is part of your local home improvement store’s lumber department. Ready to cut/drill/route pieces for you to take home and assemble.

Continue reading “Robotic Wood Shop Has Ambitions To Challenge IKEA”