Laundry Detection! Easily detect when your washing machine cycle ends

Поділитися
Вставка
  • Опубліковано 1 лип 2024
  • 3D Printing and CNC Machining at PCBWay - www.pcbway.com/setinvite.aspx...
    In this video, I'm showing two options that one can take to implement a laundry cycle ending detection in their smart home setup.
    One of the routes is to implement a vibration sensor to detect the vibrations produced by the washing machine and once the vibrations have stopped, it will alert us that the cycle has completed.
    Another approach is to use some of the LEDs already on the machine and an LDR to detect if they are lit so we can know that a certain state has been achieved.
    Finally, I also glimpse over some other options with power metering power plugs or current clamps that can be added to the machine for power consumption detection.
    Tools and materials used in the video:
    ESP32 Development Board - s.click.aliexpress.com/e/_mK9...
    NodeMCU Development Board - s.click.aliexpress.com/e/_mOv...
    Piezo Vibration pickup sensor - s.click.aliexpress.com/e/_EQF...
    SW-420 vibration sensor - s.click.aliexpress.com/e/_oE6...
    LDR (Light Dependent Resistor) - s.click.aliexpress.com/e/_mOo...
    LEDs Kit - s.click.aliexpress.com/e/_EJW...
    Assorted Resistors - s.click.aliexpress.com/e/_EyO...
    Rework Station - s.click.aliexpress.com/e/_oBK...
    Multimeter - s.click.aliexpress.com/e/_mM2...
    Current Clamp Sensor - s.click.aliexpress.com/e/_oB5...
    Sonoff Power Metering Switch - s.click.aliexpress.com/e/_oDI...
    16A Smart Plug - s.click.aliexpress.com/e/_EIY...
    Video Timestamps:
    0:00 Introduction
    0:30 - Vibration Sensor Overview
    01:06 - Vibration Sensor Demo
    02:54 - Sposnosred Section
    03:54 - LDR Sensor Overview
    05:02 - LDR Sensor Demo
    05:45 - ESPHome code for the LDR sensor
    06:50 - Arduino code for the vibration sensor
    07:45 - Other detection methods
    08:39 - Closing
    Support my work on Patreon so I can continue producing free content and tutorials!
    / taste_the_code
    My recording gear:
    Canon M50 Mark ii - s.click.aliexpress.com/e/_ALp9Sp
    GT10 Pro 5G Android Phone - s.click.aliexpress.com/e/_oDn...
    Dragon Touch 4K Action Camera - s.click.aliexpress.com/e/_mrc...
    USB Condenser Microphone - s.click.aliexpress.com/e/_DF5...
    Tripod - s.click.aliexpress.com/e/_Del...
    Phone tripod mount - s.click.aliexpress.com/e/_s9WaiJ
    Laundry Detection! Easily detect when your washing machine cycle ends
    #laundry #smartHome #detection #DIY #tastethecode
    Main Site and blog: www.tastethecode.com
    Facebook: / tastethecode
    Instagram: / taste_the_code
    Twitter: / taste_the_code
    Get exclusive Taste The Code t-shirts and merch at
    teespring.com/taste-the-code
    Hosting discounts over at Dreamhost
    click.dreamhost.com/SHiw
    This video is a part of a 26 video series on Home Automation DIY Devices as part of the Alphabet Superset challenge! www.alphabetsuperset.com/
    #alphabetsuperset

КОМЕНТАРІ • 13

  • @horsthacker9990
    @horsthacker9990 2 місяці тому +1

    nice an effective project

  • @steven_porter
    @steven_porter 5 місяців тому +1

    Depending on the frequency of the noise vs signal for the piezo, a high pass or low pass filter could help a lot. My gut says that a low pass would be the way to go since the movement of the machine would be relatively low frequency (under 100hz) while noise from the piezo likely is much higher

    • @TasteTheCode
      @TasteTheCode  5 місяців тому

      Cool, thanks for the suggestion. I'll try to add one next time I play with the piezo and see how it behaves.

  • @DnaX
    @DnaX 5 місяців тому +1

    My washing machine make's a full opera music when finished 😂

    • @TasteTheCode
      @TasteTheCode  5 місяців тому +1

      Hahahhahhahha that's funny.

  • @davidjobe9876
    @davidjobe9876 5 місяців тому +1

    Nice ;)
    I thought a Piezo can only make music, didn't know it can also detect movement.

    • @TasteTheCode
      @TasteTheCode  5 місяців тому

      Yup, they are very often used as pickup in an acoustic guitar to connect them to amplifiers. I want to try that one day.

  • @Tntdruid
    @Tntdruid 5 місяців тому +2

    A ZigBee smart plug is what i use and HA 👍

    • @TasteTheCode
      @TasteTheCode  5 місяців тому

      Cool. What wattage you have the plug rated at?

    • @Tntdruid
      @Tntdruid 5 місяців тому +2

      @@TasteTheCode 20A and 4800W, machine only peak at 2300W.

  • @SlavkosHobbyChannel
    @SlavkosHobbyChannel 5 місяців тому +1

    Interesting!