My "dumb" freezer can now text me if I leave it open too long

Sdílet
Vložit
  • čas přidán 11. 09. 2024
  • I got tired of my freezer door getting stuck and my food melting, so I quickly (and very cheaply) rigged up a system to alert me if the door stays open for more than a few minutes.
    Full build instructions and source code available on my hackaday.io page:
    hackaday.io/pr...
    I'm also on Twitter: / gvy_dvpont
    Fire animation video from Videezy.com
    Music:
    Tu Y Yo by Nixie (licensed on Soundstripe)
    Relax (licensed on Songtradr)

Komentáře • 31

  • @ohyeahyeah4830
    @ohyeahyeah4830 Před 3 lety +6

    I love how professional this is, hope your following grows fast!

  • @GuyDupont
    @GuyDupont  Před 3 lety +6

    Turns out I may have lied re: WiFi / Bluetooth coexistence on the ESP-32. It appears you can do it, but there are some limitations since they share a radio.

  • @perrinromney4555
    @perrinromney4555 Před 3 lety +6

    This is a lot of work to solve a problem that would be solved by a spacer on the wall.... Just the way we like it! Nice job.

    • @damagecase13
      @damagecase13 Před rokem

      Came here to say the same thing 😂

    • @andreistremtan
      @andreistremtan Před rokem

      Thinking the same, nothing wrong with IOT-ing your stuff, but fix the god dam problem..

  • @dyandupont2215
    @dyandupont2215 Před 3 lety +1

    Love it, Guy! Some freezers beep when left opened ... BUT - some people, “ah-hem”, over a certain age, “ah-hem’, may not be able to HEAR it, “ah-hem.” Keep up the good work. Necessity has always been, and will always be, the mother of invention. 👍

    • @mikiex
      @mikiex Před 3 lety +1

      I have a fridge that beeps when left open... but not if you leave it slightly open! Very annoying because it can still warm the inside over time!

  • @huntertheepic4176
    @huntertheepic4176 Před rokem

    this channel is so underated

  • @justintang1479
    @justintang1479 Před 3 lety +1

    This is awesome! Really cool content.

  • @DomGregori
    @DomGregori Před 3 lety

    You could use a Normally Closed reed switch and External Wake up to make the battery last longer because the pin would be high only when the door is open. Then it’s always in deep sleep until the door opens so you wouldn’t have to use a timer wake up.

    • @GuyDupont
      @GuyDupont  Před 3 lety

      I thought about this, and I think you're right - I could save some battery. But I'd still need a way to distinguish between false positives (freezer door open for appropriate time) and accidental meltdowns. I'd still need a timer. so I just preferred to keep the logic super simple knowing that in context it would take a long time to kill that battery. Also I didn't have any NC switches sitting around lol

    • @GuyDupont
      @GuyDupont  Před 3 lety

      Also I think I read somewhere that setting an external interrupt uses slightly more current than timer based sleep but I could be totally wrong on that

    • @GuyDupont
      @GuyDupont  Před 3 lety

      Good thought tho! Thanks

  • @mmlange
    @mmlange Před rokem

    0:50 LOL, "I'm going to turn my dumb freezer into an dumb freezer with an Internet connection."

  • @Unknown-yl1do
    @Unknown-yl1do Před rokem

    Awesome content! Thank you for putting the effort into making these videos. Keep going, you’re wonderful!

  • @Zhujiayi7
    @Zhujiayi7 Před 3 lety

    nice vids dude, keep em coming and you'll get a lot of subs for sure

  • @JeffsTravels
    @JeffsTravels Před rokem +1

    Good video but i would lower the music level relative to the voice.

  • @Reneg973
    @Reneg973 Před rokem

    So far reed switches can switch enough current so you could use them between controller and power supply.

  • @cybermodstudio9380
    @cybermodstudio9380 Před 3 lety

    谢谢您的启发,这非常酷

  • @v1d300
    @v1d300 Před 10 měsíci

    30 seconds in, why won't you just move the fridge a inch from the wall?
    1minute in, *"..that would be boring youtube video.."* true. true. proceeds to watch :)

  • @TechWeb68
    @TechWeb68 Před 3 lety

    Could you make the ESP32 wakeup only when the door is opened, by use of "External wakeup"? Then do a 3 min sleep and re-check. This way the battery might last much longer.

    • @GuyDupont
      @GuyDupont  Před 3 lety +1

      Yup, an interrupt would totally work. I think I was trying to keep it more "noob" friendly, but I'm not sure I even accomplished that 😁

    • @GuyDupont
      @GuyDupont  Před 3 lety

      Although actually now that I think of it - I think keeping an interrupt active may actually prevent you from entering the "deepest" sleep on the ESP. vaguely remember seeing that? Could be totally wrong though

  • @julianstechsation
    @julianstechsation Před 3 lety

    Very cool ! Does this work with any kind of „switch“ ?

    • @GuyDupont
      @GuyDupont  Před 3 lety

      Yes. Any kind of electrical switch should work!

  • @gojobis
    @gojobis Před 3 lety

    Aren't you protecting yourself from the smoke coming from soldering?

    • @GuyDupont
      @GuyDupont  Před 3 lety

      I have one of those fans with a filter attached, I don't use it all the time though 😬. I know I should.

    • @gojobis
      @gojobis Před 3 lety

      @@GuyDupont Take care and create a lot of awesome content for long time ;)