Converting A Sink To An Ultrasonic Cleaner

While ultrasonic cleaning might sound a bit like the “sonic shower” from Star Trek, this is actually one case where the futuristic-sounding technology predates its use in Sci-Fi. Ultrasonic cleaners have been around since the 50s and are used to clean all sorts of oddly-shaped or specialty objects by creating cavitation within a liquid that allows the surface of the object to be scoured. With the right equipment, these cleaning devices are fairly straightforward to build as well.

This ultrasonic cleaner by [Branchus Creations] started off as a standard stainless steel laundry sink, but with the addition of a few transducers it really turns up the volume. They are attached to the underside of the sink with a combination of a bolt and hard epoxy so that the sound is efficiently transmitted to the sink, but they’re not much use without driver boards to power them. These drivers take AC power and convert it to the DC required to generate the ultrasonic frequencies, and this build uses a driver for each of the transducers all wired up to a common control board for ease-of-use.

The results speak for themselves; a test is performed on a sheet of aluminum foil which quickly turns takes on a Swiss cheese appearance after just a couple minutes in the cleaner. It’s also shown cleaning rusty nails and a few other things as well. For other nontraditional cleaning methods, be sure to check out this wet media blast cabinet built from a 55-gallon drum.

Continue reading “Converting A Sink To An Ultrasonic Cleaner”

Walk-Bot Is A Navigation Device For The Vision-Impaired

For the vision impaired, there are a wide variety of tools and techniques used to navigate around in the real world. Walk-bot is a device that aims to help with this task, using ultrasound to provide a greater sense of obstacles in one’s surroundings.

Is trigonometry the most useful high school maths out there? There’s an argument that says yes.

Created by [Nilay Roy Choudhury], the device is intended to be worn on the waist, and features two sets of ultrasonic sensors. One set is aimed straight ahead, while the other points upwards at an angle of 45 degrees. An infrared sensor then points downward at an angle of 45 degrees, aimed at the ground.

The distance readings from these sensors are then collated by a microcontroller, which uses trigonometry to determine the user’s actual distance to the object. When objects are closer than a given threshold, the device provides feedback to the user via a buzzer and a vibration motor. The combination of three sensors looking out at different angles helps capture a variety of obstacles, whether they be at head, chest, or knee height.

It’s unlikely that a complex electronic device would serve as a direct replacement for solutions like the tried-and-tested cane. However, that’s not to say there isn’t value in such tools, particularly when properly tested and designed to suit user’s needs.

We’ve seen some great projects regarding visual impairment before, like this rig that allows users to fly in a simulator. If you’ve been working on your own accessibility tools, don’t hesitate to drop us a line!

Mini Ultrasonic Levitation Kit Is An Exercise In Sound Minimalist Design

For those that haven’t heard, ultrasonic levitation is a process by which two or more ultrasonic transducers are set opposite to each other and excited in such a way as to create a standing wave between them. The sound is, as the name implies, ultrasonic — so outside the range of human hearing — but strong enough so that the small, light objects can be positioned and held fixed in mid-air where there’s a pressure minimum in the standing wave. [Olimex] has created a small ultrasonic levitation kit that exemplifies this phenomena.

The kit itself is made using through-hole components, with an ATTiny85 as the core microcontroller to drive two TCT40-16T ultrasonic speakers, and a MAX232 to provide a USB interface drives the transducers (thanks to the folks in the comments for the correction). Two slotted rectangular PCB pieces that solder connect to the main board, provide a base so that the device stands upright when assembled. The whole device is powered through the USB connection, and the ultrasonic speakers output in the 40KHz range providing enough power to levitate small Styrofoam balls.

The project is, by design, an exercise in minimalism, providing a kit that can be easily assembled, and providing code that can be easily flashed onto the device, examined and modified. All the design files, including the bill of materials, KiCAD schematics, and source code are provided under an open source hardware license to allow for anyone wanting to know how such a project works, or to extend it themselves, ample opportunity. [Olimex] also has the kit for sale for those not wanting to source boards and parts themselves.

