Controlling a 230V AC Bulb Using Arduino Uno and Relay

แชร์
ฝัง
  • เผยแพร่เมื่อ 11 ต.ค. 2020
  • Switching 230V AC Devices using Relay Module, Arduino Uno
    Components Required
    Arduino UNO: tr.im/arduino-uno-r3
    Relay Module: tr.im/1ch-relay
    Code:
    blog.srishtirobotics.com/blog/...
    The video uploaded in this channel are copyrighted, and it can be used only for educational purposes.
    Follow Us:
    Instagram: / srishtirobotics
    Facebook: / srishtirobotics
    Website: www.srishtirobotics.com/
    Mail: info@srishtirobotics.com

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

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

    Straight to the point. You're great. Thank you for your effort.

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

    Exactly what I’m looking for. Thanks a lot

  • @jonny_s0288
    @jonny_s0288 4 หลายเดือนก่อน +2

    You're doing God's work out there. Thanks a lot, man.

  • @circuitgenius14
    @circuitgenius14 7 หลายเดือนก่อน

    have seen many vids and this is the most helpful

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

    really bro the way you are explaining just outclass.keep it up.my sincere gratitude to you

  • @UnsupervisedProduction
    @UnsupervisedProduction 7 หลายเดือนก่อน

    Very helpful for understanding some basics!

  • @samiraly4372
    @samiraly4372 6 หลายเดือนก่อน +2

    not sure id this is safe to use in normal life , i think we need to add a contactor between the relay and pub , as the bulb is operating on 230 volt , please comment .

  • @ashish210
    @ashish210 2 หลายเดือนก่อน

    Can we use this technique for automated motor control
    Like by using sensors and other equipments

  • @fulesmackofule
    @fulesmackofule 5 หลายเดือนก่อน

    Is this relay can only do on/off? I'm looking for a voltage controlling version to dim LED. Thanks.

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

    Wonderful 🔥

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

    hello! how many bulbs can be power at the same time whit the single Relay?

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

    is there a specific voltage of the relay?

  • @sgayle
    @sgayle 2 หลายเดือนก่อน

    Is there any way that we can apply buttons, breadboard and maybe buzzer?

  • @seddiqueberang4563
    @seddiqueberang4563 7 หลายเดือนก่อน

    Thanks for the usefull project
    If you make another video controlling morethan one relay by an arduino , will be appreciated .

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

    Can we also dim the bulb using this method?

  • @pascal4843
    @pascal4843 ปีที่แล้ว +9

    To those of you, who are too lazy to write these few lines of code, because the link doesn't work:
    int relay = 8;
    void setup() {
    pinMode(relay,OUTPUT);
    }
    void loop() {
    digitalWrite(relay,HIGH);
    delay(1000);
    digitalWrite(relay,LOW);
    delay(1000);
    }

  • @EzraEneh-ef3jr
    @EzraEneh-ef3jr 4 หลายเดือนก่อน

    Please I need your assistance on voice control light switch using Arduino

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

    Awesome!

  • @MusabKhalil-xf2hh
    @MusabKhalil-xf2hh 25 วันที่ผ่านมา

    What will happen if you used NC pin instead of NO pin ??

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

    Can i connect more bulb .if yes ,then how?

  • @user-ei4js8bs2w
    @user-ei4js8bs2w 2 หลายเดือนก่อน

    What is powering the arduino here? The usb?

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

    Is 5V Relay Module safe to used 120V or 230V AC?

  • @ntpksr
    @ntpksr 3 หลายเดือนก่อน

    thank you!!

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

    Fly back diode?

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

    Hey Bro, the links are all dead, would you like to upgrade it?

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

    awesome

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

    Please, I have a problem when writing pineMode (7,OUTPUT) The relay works directly without typing HIGH

    • @Srishtirobotics
      @Srishtirobotics  3 ปีที่แล้ว

      If you are using relay module with optocoupler it turn ON when pin is LOW. Try digitalWrite(7,HIGH); in void setup and make the relay pin high initially. For switching on use digitalWrite(7,LOW);

  • @user-nazarali
    @user-nazarali ปีที่แล้ว

    All the below links has been broken, please update.

  • @nikhilrb9574
    @nikhilrb9574 2 ปีที่แล้ว

    Module links not working!

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

    Code not found

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

    Sir blynk app ka url kha milega plz batadijiye

    • @Srishtirobotics
      @Srishtirobotics  3 ปีที่แล้ว

      play.google.com/store/apps/details?id=cc.blynk
      Play Store Link is here

  • @Chadu.....0411
    @Chadu.....0411 ปีที่แล้ว

    bro where is the code ??

  • @amitchauhan8535
    @amitchauhan8535 3 ปีที่แล้ว

    Sir can i use bt 136 triac

    • @Srishtirobotics
      @Srishtirobotics  3 ปีที่แล้ว

      Sure

    • @amitchauhan8535
      @amitchauhan8535 3 ปีที่แล้ว

      @@Srishtirobotics sir plz tell me diagrame of traic bt136 for 10,12 channel make flashing chaser plz

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

    Why tf call it a successful project, if the bulb is flickering all the time?

    • @burstfireno1617
      @burstfireno1617 23 วันที่ผ่านมา +1

      Human eye can see it flickering because of this video capture 😊. Normally you wont be able to see this flickering. So its not really his fault..

    • @Scotty916
      @Scotty916 12 วันที่ผ่านมา

      It has to do with the frequency of the mains (50/60 Hz) and the frame rate of the camera. You don’t see flickering in person.