IoT Power Relay and Arduino - Setup and Tutorial

แชร์
ฝัง
  • เผยแพร่เมื่อ 28 มิ.ย. 2024
  • This video shows how to set up and use the IoT power relay to control a lamp or other appliance that plugs into a wall outlet with an Arduino. You can make the appliance react to sensors or voice commands to build your own smart home device. Written instructions are available on the Science Buddies website: www.sciencebuddies.org/scienc...
    0:00 intro
    0:19 hardware overview
    0:59 Arduino connections
    2:00 lamp control (blink)
    2:17 sensors
    2:33 voice control
    Additional videos in this series:
    Arduino voice-controlled lamp overview: • DIY Arduino Voice Cont...
    Grove Speech Recognizer: • Grove Speech Recognize...
    Elechouse Voice Recognition Module: • Elechouse Voice Recogn...
    Science Buddies also hosts a library of instructions for over 1,500 other hands-on science projects, lesson plans, and fun activities for K-12 parents, students, and teachers! Visit us at www.sciencebuddies.org?from=TH-cam to learn more.
    #STEM #sciencebuddies #arduino #smarthome
    *******************************
    Connect with Science Buddies:
    TWITTER: / sciencebuddies
    FACEBOOK: / sciencebuddies
    INSTAGRAM: / scibuddy
    PINTEREST: / sciencebuddies

ความคิดเห็น • 9

  • @picknikbasket
    @picknikbasket ปีที่แล้ว +1

    Loving these new Arduino and IoT's videos.

  • @NeerajSharma-ko5wv
    @NeerajSharma-ko5wv ปีที่แล้ว

    awesome

  • @DarrylHadfield
    @DarrylHadfield ปีที่แล้ว

    The DLI power strip is nearly impossible to find right now. If you're able to share a way to do the same end result with other products that are more readily available, I think many - myself included - would be interested!

    • @Science.Buddies
      @Science.Buddies  ปีที่แล้ว

      It looks like SparkFun carries a kit that includes the relay that isn't sold out (yet - there are only 7 left as of writing this comment): www.sparkfun.com/products/20169. The relay itself is sold out at SparkFun, but Adafruit also has it in stock: www.adafruit.com/product/2935. Hope that helps!

    • @Science.Buddies
      @Science.Buddies  ปีที่แล้ว

      There are also other types of relays you can use that involve directly wiring things instead of a "surge protector" approach like the IoT power relay: www.sparkfun.com/search/results?term=relay. We generally don't recommend them for our audience, as this requires working with high-voltage wiring directly which is very dangerous if you don't know what you're doing. The great thing about the IoT relay is that it works like a normal electrical outlet so you can just plug a device into it directly, and you only need to worry about the low-voltage microcontroller wiring.

  • @Fleenoreric
    @Fleenoreric ปีที่แล้ว

    Will this work work a thermostat ?

    • @Science.Buddies
      @Science.Buddies  ปีที่แล้ว

      Most thermostats do not plug into a 120V wall outlet so would not be compatible with the IoT relay.

  • @kejonp9302
    @kejonp9302 ปีที่แล้ว

    can that microcontroller run 24/7?

    • @Science.Buddies
      @Science.Buddies  ปีที่แล้ว

      Yes - as long as it has uninterrupted power, the Arduino can run continuously. Unlike a computer with an operating system, the microcontroller won't decide to download updates or restart on its own etc.