Singing Fish Nails Sea Shanty Audition

The Big Mouth Billy Bass and other singing fish were a scourge first delivered to us in the late 90s. [Kevin Heckart] has been teaching them to sing new songs without the tinny sound quality and hokey folk tunes. For this, he must be applauded.

A Teensy 4.1 or Teensy 3.2 is used to power [Kevin]’s various singing fish builds. There are two motors inside a singing fish, typically — one motor to pivot the fish’s body, and one to open and close the mouth. Hook these up to a motor driver, and command that with the Teensy, and you’re up and running. To sync the fish with the music, MIDI data is sent to the Teensy over USB. The Teensy takes in note data and uses this to command the motors to make the fish appear to sing along.

The tutorial linked above is a great way to learn how the hack was achieved. However, the real money is in the performance. A video of [Kevin]’s fishy chorus performing the famous Wellerman sea shanty has over 50 million views on YouTube and he’s collected over 26 million likes on Tiktok.

Sometimes the simple hacks are the ones that bring the most joy. Video after the break.

Continue reading “Singing Fish Nails Sea Shanty Audition”

Hackaday Prize 2022: MasterPi Is A Capable Robot With Fancy Wheels

When it comes to building a mobile robot, often maneuverability is more important than outright speed. The MasterPi robot demonstrates this well, using fancy wheels to help it slide and skate in any direction needed.

Four DC gear-motors are fitted to a metal chassis, each one driving a mecanum wheel. These are special wheels with rollers fitted around their circumference at an angle that allows the robot to move in all directions and rotate in various ways depending on how each wheel is driven.

On top of this highly maneuverable chassis is placed a 5-degree-of-freedom robotic arm. The robot also gets a ultrasonic sensor for avoiding objects, as well as a camera for line-following duties. The camera also allows the robot to pick up blocks and identify their color, and it can then sort them into boxes. It’s all powered by a Raspberry Pi, running a bunch of Python code to make everything happen.

It’s a neat project that shows off just how capable a robot can be with some smart design choices and modern computing hardware on board. We’ve seen some other smart block sorters before, too. Continue reading “Hackaday Prize 2022: MasterPi Is A Capable Robot With Fancy Wheels”

Record-Setting Jumper Tosses Biomimicry Out The Window

How can a few grams of battery, geared motor, and some nifty materials get a jumping robot over 30 meters into the air? It wasn’t by copying a grasshopper, kangaroo, or an easily scared kitty. How was it done, then?

It’s been observed that of all the things that are possible in nature, out of all the wonderful mechanisms, fluid and aerodynamics, and chemistry, there’s one thing that is so far undiscovered in a living thing: continuous rotation. Yes, that’s right, the simple act of going roundy-round is unique to mechanical devices rather than biological organisms. And when it comes to jumping robots, biomimicry can only go so far.

With this distinct mechanical advantage in mind, [Elliot Hawkes] of the University of California Santa Barbara decided to look beyond biomimicry. As explained in the paper in Nature and demonstrated in the video below the break,  the jumping robot being considered uses rubber bands, carbon fiber bows, and commodity items such as a geared motor and LiPo batteries to essentially wind up the spring mechanism and then, like a trap being sprung, release the pent up energy all at once. The result? The little jumper can go almost 100 feet into the air. Be sure to check it out!

Continue reading “Record-Setting Jumper Tosses Biomimicry Out The Window”

Design Your Next Robot Hand In Minutes

MIT complains that designing a robot hand is time-consuming and takes a lot of iterations. They want to improve that using a unique approach by giving a modular hand tactile sensors. They claim this can reduce the design time down to minutes for many practical applications. For example, cutting paper. You can see a video about the paper below as well as read the text itself.

Each style of manipulator has an associated graph. Predefined elements let you assemble a palm and specialized fingers. You deform the fingers to match the use of the hand. Then a sensor that looks like a mitten provides feedback fo the task.

Continue reading “Design Your Next Robot Hand In Minutes”

An Impressively Functional Tacobot

We’re big fans of useless machines here at Hackaday, there’s something undeniably entertaining about watching a gadget flail about dramatically without actually making any progress towards a defined goal. But what happens when one of these meme machines ends up working too well? We think that’s just what we might be witnessing here with the Tacobot from [Vije Miller].

On the surface, building an elaborate robotic contraption to (slowly) produce tacos is patently ridiculous. Doubly so when you tack on the need to give it voice commands like it’s some kind of one-dish version of the Star Trek food replicator. The whole thing sounds like the setup for a joke, an assumption that’s only reinforced after watching the dramatized video at the break. But in the end, we still can’t get over how well the thing appears to work.

After [Vije] gives it a list of ingredients to dispense, a robotic arm drops a tortilla on a fantastically articulated rotating platform that can not only spin and move in two dimensions, but can form the soft shell into the appropriate taco configuration. The empty shell is then brought under a rotating dispenser that doles out (or at least attempts to) the requested ingredients such as beef, onions, cheese, and lettuce. With a final flourish, it squirts out a few pumps of the selected sauce, and then presents the completed taco to the user.

The only failing appears to be the machine’s ability to dispense some of the ingredients. The ground beef seems to drop into place without issue, but it visibly struggles with the wetter foodstuffs such as the tomatoes and onions. All we know is that if a robot handed us a taco with that little lettuce on it, we’d have a problem. On the project page [Vije] acknowledges the issue, and says that a redesigned dispenser could help alleviate some of the problem.

The issue immediately brought to mind the fascinating series of posts dedicated to handling bulk material penned by our very own [Anne Ogborn]. While the application here might be a bit tongue-in-cheek, it’s still a perfect example of the interesting phenomena that you run into when trying to meter out different types of materials.

Continue reading “An Impressively Functional Tacobot”

The RP2040 Doth A Motor Controller Make

When the Raspberry Pi people launched their RP2040 microcontroller, it seemed as though it might be destined as a niche product for those areas in which the Pi has traditionally been strong. But during the global semiconductor shortage, it has remained almost alone among microcontrollers in having plenty of fab capacity to keep the supplies rolling. That, and its very vanilla set of ARM peripherals alongside those programmable state machines have thus seen it find a home in many places it might not otherwise have seen. Take the dual RP2040 motor controller from [Twisted Fields] as an example, would it have been more likely to have sported an STM32 in previous years?

It’s been produced as part of the Acorn Precision Farming Robot platform, and it’s a fully open-source two-channel controller on a board the same size as a credit card. The schematic appears fairly conventional through a cursory glance at the PDF, but we know from experience that motor controllers are never as deceptively simple to get right as their circuit would lead the unwary engineer to believe. The heat dissipation, current, and transient handling all play a part in a successful design, and we expect this one to evolve to fix any issues it might still contain.

If you’d like to remind yourself about the Acorn farming robot, then take a look at our earlier coverage of the project.

Thanks [Mark] for the tip.

Another Rubik’s Cube Robot Is Simple But Slow

[AndreaFavero] says that the CuboTino emphasizes simplicity and cost-savings over speed. However, solving the puzzle in about 90 seconds is still better than we can do. The plucky solver uses a Pi and a camera to understand what the cube looks like and then runs it through a solver to determine how to move.

Watching the video below, we were impressed with the mechanics. The titled surface solves a few problems and makes manipulation easier. The way the mechanics are arranged, it only takes a pair of servos to flip the cube around as you like. Continue reading “Another Rubik’s Cube Robot Is Simple But Slow”