Controlling Relay Board (ESP32 + Arduino Series)

Поделиться
HTML-код
  • Опубликовано: 21 май 2020
  • Relays allow you to control high-voltage devices like a light bulb or outlet. You can also use them to operate garage doors or curtain motors.
    They are easy to connect & easy to control with an ESP32. Make a project to control the lights via WiFi? No problem for the ESP32!
    ⚡️Other videos in this series:
    • ESP32 + Arduino
    (Everything you need to know about programming the ESP32 by using the Arduino Framework)
    🌍 Social
    Twitter: / savjee
    Facebook: / savjee
    Blog: savjee.be
    Become a Simply Explained member: / @simplyexplained
  • НаукаНаука

Комментарии • 14

  • @davestelljes6454
    @davestelljes6454 6 месяцев назад

    Quick, clear, and simple explanation. Thanks!

  • @JackSparrow14111
    @JackSparrow14111 5 месяцев назад

    3:50 Always you have to connect the line (Live Wire ) to the switch (Relay) . Otherwise you have more chances of getting shocked because your body is connected to ground

  • @Lovely-bx8se
    @Lovely-bx8se 5 месяцев назад

    Bonjour Merci pour ce tuto précis et clair.
    Serait il possible d'avoir des conseils a partir d'un sensor de type ds18B20 j'enclenche un relais a partir d'une température qui passe en ON. Plusieurs tuto présente le changement de l'état du relais en off après une température atteinte. Je souhaiterais que la condition de changement d'état en off soit plutôt de type timer ( au bout de 5mn il revient a off par exemple ).
    Merci beaucoup

  • @deadstar962
    @deadstar962 2 года назад

    how do you use voice commands to turn on the relay. I do not want to use a wake word or connect to voice assistant

  • @obsidian3255
    @obsidian3255 Год назад

    Do you know about blynk iot??
    Can you show esp32 program for it ?

  • @cesargonzalez7181
    @cesargonzalez7181 2 года назад +1

    Just be sure to better recommend to control the gate of a simple N-Channel MOSFET to drive the current for the coil , together with a flyback diode. I know is more hassle but you can damage your ESP's gpio by drawing peaks of 100mA from a source that is just rated for 40mA , In this case it works because is not a continuous draw but as soon as you let it on for more time you will fry your micro, so for a long lasting activation you must include it. Cheers

    • @v3ndril
      @v3ndril Год назад

      Can you explain what you mean?

    • @steve6375
      @steve6375 Год назад

      The relay board used already has a MOSFET or similar and diode on each relay. Only issue is that the relays used appear to be 5V relays for 5V arduino and it was connected 3.3V so they may not be reliable or relay may not switch?

  • @GurinderSingh
    @GurinderSingh 2 года назад

    Can I use without internet

  • @thepianoguy5928
    @thepianoguy5928 Год назад

    whats the software?

  • @sanjeevsharma1413
    @sanjeevsharma1413 2 года назад

    How many relays can I control with single esp32 board?