Controlling Relay Boards from an ESP32

แชร์
ฝัง
  • เผยแพร่เมื่อ 15 ต.ค. 2024

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

  • @w.s.n.nemindara9510
    @w.s.n.nemindara9510 4 หลายเดือนก่อน +6

    USUALLY ESP32 GIVES 3.3V , BUT THE RELAY NEEDS 5V TO CONTROL. HOW DID YOU FIX THIS ISSUE

  • @n.mariama9454
    @n.mariama9454 26 วันที่ผ่านมา +1

    When I upload for the first time, I get the error
    Wrong boot mode detected (0×b)! The chip needs to be in download mode.
    I manually pressed the boot button when I tried again, but got the same error

  • @jumbo999614
    @jumbo999614 ปีที่แล้ว +3

    Please also teach how to create webpage from esp32 and user can turn ON/OFF relay by clicking on ICONs.

  • @simplyihyan7251
    @simplyihyan7251 หลายเดือนก่อน +1

    can you make a video on how to switch it on and off using mobile phone, thank you.

  • @chinmayagarnaik749
    @chinmayagarnaik749 2 หลายเดือนก่อน +1

    i dont know what i did wrong my red and green light is blinking but tic tic sound not coming

  • @VuongNamDuong
    @VuongNamDuong 4 หลายเดือนก่อน +1

    Please also teach how to After loading the code for the esp32, do I need to plug the micro USB into the esp32? If you unplug the micro USB into the esp32, does the light come on?

  • @fireeyes2242
    @fireeyes2242 10 หลายเดือนก่อน +1

    While powering on the circuit the relay get automatically triggered from esp32

  • @mohamedalouzi3690
    @mohamedalouzi3690 11 หลายเดือนก่อน +2

    what is the advantage of Relly if we use high voltage to make the ligthbulb ON?

    • @EnjoyMechatronics
      @EnjoyMechatronics  11 หลายเดือนก่อน +1

      Because we can't turn on a light bulb using microcontrollers without a relay.

  • @bkcganeshblogs
    @bkcganeshblogs 6 หลายเดือนก่อน +1

    Sir Thanq for wonderful video.Can i integrate web sever video2 with this relay system. Pl advice

  • @makersfunduck
    @makersfunduck ปีที่แล้ว +2

    There are also esp modules relays build in.

    • @0my
      @0my 6 หลายเดือนก่อน

      Where? Any that plug in to the esp32 dev board headers?

  • @xiaorulez
    @xiaorulez ปีที่แล้ว +2

    Can I power 3 relays from this 5v pin? What would be the max current?

    • @EnjoyMechatronics
      @EnjoyMechatronics  ปีที่แล้ว +3

      Yeah, and if it doesn't work, you could use an external power supply(5v)
      And connect its ground to the gnd of the esp32 board.

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

    Can I use this to actuacte a solenoid for an exact period of time? For example, if I send 0.3002 from my phone, it actuates on the solenoid for exactly, (or very close to) 0.3002 seconds

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

    For the serial can we get the status where relay turn on the lamp dan turn off the lamp?

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

      Yeah, create a state variable and a toggle function to reverse the status of the lamp.

  • @WaqarHussain-zl3rt
    @WaqarHussain-zl3rt ปีที่แล้ว +2

    module is working blue light on and off but relay are not on and off plz help

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

      I guess we can solve this by using an external power supply to power up the relay module.

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

      please check the relay that u utilized. generally, there are 2 variation of relay which are 5V relay and 3.3V relay. ESP microcontroller just support 3.3V relay since the output signal is 3.3V. if u used 5V relay, it will not trigger the relay to switch the open and close circuit.

  • @varshabanasode4347
    @varshabanasode4347 ปีที่แล้ว +2

    I wrote the same code but bulb is on mode only not able to off plz give some suggestions

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

      please check the relay that u utilized. generally, there are 2 variation of relay which are 5V relay and 3.3V relay. ESP microcontroller just support 3.3V relay since the output signal is 3.3V. if u used 5V relay, it will not trigger the relay to switch the open and close circuit.

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

      @@shukriazizi9516 Does this depend on the ESP32 that is used? I´m having the same problem and I´m using the ESP32 Devkit V1, If i changed it for the ESP32 WROOM 32D would it work?

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

      @@nataliaballesteros7997 no, it dosnt works. you can still use ESP32 dev kit with logic level converter (LLC). LLC will convert output signal from 3.3v to 5V which compatible with 5Vrelay.

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

    ♥ Don't Click This! : bit.ly/3jvI8g6

  • @TCHamilton56
    @TCHamilton56 หลายเดือนก่อน +1

    Thanks!

    • @EnjoyMechatronics
      @EnjoyMechatronics  25 วันที่ผ่านมา +1

      Your encouragement means the world to me and keeps me motivated to create more content. I truly appreciate each and every one of you!

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

    i am using using esp32 DevKitV1,., its not working,., can u help?

    • @shukriazizi9516
      @shukriazizi9516 ปีที่แล้ว +2

      please check the relay that u utilized. generally, there are 2 variation of relay which are 5V relay and 3.3V relay. ESP microcontroller just support 3.3V relay since the output signal is 3.3V. if u used 5V relay, it will not trigger the relay to switch the open and close circuit.

    • @sayaorang6655
      @sayaorang6655 9 หลายเดือนก่อน

      ​@@shukriazizi9516I use a 5vdc relay, but it can't be controlled at the vin pin, while at the 3v3 pin, the relay works normally, what should I do?, I need the 3v3 pin for other things

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

    Like