Your encouragement means the world to me and keeps me motivated to create more content. I truly appreciate each and every one of you!
@mohamedalouzi3690 Жыл бұрын
what is the advantage of Relly if we use high voltage to make the ligthbulb ON?
@EnjoyMechatronics Жыл бұрын
Because we can't turn on a light bulb using microcontrollers without a relay.
@jumbo999614 Жыл бұрын
Please also teach how to create webpage from esp32 and user can turn ON/OFF relay by clicking on ICONs.
@makersfunduck2 жыл бұрын
There are also esp modules relays build in.
@0my8 ай бұрын
Where? Any that plug in to the esp32 dev board headers?
@xiaorulez Жыл бұрын
Can I power 3 relays from this 5v pin? What would be the max current?
@EnjoyMechatronics Жыл бұрын
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.
@simplyihyan72514 ай бұрын
can you make a video on how to switch it on and off using mobile phone, thank you.
@VuongNamDuong7 ай бұрын
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?
@EnjoyMechatronics7 ай бұрын
Use firebase
@n.mariama94543 ай бұрын
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
@w.s.n.nemindara95106 ай бұрын
USUALLY ESP32 GIVES 3.3V , BUT THE RELAY NEEDS 5V TO CONTROL. HOW DID YOU FIX THIS ISSUE
@raahimkhan7210Ай бұрын
Did you figure it out? I'm also having the same issue
@w.s.n.nemindara9510Ай бұрын
@@raahimkhan7210 yes, u can use a transistor. But it is easy if you use a Solid State Relay. You can connect directly and it is more durable
@isciadminАй бұрын
You can find 3v relay module.
@sudarnosilaban5648 Жыл бұрын
For the serial can we get the status where relay turn on the lamp dan turn off the lamp?
@EnjoyMechatronics Жыл бұрын
Yeah, create a state variable and a toggle function to reverse the status of the lamp.
@fireeyes2242 Жыл бұрын
While powering on the circuit the relay get automatically triggered from esp32
@varshabanasode4347 Жыл бұрын
I wrote the same code but bulb is on mode only not able to off plz give some suggestions
@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.
@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 Жыл бұрын
@@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.
@chinmayagarnaik7494 ай бұрын
i dont know what i did wrong my red and green light is blinking but tic tic sound not coming
@bkcganeshblogs8 ай бұрын
Sir Thanq for wonderful video.Can i integrate web sever video2 with this relay system. Pl advice
@EnjoyMechatronics8 ай бұрын
Yes, sure
@gabrielbianchi2246 Жыл бұрын
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
@Noughtta Жыл бұрын
yes
@WaqarHussain-zl3rt Жыл бұрын
module is working blue light on and off but relay are not on and off plz help
@EnjoyMechatronics Жыл бұрын
I guess we can solve this by using an external power supply to power up the relay module.
@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.
@TagFul19Ай бұрын
@@shukriazizi9516
@EnjoyMechatronics2 жыл бұрын
♥ Don't Click This! : bit.ly/3jvI8g6
@PangkoyPacamalan Жыл бұрын
i am using using esp32 DevKitV1,., its not working,., can u help?
@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.
@sayaorang665511 ай бұрын
@@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
@shola-j5jАй бұрын
How did you resolve this, I don't see 3.3v relay that can be use with this esp32