We’ve featured ultrasonic levitation devices before, from bare bones system driven by a NE555 to massive phased arrays.

Hackaday Prize 2022: Ultratower Is A Powerful Gardening Vertical

The more people we have on this planet, the more food we need. Naturally, this extends to water, another precious resource that generally plays a part in farming and food production. And honestly, we’d probably all eat a little better if it were really easy to grow healthy things like spinach. Well, that excuse doesn’t work anymore, thanks to [J Gleyzes]’ Ultratower. It’s a simple-to-use hydroponic tower that uses recycled mist to water plants, ultimately saving water in the process.

The ‘ultra’ part is a function of the way mist is created. In this case, it’s done with three piezoelectric disks mounted under a tank in the top of the PVC tube. Stick up to twelve plants in the little cubbies, and their roots will grow down the inside, where they’ll receive a fine shower of water at your command. Water that runs off the roots collects in a small tank at the bottom, where a pump starts the process over again.

At first, [J Gleyzes] had trouble with the piezo disks — using 1.7MHz disks created too much heat, warming the water up to nearly 40°C (104°F). Since cooking the spinach prematurely would be bad, they experimented with other values, finally landing on 108KHz. Be sure to check out the video after the break.

Continue reading “Hackaday Prize 2022: Ultratower Is A Powerful Gardening Vertical”

Hackaday Prize 2022: Drying Clothes With Ultrasound

Clothes dryers are great, and a key part of modern life, but they do use a lot of energy. [Mike Rigsby] decided to see if there was a more efficient method of drying clothes that could compete with resistive heating for efficiency. Thus, he started work on an ultrasonic clothes dryer.

In early testing, he found ultrasonic transducers could indeed blast droplets of moisture away from fabric, effectively drying it. However, unlike heat, the ultrasonic field doesn’t effectively permeate through a pile of clothes, nor can it readily be used with a spinning drum to dry many garments at once.

[Mike]’s current experiments are centered around using a basket-type system, with a bed of ultrasonic transducers at the bottom. The idea is that the basket will shake back and forth, agitating the load of clothing and allowing the different garments to effectively contact the transducers. It’s still a work in progress, but it’s an interesting approach to the problem. We’d love to see a comparison of the energy use of a full-scale build versus a regular dryer.

We’ve heard of the ultrasonic drying concept before, too, with the Department of Energy researching the matter. It could just be that we’ll all be using ultrasonic dryers in decades to come!

3D Printing With Sound, Directly

Canadian researchers at Concordia University want to change how you do 3D printing. Instead of using light or thermal mechanisms, they propose using ultrasound-activated sonochemical reactions. Sounds wild? You can see a video about it below, or read the paper in Nature.

The idea is that sound causes bubbles of cavitation. This requires a focused ultrasonic beam which means you can actually print through items that are transparent to ultrasonic energy. Wherever the cavitation bubbles form, liquid polymer turns solid.

Continue reading “3D Printing With Sound, Directly”

2022 Sci-Fi Contest: A Hand-Following Robot, Powered By Arduino

If there’s one thing audiences love in sci-fi, it’s a cute robot companion that follows the heroes around. If you want one of your own, starting with this build from [mircemk] could be just the ticket.

The build relies on the classic Arduino Uno microcontroller, which talks to a HC-SR04 ultrasonic sensor module and two infrared sensors in order to track a human target and follow it around. Drive is thanks to four DC gear motors, driven by a L293D motor driver, with a two-cell lithium battery providing power for everything onboard.

The robot works in a simple manner, following a hand placed in front of the robot’s sensors. First, the robot checks for the presence of an object in front using the ultrasonic sensor. If something is detected, the twin infrared sensors mounted left and right are used to guide the robot, following the hand.

It’s not a sophisticated algorithm, and it won’t really let your robot follow you down a crowded street. However, it’s a great project to learn on for beginners and could serve as a great entry into more advanced projects using face tracking or other techniques. Video after the break. Continue reading “2022 Sci-Fi Contest: A Hand-Following Robot, Powered By Arduino”