Apparatus for monitoring and recording the operational status of a system of 'legacy' laundry machines
Laundry detector is a project I started because of a rotten laundry situation in my previous apartment building.
note: The hardware side of this project is still under active consideration. The readme as it stands in regards to hardware should be considered a working draft.
The system uses an Arduino Mega, equipped with a Wifi Shield and two SW-420 Vibration Sensors.
The sensors are taped to the back of the washer and dryer. The main Arduino loop()
function runs every minute, sending a POST
request to a web server with the current status of the machines.
From there, a webserver handles the incoming event request and updates the Mongo database accordingly. The server provides client APIs to access the current status of the machines as well as historical data about previous cycles, etc.