Home Appliances Control Using App with Arduino Uno, Bluetooth Module HC-05, Relay Module

Sdílet
Vložit
  • čas přidán 7. 09. 2024
  • Home Appliances Control Using App with Arduino Uno, Bluetooth Module HC-05, Relay Module
    What is Relay? • WHAT IS A RELAY?. HOW ...
    Android Application Link: drive.google.c...
    Vlogs Channel: / @mraj_shorts
    My Instagram: / pashupati_kr_singh
    Facebook page: / makelogy
    Twitter: / pashupatikk
    #makelogy
    #electronics
    #arduinouno

Komentáře • 59

  • @MakeloGy
    @MakeloGy  Před 2 lety +16

    //////////////////////////// code///////////////////////////////////
    String inputs;
    #define relay1 2 //Connect relay1 to pin 9
    #define relay2 3 //Connect relay2 to pin 8
    #define relay3 4 //Connect relay3 to pin 7
    #define relay4 5 //Connect relay4 to pin 6
    #define relay5 6 //Connect relay5 to pin 5
    #define relay6 7 //Connect relay6 to pin 4
    #define relay7 8 //Connect relay7 to pin 3
    #define relay8 9 //Connect relay8 to pin 2
    void setup()
    {
    Serial.begin(9600); //Set rate for communicating with phone
    pinMode(relay1, OUTPUT); //Set relay1 as an output
    pinMode(relay2, OUTPUT); //Set relay2 as an output
    pinMode(relay3, OUTPUT); //Set relay1 as an output
    pinMode(relay4, OUTPUT); //Set relay2 as an output
    pinMode(relay5, OUTPUT); //Set relay1 as an output
    pinMode(relay6, OUTPUT); //Set relay2 as an output
    pinMode(relay7, OUTPUT); //Set relay1 as an output
    pinMode(relay8, OUTPUT); //Set relay2 as an output
    digitalWrite(relay1, LOW); //Switch relay1 off
    digitalWrite(relay2, LOW); //Swtich relay2 off
    digitalWrite(relay3, LOW); //Switch relay1 off
    digitalWrite(relay4, LOW); //Swtich relay2 off
    digitalWrite(relay5, LOW); //Switch relay1 off
    digitalWrite(relay6, LOW); //Swtich relay2 off
    digitalWrite(relay7, LOW); //Switch relay1 off
    digitalWrite(relay8, LOW); //Swtich relay2 off
    }
    void loop()
    {
    while(Serial.available()) //Check if there are available bytes to read
    {
    delay(10); //Delay to make it stable
    char c = Serial.read(); //Conduct a serial read
    if (c == '#'){
    break; //Stop the loop once # is detected after a word
    }
    inputs += c; //Means inputs = inputs + c
    }
    if (inputs.length() >0)
    {
    Serial.println(inputs);
    if(inputs == "A")
    {
    digitalWrite(relay1, LOW);
    }
    else if(inputs == "a")
    {
    digitalWrite(relay1, HIGH);
    }
    else if(inputs == "B")
    {
    digitalWrite(relay2, LOW);
    }
    else if(inputs == "b")
    {
    digitalWrite(relay2, HIGH);
    }
    else if(inputs == "C")
    {
    digitalWrite(relay3, LOW);
    }
    else if(inputs == "c")
    {
    digitalWrite(relay3, HIGH);
    }
    else if(inputs == "D")
    {
    digitalWrite(relay4, LOW);
    }
    else if(inputs == "d")
    {
    digitalWrite(relay4, HIGH);
    }
    else if(inputs == "E")
    {
    digitalWrite(relay5, LOW);
    }
    else if(inputs == "e")
    {
    digitalWrite(relay5, HIGH);
    }
    else if(inputs == "F")
    {
    digitalWrite(relay6, LOW);
    }
    else if(inputs == "f")
    {
    digitalWrite(relay6, HIGH);
    }
    else if(inputs == "G")
    {
    digitalWrite(relay7, LOW);
    }
    else if(inputs == "g")
    {
    digitalWrite(relay7, HIGH);
    }
    else if(inputs == "H")
    {
    digitalWrite(relay8, LOW);
    }
    else if(inputs == "h")
    {
    digitalWrite(relay8, HIGH);
    }
    inputs="";
    }
    }

  • @RakeshRaiger-ei5ot
    @RakeshRaiger-ei5ot Před 4 měsíci +1

    Nice sir ji
    Mene ye project banaya hai bahut achhe se kam kar rha hai 🎉🎉🎉🎉🎉🎉🎉

    • @sumitseth8193
      @sumitseth8193 Před 21 dnem

      Can u suggest some video in youtube that help me for this project Bluetooth controlled home appliances

  • @anshukumarsingh95
    @anshukumarsingh95 Před 2 lety +2

    It's a very good project.....thanks for detailed video

  • @kuntalbhatt
    @kuntalbhatt Před 26 dny +1

    Nice video. Thanks bro

  • @obeidanas
    @obeidanas Před 28 dny

    Instead of normal relay have you used modbus relays over rs485 for long range activation of relays.

  • @SOURAV10MAY
    @SOURAV10MAY Před 2 lety +2

    Awesome 👍

  • @abhishekkumar-hp2rl
    @abhishekkumar-hp2rl Před 2 lety +1

    Great work

  • @mohammadmuzamil5049
    @mohammadmuzamil5049 Před rokem +1

    Thanks
    100 % working

  • @SonuSharma-yv6ze
    @SonuSharma-yv6ze Před 2 lety +1

    Nice

  • @kuntalbhatt
    @kuntalbhatt Před 16 dny

    Can you tell me from where i can buy these components . I mean online website

  • @Kai-dg4go
    @Kai-dg4go Před 6 měsíci

    Hello.
    This is a good idea video, but I can't install it because the Android app is not compatible with Android 14.
    Can it support Android 14?
    I would like to add 5 seconds, 10 seconds, 20 seconds, and 30 seconds to the timer if possible.
    thank you.

  • @mritunjaykumarsingh2717

    Good👍

  • @sanu7210
    @sanu7210 Před 5 měsíci

    bhai function revers karna hey , matlan yeh code main jab apps on kar raha hu tab device off ho raha hey , apps sey off karney sey blub fan on ho raha hey SO CAN I REVERS THE LOGIC A = HIGH , a=LOW

  • @prakashghose7518
    @prakashghose7518 Před 7 měsíci

    If you are giving power to Rellay from another source, then why did you connect GND and Voltage to relay from UNO?? Kindly tell.

    • @MakeloGy
      @MakeloGy  Před 7 měsíci +1

      uno is connected to circuit of relay board ( for circuit functions ) and on relay board u can also connect additional supply for relay

  • @sanu7210
    @sanu7210 Před 5 měsíci

    P brother main problem is apps is not installed and not working on my phone so what is the solution in that case

  • @SajjadAli-gb4dl
    @SajjadAli-gb4dl Před rokem +1

    Sir muhy 1 chai hai ue kitny ka mily ga 8 channel

  • @yuvasivasaikumar
    @yuvasivasaikumar Před 2 lety +1

    Hiii Bro ...
    My name siva ....
    Home automation connected..... But switch on the circuit Board ... All relays are on condetion. That is the problem.... Plz respond Bro.....

  • @giteshchafekar572
    @giteshchafekar572 Před 6 měsíci

    can we use same code with other own created app

  • @donaldiro5398
    @donaldiro5398 Před rokem

    Can this work with HC 04 Bluetooth module

  • @technicaljd4823
    @technicaljd4823 Před rokem

    Bro first time all relays on ho jata nai...next time sahi kaam Karter hai.......practically first time toh off hone sahiyean.....any solution?

    • @bo_bo_da
      @bo_bo_da Před rokem

      Bhai relay module ko 24 ghante 5 volt ka current do to William model automatic on nahin hoga what 24 ghante 5 voltage rahana chahie relay module mei😮n usk😮e liye battery ka istemal kar sakte hain with charging😮

  • @VivekKumar-bc8sn
    @VivekKumar-bc8sn Před 3 hodinami

    App install nhi hota hai plz support me

  • @supunvimukthi5755
    @supunvimukthi5755 Před 3 měsíci

    Whati is a app name

  • @dyt1644
    @dyt1644 Před 2 lety +1

    Comments hi comments 😘😘😘😘

  • @creator14976
    @creator14976 Před měsícem

    App konsa hai bhai

  • @dyt1644
    @dyt1644 Před 2 lety

    Sir ye kitne price me ban jaiga overall?

    • @bo_bo_da
      @bo_bo_da Před rokem

      Only 1500 rupaye ka Banega main banaya hai mujhe bhi 1500 ka hi Mila tha

  • @SajjadAli-gb4dl
    @SajjadAli-gb4dl Před rokem

    Asslam alikum

  • @chandgurmeet002
    @chandgurmeet002 Před rokem

    Esp8266 ka software kesey karna

  • @Li-PM
    @Li-PM Před 2 měsíci

    Where is the code ???? 😟😟😟

  • @samratautomationworld8857
    @samratautomationworld8857 Před 9 měsíci

    sir code uploade karne par error aa raha hai

  • @aashishchauhan3161
    @aashishchauhan3161 Před rokem

    Sir mere ko code chahiye 2 channel relay ka

  • @kiyna_kibateiy8901
    @kiyna_kibateiy8901 Před 9 měsíci

    But who will code get into the device?? Usse code ko kis pe dalla😅

  • @MagicSproutskids
    @MagicSproutskids Před 10 měsíci

    Bro circuit diagram

  • @dipankarsingharoy4896
    @dipankarsingharoy4896 Před 11 měsíci

    Give me arduino program