G+_Raul Thomas Posted August 31, 2016 Share Posted August 31, 2016 Does anyone know of a project that can detect the buzzer sound from a washing machine and dryer and then send a text message to indicate that its done. Preferably using a rasberry pi. Thanks. Link to comment Share on other sites More sharing options...
G+_Steve Labbe Posted August 31, 2016 Share Posted August 31, 2016 I did a quick search and found this, hope it helps you with your project https://blog.mornati.net/raspberrypi-motion-and-noise-detection/ Link to comment Share on other sites More sharing options...
G+_Raul Thomas Posted August 31, 2016 Author Share Posted August 31, 2016 Thanks Steve. I'll keep it in mind. Link to comment Share on other sites More sharing options...
G+_Steve Labbe Posted August 31, 2016 Share Posted August 31, 2016 In the comments section, someone had converted the code to python it that suits you better Link to comment Share on other sites More sharing options...
G+_Ben Reese Posted August 31, 2016 Share Posted August 31, 2016 I think similar solutions have been discussed here in the past. Some ideas... Load sensors on the power lines (measure amperage used) Gyroscope/motion sensors attached to the side (may give false positives on the washer between cycles) Hacking in and connecting to lights or other indicators (even the buzzer might work) Link to comment Share on other sites More sharing options...
G+_Raul Thomas Posted August 31, 2016 Author Share Posted August 31, 2016 The solution cannot hack into any part of the machine. Thanks. Link to comment Share on other sites More sharing options...
G+_Ben Reese Posted August 31, 2016 Share Posted August 31, 2016 Raul Thomas well now your just taking all the fun out of it ? Link to comment Share on other sites More sharing options...
G+_John Mink Posted August 31, 2016 Share Posted August 31, 2016 I have a vague memory of Padre saying he used accelometers Link to comment Share on other sites More sharing options...
G+_John Mink Posted August 31, 2016 Share Posted August 31, 2016 You could do a load sensor by making a pass-through on the outlet. Intsead of washer --> wall you have washer --> sensor --> wall. Pick up one of those sensors, read the voltage across it. Motion can be done with a device on top of the washer (non-invasive) You might be able to do photo diodes to detect LEDs indicating "done", but you'd need to find a way to filter out other light.? Link to comment Share on other sites More sharing options...
G+_Eddie Foy Posted August 31, 2016 Share Posted August 31, 2016 simple: Wife/kids Link to comment Share on other sites More sharing options...
G+_Steve Labbe Posted August 31, 2016 Share Posted August 31, 2016 and I guess you could buy them raspberry pies while they stare at the machines :) Link to comment Share on other sites More sharing options...
G+_David Wiggins Posted September 1, 2016 Share Posted September 1, 2016 I thought there were audio sensors for pi/Arduino? Or a sensor for current on the buzzer mechanism in the dryer itself. I had one where the selector was broken so we disconnected the power to the buzzer. Link to comment Share on other sites More sharing options...
G+_Eddie Foy Posted September 1, 2016 Share Posted September 1, 2016 David Wiggins A simple bandpass filter would work. Tune it to the buzzer freq to avoid false triggers Link to comment Share on other sites More sharing options...
G+_David Wiggins Posted September 2, 2016 Share Posted September 2, 2016 Very cool. Link to comment Share on other sites More sharing options...
G+_Cody Kochmann Posted September 12, 2016 Share Posted September 12, 2016 if you really wanted to push the cool button, you could use tensorflow and teach it what a buzzer sounds like :) its on the pi now Link to comment Share on other sites More sharing options...
Recommended Posts