DIY Smart Washing Machine Redesign

[Mellow Labs] wanted a smart washer and built a simple controller. However, he found out after a few weeks it wasn’t working how he wanted. The detergent quit flowing, and he washed clothes with no soap for a week! So, a redesign was in order. You can follow the process and the result in the video below.

A bit of 3D printing, a larger pump, and proper voltage made a big difference. We didn’t see the print files, but unless you have the exact same setup, you’d probably have to customize it anyway. There is a real-time hand-drawn schematic, and the software is probably not hard to pull off the video screen (it is only 18 lines).

Continue reading “DIY Smart Washing Machine Redesign”

Internet Of Washing Machines Solves An Annoyance

[Laurence Tratt]’s washing machine blew up, so he sprung for a brand new model with all the bells and whistles. Of course, these days, that means it has an Internet connection and an API. While we’re not quite convinced our washing machine actually needs such a thing, at least [Laurence] is making the most of it by creating an interface to the washer’s API that provides a handy countdown on the computer.

Honestly, there was one other option. The washer’s phone app — that sounds funny when you say it out loud — will notify you when the clothes are done. But it doesn’t provide a countdown, and it seems to regularly log you off, which means you don’t get the notifications anymore. You can see the minimal interface in the video below.

The exact combination of curl, jq, and pizauth probably won’t help you unless you have the same washer. On the other hand, it is a good example of how to hit some alien API and work out the details. Any API that uses OAuth2 and JSON won’t look too different. Speaking of OAuth2, that’s the purpose of the pizauth program — which, it turns out, [Laurence] is the author of.

Of course, you can refit an old washing machine to do this, too. We are more likely to steal the machine’s motor than to want to talk to it but to each their own!

Continue reading “Internet Of Washing Machines Solves An Annoyance”

Companies Rumored To Harvest Washing Machines For ICs

Wired and SCMP are reporting on interesting trivia from the realm of chip shortages. Apparently, some large conglomerate out there is buying new washing machines and scavenging the chips they can’t obtain otherwise. My imagination pictures skilled engineers in a production room, heavy-duty electric screwdrivers and desoldering toolkits on the floor next to them, and a half-torn-down washing machine about to reveal its control board with an STM32 right in the middle. This might not be the most skilled job, but it’s a change of pace, and hey, as long as the rate stays the same?

Whichever company is doing this, they’re in a conundrum for sure. One of the articles offers an example of a $350,000 spectrometer manufacturing being stalled by lack of a $0.50 part – while this feels exaggerated, it’s within the realm of possibility. For car manufacturers, the difference isn’t as dire, but still severe enough, and not meeting the production targets has ramifications other than the financial ones. It might indeed make sense to buy a $150 washing machine in order to finally be able to move a $30,000 car off the assembly line.
Continue reading “Companies Rumored To Harvest Washing Machines For ICs”

The Spin Cycle: Washing Machine Motor Converts 10-Speed To E-Bike

The “Spin Cycle” is an amazing electric bicycle built using a motor salvaged from a washing machine; when the puns are this perfect you have to roll with them. [jimminecraftguy’s] creation is one of the most hacked-together yet functional electric vehicle we’ve seen in a long time.

The drive train of this bicycle starts with a brushless DC motor from a washing machine. It has been slightly modified to run on 48 volts, and is installed inside the triangle of the bike’s frame. It has a chain driving the bike’s crank, retaining the original chain and gearing setup (unlike many electric bike hacks that utilize hub motors). The crank has also been specially modified to include a freewheel, a necessary feature so that the motor can operate without spinning the pedals. Everything except the motor has been custom fabricated including the mounts and the electronics.

[jimminecraftguy] reports speeds of 110 kph which is a little crazy for a 20-year-old aluminum frame bike, and we’d guess it’s not street legal in many jurisdictions, but we can’t really find much fault with this build in general based on the amount of innovation required to get this working at all. A few more improvements for the build are in the works, including improved batteries and a cover for the sides to keep the local law enforcement from getting too suspicious. We can’t wait to see the final version. Continue reading “The Spin Cycle: Washing Machine Motor Converts 10-Speed To E-Bike”

Big, Slow Rotary Machine Has Multiple Uses

A good majority of power tools in the average workshop are all about speed. Drills, grinders, and  sanders all whizz along at thousands of revolutions per minute. Sometimes though, you need to do things slowly. For that, [bongodrummer]’s big rotary machine build might be just up your alley.

