Washing Machine Mechanical Timer Replaced With Microcontroller

After the electromechanical timer on [Paul Canello’s] washing machine broke for the third time he decided he needed to stop repairing it and find a more permanent fix. He decided to build his own microcontroller-based system for washing his clothes (translated). Caution: The image links on [Paul’s] page seem to be broken and will unleash a never-ending storm of empty pop-up windows if you click on them. We’ve embedded all of the images after the break to save you some hassle.

The controller on a washing machine is nothing more than a mechanical alarm clock. It starts the cycle, then moves through various modes based on the passage of time. [Paul] started his hack by observing how long the delay between cycles was meant to be, and recording which parts of the machine were switched on and off at each stage.

It turns out that when the mechanical knob is turned, it reroutes how water flows through the detergent chamber. Since that knob won’t be in the new system [Paul] came up with a way for the microcontroller to handle this by using a servo motor. The rest of the control involves relays to control the motor, and solenoid valves for the water. There are also pressure switches that give feedback for the level of the water in the machine. A PIC 16F872 serves as the new controller, with the help of a 7 segment display, a buzzer, and a pair of buttons as the user interface.

This is an older project, but after reading about the Arduino controlled dishwasher [Ramiro] sent us a link. Thanks! Continue reading “Washing Machine Mechanical Timer Replaced With Microcontroller”

Relay Calculator

Calculators are a handy tool to have around in just about every application. We often take them for granted today, but even when I was a kid they were still sort of expensive devices that you put thought into buying. Illustrating just how far we have come is this awesome Relay Calculator brought to us by [Team 619].

Featuring an optical slider input system, the user can select any two 4 bit numbers and can add or subtract them. Logic is carried out by a couple handfuls of relays setup to be AND, OR, or XOR gates, which are then linked together to build adders.

Output is in binary as well, in the form of lights, though we cant really tell if those are some form of tubes or if they are just rods lit on end. Either way if you require a lot of nibble math and want a conversation starter this suits the bill quite niceley. Otherwise you can keep hooking up more and more relays and maybe one day make your own relay computer.

Join us after the break for a quick video!

Continue reading “Relay Calculator”

Reversible Relay-based Motor Controller

[Nothinglabs] built this motor controller as an alternative to using an H-bridge. They call it the RAT controller which stands for “Relay and Transistors”. You can see above that two Darlington transistors along with their base transistors allow logic signals to switch the relay on and off, driving the motor in one direction or the other based on the open or closed state of the relay. See it working in the video after the break.

It’s a nice little workaround with few parts, but because the relay is mechanical there will be a short lifespan when compared to solid-state motor controllers. That’s okay, because the motivation here was lack of parts on hand, rather than an increase in performance. It’s also worth mentioning that all of these parts can be purchased at your local Radio Shack when you don’t want to wait for component orders by mail. We certainly appreciate that it takes far few components than [David Cook’s] H-bridges. His designs are our favorite – we’ve used them in our own projects – but for quick and dirty you can’t beat five components and the short assembly time needed when using this type of dead-bug style soldering.

Continue reading “Reversible Relay-based Motor Controller”

Smartphone Operated Garage Door Is Beginning Of Arduino Home Automation System

[Tim] is showing off the first step in his home automation projected with this smart-phone garage door interface. In the video after the break you can see him open and close the garage door with the touch of a button. There’s also an open or closed indicator that he can check when away from home.

An Arduino takes care of a portion of the control for this project. Like the post we saw yesterday, he’s using PHP code on a webpage to manipulate the Arduino via its USB connection in order to open and close the door using a relay. The door status is also monitored by the Arduino and sent to the PC over the serial connection. The computer uses a Python script to monitor the incoming data and update a text file which is merged into the web interface using a PHP include. Future plans for the system include adding control for heating and air conditioning systems.

If you’re looking to do something like this but wirelessly here’s some advice on ditching the Arduino and using an XBee module instead.

Continue reading “Smartphone Operated Garage Door Is Beginning Of Arduino Home Automation System”

Clap To Remove This Brassiere

Like some strange manga come to life, you can remove this brassiere with a clap of your hands. Under the red bow is a not-so-small mechanical clasp that replaces the original on the strapless front-clasping undergarment. We hate to criticize, but [Randofo] really went off the deep end of hardware overkill on this project. The clasp itself is the electromagnetic coil removed from the case of a mechanical relay. An ATmega168 listens for a spike in sound pressure from a microphone, then drives the relay to release the feminine support system.

It is Valentine’s day. The question being is this romantic or sleazy? Watch the NSFW video after the break and let us know your opinion in the comments.

Continue reading “Clap To Remove This Brassiere”

Electromechanical Computer Built From Relays

This is Zusie, a computer built out of electromechanical relays. [Fredrik Andersson] picked up a lot of about 100 telephone exchange circuit boards, each with about 16 relays on them. After getting to know a heat gun really well he ended up with 1500 working relays with which to play. The machine runs slowly, it iss noisy, but it definitely works. After the break you can see it running and assembly code program that he wrote.

The instruction set is based on boards running microcode. These store the operational commands for each instruction the processor has available to it and they run in parallel with the rest of the operations.

We’re always surprised to see that these home-built processors work. Mostly because of the complexity involved in assembling them. How hard is it to find a shorting connection or a malfunctioning relay? Those problems aren’t limited to this application either, what do you do if a transistor-logic CPU has a malfunctioning chip?

Continue reading “Electromechanical Computer Built From Relays”

Snapping Pics At The Right Moment With A Pressure Plate

[BiOzZ] built a pressure sensitive camera accessory to snap pictures at just the right moment. Before turning out all the lights the camera is set up with a twenty-second timer and a three-second exposure. The pressure plate doesn’t take the photo, but fires the flash to catch an image in the middle of the action.

The hack uses a piece of acrylic as the base of the pressure plate. A switch is constructed by placing aluminum tape on the base, and attaching a thin metal strip that is bent to add just a bit of spring. When an object is place on the plate the thin metal contacts the aluminum tape completing the circuit, a change in the weight breaks it. A simple circuit connects to this, using a relay to actuate the flash from a disposable camera. This is perfect for documenting the moment when you exercise that fruit-induced rage that has been consuming you lately.