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”

Converting A Sigma Lens To Canon, Digital Functionality Included

These days, camera lenses aren’t just simple bits of glass in sliding metal or plastic housings. They’ve often got a whole bunch of electronics built in as well. [Dan K] had just such a lens from Sigma, but wanted to get it working fully with a camera using the Canon EF lens fitting. Hacking ensued.

The lens in question was a Sigma 15-30mm f/3.5-4.5 EX DG, built to work with a Sigma camera using the SA mount. As it turns out, the SA mount is actually based on the Canon EF mount, using the same communications methods and having a similar contact block. However, it uses a mechanically different mounting bayonet, making the two incompatible.

[Dan] sourced a damaged EF lens to provide its mount, and modified it on a lathe to suit the Sigma lens. A short length of ribbon cable was then used to connect the lens’s PCB to the EF mount’s contacts. When carefully put back together, the lens worked perfectly, with functional auto-focus and all.

It goes to show that a little research can reveal possibilities for hacking that we might otherwise have missed. [Dan] was able to get his lens up and running on a new camera, and has taken many wonderful pictures with it since.

We’ve seen some great lens hacks over the years, from 3D printed adapters to anamorphic adapters that create beautiful results. If you’ve got your own mad camera hacks brewing up, drop us a line!

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”

PlayStation 2 Gets A Seamless Media Center Makeover

We often see Raspberry Pi boards of various flavors stuck inside vintage computers and the like. [El Gato Guiri] has instead installed one inside a PlayStation 2 Slim, and rather artfully at that. The result is a tidy little media center device.

Pretty tidy, right? All those ports work! Okay, not the memory card slots. But everything else!

The PlayStation 2 was gutted, with a Raspberry Pi 3B installed inside. The original ports on the back, including the USB and Ethernet port, were then wired up to the Pi to make them fully functional. A slot was then cut into the back to allow the HDMI port to be hooked up. The front USB ports work, too, and the optical drive was removed to make way for a 2 TB Toshiba external drive. Adapters are used to make the controller ports work, as well. Finally, a Noctua fan was installed atop the Pi to make sure it never gets too hot.

Whether it’s for watching movies or playing emulated games with the PS2 controllers, the little media center build is sure to do well.

We’ve seen Raspberry Pis stuck in everything from laptops to monitors, as well as plenty of retro hardware too. When a piece of hardware is dead and gone, a Raspberry Pi can be a great way to breathe new life into an attractive old case!

LCD Screen Windows Are This Summer’s Hottest Case Mod

Case modding took off in the late 90s, and taught us all that computers could (and should!) look awesome. Much of the aesthetic went mainstream, and now tons of computer cases come with lights and windows and all the rest. [WysWyg_Protogen] realized those simple case windows could be way cooler with a neat LCD hack, and set to work.

The concept is simple. Take an old LCD monitor, remove the backlight and extraneous hardware, and then install it to the window in a computer case. When lit from behind via LEDs in the case, the screen creates a ghostly display through which the computer’s internals can still partially be seen. It’s a really compelling effect, and in theory, quite easy to achieve. All one need do is mount the stripped-down screen to the case and pipe it video from the graphics card.

In practice, it’s a little tricky. Disassembling the screen and removing things like the anti-glare coating can be tough to do without damaging the delicate panel inside. The windows typically used on computer cases can dull the effect, too. However, [WysWyg_Protogen] is continuing to tinker with the project and the results are getting increasingly impressive with each iteration. It doesn’t photograph too well, but it looks truly amazing in motion.

We often forget LCDs are transparent in their basic form, as we generally only use them with backlights or reflective backers. They really do look great when used in this transmissive way, though. Video after the break.

Continue reading “LCD Screen Windows Are This Summer’s Hottest Case Mod”

The Mystery Of Automatic Lubricators Is Revealed

Industrial machines have all kinds of moving parts that require regular lubrication in order to prevent wear and damage. Historically, these would require regular visits from maintenance personnel to keep them greased up and slippery. Automatic lubricators eliminate that job by regularly dosing machines with fresh grease, and [Big Clive] decided to see what makes them tick.

The device can be set to deliver a full load of grease over a period of 1-12 months.

The simplest models merely use a spring to slowly force grease out over time. Changing the spring changes the rate at which grease is dispensed. Chemical versions exist too. A chemical pill is selected and inserted into a chamber with liquid, which releases gas over time. As gas is released, it creates pressure which forces a plunger down, dispensing grease over time.

Perhaps the fanciest versions are the electronic models, however, which have a dial on the back for selecting the rate of grease delivery. Turning the dial changes a resistance that is connected across two zinc-air cells which are sealed. Apparently, when current is forced through these cells and they’re excluded from oxygen, the cells liberate hydrogen gas, according to a patent [Big Clive] found. This then forces down the plunger, dispensing the grease. Turning the dial changes the resistance, changing the rate at which grease is dispensed.

The quest for labor saving in industry has produced multiple designs of automated lubricator, all of which are fantastically simple and optimised for purpose. It shows just how much can be achieved with a few components and some creative thinking, where one’s first impulse might be to reach for a timer or microcontroller to do the job.

Lubrication is incredibly important – don’t forget it when building your CNC machines! Video after the break.

Continue reading “The Mystery Of Automatic Lubricators Is Revealed”

3D Printed Cartilage Ushers In Ear-a Of Custom Body Parts

When it comes to repairing human bodies, there’s one major difficulty: spare parts are hard to come by. It’s simply not possible to buy a knee joint or a new lung off the shelf.

At best, doctors and surgeons have made do with transplants from donors where possible. However, these are always in short supply, and come with a risk of rejection by the patient’s body.

If we could 3D print new custom body par/ts to suit the individual, it would solve a lot of problems. A new ear implant pioneered by 3DBio Therapeutics has achieved just that.

Continue reading “3D Printed Cartilage Ushers In Ear-a Of Custom Body Parts”