The core of the build is an old washing machine, which supplies both the machine frame and its powerful universal motor. While this can be hooked directly to a power source and allowed to spin away, it’s far more useful with some speed control in place. For this, an Arduino is hooked up to a triac circuit with feedback, allowing the speed to be set just so for whatever operation you have in mind. A set of speed-reducing pulleys helps further for getting down into the double-digit RPM while maintaining smooth rotation. There’s even a timer for extended operation, with parts salvaged from an old microwave.

The machine is built with a large rotating platter on top. By placing a clean white screen on top, the platter is great for taking 360 degree photos of objects automatically. This could be of great use in a photogrammetry setup. Alternatively, by fitting a bowl and plough assembly, the machine can be used to mull green sand for casting purposes.

It’s a versatile build that could be used for anything that needs rotation in the vicinity of 50 rpm. You could even play vinyl records on it if you were so inclined. Of course, if you’ve built a record player out of an old washing machine, we’d certainly like to know about it.

Internet Of Laundry — Let The ESP8266 Watch Your Dirty Drawers Get Clean

When you think of world-changing devices, you usually don’t think of the washing machine. However, making laundry manageable changed not only how we dress but how much time people spent getting their clothes clean. So complaining about how laborious our laundry is today would make someone from the 1800s laugh. Still, we all hate the laundry and [Andrew Dupont], in particular, hates having to check on the machine to see if it is done. So he made Laundry Spy.

How do you sense when the machine — either a washer or a dryer — is done? [Andrew] thought about sensing current but didn’t want to mess with house current. His machines don’t have LED indicators, so using a light sensor wasn’t going to work either. However, an accelerometer can detect vibrations in the machine and most washers and dryers vibrate plenty while they are running.

The four-part build log shows how he took an ESP8266 and made it sense when the washer and dryer were done so it could text his cell phone. He’d already done a similar project with an Adafruit HUZZAH. But he wanted to build in some new ideas and currently likes working with NodeMCU. While he was at it he upgraded the motion sensor to an LIS3DH which was cheaper than the original sensor.

[Andrew] already runs Node – RED on a Raspberry Pi, so incorporating this project with his system was a snap. Of course, you could adapt the approach to lots of other things, as well. The device produces MQTT messages and Node – RED subscribes to them. The Pushover handles the text messaging. Node – RED has a graphical workflow that makes integrating all the pieces very intuitive. Here’s the high-level workflow:

You might wonder why he didn’t just have the ESP8266 talk directly to Pushover. That is possible, of course, but in part 2, [Andrew] enumerates some good reasons for his design. He wants to decouple components in the system for easier future upgrades. And MQTT is simple to publish on the sensor side of things compared to API calls which are handled by the Raspberry Pi for now.

Laundry monitoring isn’t a unique idea and everyone has a slightly different take on it, even some Hackaday authors. If phone notification is too subtle for you, you can always go bigger.

Rescue An Old Washing Machine With Modern Controls

The humble washing machine is an appliance that few of us are truly passionate about. They’re expected to come into our lives and serve faithfully, with a minimum of fuss. In the good old days, it was common for a washing machine to last for well over 20 years, and in doing so ingratiate itself with its masters. Sadly now while the simple mechanical parts may still be serviceable, the electronics behind the scenes can tend to fail. This is a Russian story (Google Translate link) about giving a new brain to an old friend.

The machine in question is known as an Oriole, and had served long and hard. Logic chips and entire controllers had been replaced, but were continuing to fail. Instead, a replacement was designed to keep the machine operational for some time yet. Rather than relying on recreating the full feature set of the machine it was decided to eliminate certain things for simplicity. Settings for different fabric types or wash modes were eliminated, which is an easy choice if like most people all your washes are done in the same mode anyway. A water level sensor was found to be no longer functioning properly and was simpler to eliminate than repair.

The brain is a PIC microcontroller, with an ESP12 acting as a webserver for monitoring and control. Additionally, a glass lens was taken from some former medical equipment and neatly installed in the control panel of the machine before an OLED display, giving the machine far more feedback than before. Control is still done with the machine’s original buttons. Temperature sensors were added as well to allow the machine to shut itself down in the event of an overheating problem. It’s all tied together on what looks to be a classic single-sided homebrew PCB.

It’s a great project that shows it’s easy to bring modern electronic might to bear on vintage mechanical hardware, with great results. A washing machine lives to see another day, another load – and the landfill remains just that much lighter, to boot.

We’ve seen controller builds for old washing machines before, too – like replacing mechanical control with an Arduino.

[Thanks to Tirotron for sending this in!]