IR Remote Control For Home Appliances Using Arduino Multiple Channel : Tutorial 71.2

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

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

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

    Great job sir. Fully clear explanation. Superb....

  • @jawadahmed6966
    @jawadahmed6966 4 ปีที่แล้ว

    Bro I have tried a lot of videos but this was the easiest one. Love u bro

  • @rockyraj9571
    @rockyraj9571 4 ปีที่แล้ว

    100 times like, best explanation sir.

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

    The best way to explain each and every thing step by step.👍

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

    Hello i need help...my relay is constantly tripping...
    Jab bhi mein supply deta hoon tab jor se trip hoti rehti hai andar mein..

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

    Agar mein 12v ki relay ke wajae 5v ka use karoon aur 5v supply mein usi Arduino board se de doon to kya sahi hoga....pls reply?

  • @adityakumarraj827
    @adityakumarraj827 4 ปีที่แล้ว

    Kis kis microcontroller kaa use kar ke ye program chalaa sakta hai...
    .
    4ch.. Keliye Ic minimum size??..
    8 chennal keliye kyaa size hona chiea?

  • @ManishSharma-fq2yy
    @ManishSharma-fq2yy 5 ปีที่แล้ว +2

    sir mujhe agar 8 Channel switch use krna hoga to uska code kya hoga...

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

    If once totally power off the audrino and turn on .offter the power on output condition will be same previously are not?

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

    Bahut behtarin project Hai Sar
    Aapka bahut bahut dhanyvad
    Main use kar kar dekh liya
    Sar Kisi project ko 5 channel Mein banaa kar dijiye

  • @jawadhassan4066
    @jawadhassan4066 5 ปีที่แล้ว

    Sir ap kamal ho. Main ne apka ye project banaya ha. Its awesome. Please is ma eeprom add krna bata dain. Or is ki 5 volt transformer supply b banana sikha dain

  • @sahilmollick51
    @sahilmollick51 4 ปีที่แล้ว

    sir a 5volt relay set se hoga kiya ?

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

    here is small mistake in codes,
    all power off press ke baad sub relays ki value bhi 0 (LOW) karni padegi.. varna 2 times 1,2,3 ko dabane ke baad relay on hogi...

  • @adadmohamedcherif192
    @adadmohamedcherif192 4 ปีที่แล้ว

    Thank you , very clear even i don't understand your language, I suppose Hindi

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

    praveen bhaai bohot bohot thank you .....

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

    Sir. is program ma Read switch ko please karke ham sabhi aap line ko ek sath OFF kar sakta hai,BUT usi red button ko please karke ak sat ON nahin kar pa raha hai 😕SIR.plz red button ko press karke ek sath on aur ek sath off kar sakta hai, is type ka ek video taiyar kare to bahut achcha hota 👌👌👌👍👍

    • @lifeisfunny4286
      @lifeisfunny4286 5 ปีที่แล้ว

      "" #include
      #define irPin 3
      IRrecv irrecv(irPin);
      decode_results results;
      #define r1 5
      int relay1 = LOW and HIGH;
      #define r2 6
      int relay2 = LOW and HIGH;
      #define r3 7
      int relay3 = LOW and HIGH;
      #define r4 8
      int relay4 = LOW and HIGH;
      void setup()
      {
      irrecv.enableIRIn();
      pinMode(r1, OUTPUT);
      pinMode(r2, OUTPUT);
      pinMode(r3, OUTPUT);
      pinMode(r4, OUTPUT);
      }
      void loop() {
      if (irrecv.decode(&results)) {
      switch (results.value) {
      case 33441975:
      digitalWrite(r1,LOW and HIGH);
      digitalWrite(r2,LOW and HIGH); //all on//off same case
      digitalWrite(r3,LOW and HIGH);
      digitalWrite(r4,LOW and HIGH);
      delay(250);
      break;
      case 33444015:
      relay1 = ~ relay1;
      digitalWrite(r1,relay1);
      delay(250);
      break;
      case 33478695:
      relay2 = ~ relay2;
      digitalWrite(r2,relay2);
      delay(250);
      break;
      case 33486855:
      relay3 = ~ relay3;
      digitalWrite(r3,relay3);
      delay(250);
      break;
      case 33435855:
      relay4 = ~ relay4;
      digitalWrite(r4,relay4);
      delay(250);
      break;
      } ""-(sir. Is type ka program likha tha but But avi Kam nahin kar raha hai☹️,कृपया अगर आप मेरी थोड़ी मदद कर सके)
      irrecv.resume();
      }
      }

  • @adityakumarraj827
    @adityakumarraj827 4 ปีที่แล้ว

    Ye program (coading) kitne size kaa hai??

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

    Remote control switch board banane ke liye software kahan se banao. Arduino Uno software se bana sakte hain

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

    Your project is very greak thank u
    Can i connect LCD to this circuit to dispaly which device is working plz help me

  • @manthan14190
    @manthan14190 5 ปีที่แล้ว

    Did you try to run this project with external power Supply. Not with laptop or pc usb power. 5 v dc power Supply.

  • @hridhweshmaity5611
    @hridhweshmaity5611 6 ปีที่แล้ว

    *For the people having problem while compiling the code put a 0x before ur values in the code.*

  • @devamshukla5707
    @devamshukla5707 4 ปีที่แล้ว

    (IR) based 8 Channel Remote control
    If i have the above-mentioned device does then too i need Arduino Uno?

  • @Venkatmas
    @Venkatmas 4 ปีที่แล้ว

    Hello sir
    I have a problem with ardunio .my All appliances are switched off after power resumes at night time .how to over come this problem in home automation projects.plz guide me

  • @vaibhavdhavali8175
    @vaibhavdhavali8175 4 ปีที่แล้ว

    Remote aur push button Dono
    Ek ckt me use kar Sakare hai Kya?

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

    If we want to use small leds without AC power, can this work still then without relay

  • @Mrinalkataki
    @Mrinalkataki 4 ปีที่แล้ว

    Thank you sir, for this tutorial. Please make one more video of rf remote control.

  • @sagarkarsh8963
    @sagarkarsh8963 4 ปีที่แล้ว

    Sir isme ek samasya ho raha hai ek hi button ko press karne par alag alag decode result mil rahe hai isko kaise thik kare

  • @arslanmirza3353
    @arslanmirza3353 6 ปีที่แล้ว

    Sir agar hum yeh project arduino board k bagher ismain se microcontroller nikal kar vero board per lagana chahain ic ko programme karnay k baad to iska kia method hoga or usko circuit diagram kia hogi.... Plz sir reply... M new on your channel....

    • @praveendehari
      @praveendehari  6 ปีที่แล้ว

      ha aap yesa kr sakte hai , tutorial 91 ke (jiska link niche hai ) time 3:51 tak ka circuit same hoga
      th-cam.com/video/TNpaePxo_fI/w-d-xo.html

    • @arslanmirza3353
      @arslanmirza3353 6 ปีที่แล้ว

      Praveen Dehari thank you so much sir... U r nice... 😊

  • @amitkumaryadav5647
    @amitkumaryadav5647 6 ปีที่แล้ว

    bahut achha sir aap Great hai

  • @sagarkarsh8963
    @sagarkarsh8963 4 ปีที่แล้ว

    Bahut bahut dhanyawad sir ji aapka

  • @sukhendas2680
    @sukhendas2680 4 ปีที่แล้ว

    Sir I am getting different decode value for the same button of remote... What to do..?

  • @surajitpramanick4476
    @surajitpramanick4476 5 ปีที่แล้ว

    How to store my final value?
    Because in case of power off and on all relays goes to 0 state. It's a massive disadvantage of this.

  • @smitshah6902
    @smitshah6902 5 ปีที่แล้ว

    Can someone suggest me where to buy this smps m new in this and kinda confused and share me link of it if possible.. Thank you😇

  • @sharoongill4074
    @sharoongill4074 5 ปีที่แล้ว

    Sir what will be range of using Tsop 1738

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

    Sir please make a 8 channel relay arduino home appliances circuit with arduino software

  • @F_Tandel
    @F_Tandel 5 ปีที่แล้ว

    Arduino uno ki jagah pe arduino nano use kar sakte hai?

  • @prakashsam6968
    @prakashsam6968 4 ปีที่แล้ว

    very nice simply awesome bai

  • @ahmedansari4554
    @ahmedansari4554 6 ปีที่แล้ว

    Sir 12v relay ki jaga 5v relay use kar sakte hai?

  • @TimePass.......
    @TimePass....... 3 ปีที่แล้ว

    does this circuit could be tested without ac input?

  • @sawankumardholekar7874
    @sawankumardholekar7874 4 ปีที่แล้ว

    sir, is it. possible to programm 89c2051 by arduino?

  • @bhupeshbiswas4265
    @bhupeshbiswas4265 6 ปีที่แล้ว

    Arduino: 1.8.6 (Windows 7), Board: "Arduino/Genuino Uno"
    C:\Users\Admin\Downloads\IRDecoder\IRDecoder.ino: In function 'void loop()':
    IRDecoder:27:27: error: 'A90' was not declared in this scope
    case A90:
    ^
    exit status 1
    'A90' was not declared in this scope
    This report would have more information with
    "Show verbose output during compilation"
    option enabled in File -> Preferences.

  • @F_Tandel
    @F_Tandel 5 ปีที่แล้ว

    Sir maine 3 ki jagah 4 12V ki relay pin no 8 pe same circuit follow karke lagai hai par ek problem aa rahi hai. Jab mai koi bhi 2 relay chalu karta hu to 3rd aur 4th relay chalu nahi ho rahi hai. Help please. Thank you.

    • @praveendehari
      @praveendehari  5 ปีที่แล้ว

      ho sakta hai aapka 12 v power supply ka power km ho , amp bda dijiye.

    • @F_Tandel
      @F_Tandel 5 ปีที่แล้ว

      @@praveendehari thik hai. Par 1 ya 1.5 amp ka power source use kare to atmega 328p par koi asar padega? Vo damage to nahi hogi na?

    • @praveendehari
      @praveendehari  5 ปีที่แล้ว

      koi asar nahi hoga.

    • @F_Tandel
      @F_Tandel 5 ปีที่แล้ว

      @@praveendehari ok. thank you praveen ji. Aapne meri badi help ki. Baho bahot shukriya.

    • @F_Tandel
      @F_Tandel 5 ปีที่แล้ว

      Mera ek aur sawal hai, mai agar arduino ki jagah sirf atmega328p pu use karke yeh project banata hu to 1 amp ka power source laga sakta hu?

  • @BANDUACS
    @BANDUACS 5 ปีที่แล้ว

    Dear sir so thank you.
    so nice video.
    sir.71.1 me diya huvs code or 71.2 me diya huva code ismese consa code use karna hai
    please help me

  • @aashishkumar-dj6hj
    @aashishkumar-dj6hj 6 ปีที่แล้ว

    sir bhiLai mai classes start ho rhi hai kyA

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

    great, can i use this code for esp32?

  • @MobileDoctorMIJANUR
    @MobileDoctorMIJANUR 6 ปีที่แล้ว

    Sir quick reply me plz.. Sir mera jo appliances control karna he wo alag he cd4017 ic ki tarah.. Me agar 1 press karunga to only 1 on hoga baki sob off rehega.. Me agar 2 press karunga to only 2 on hoga baki sob off rehega.. Sir me apka old subscriber.. Plz sir send me this code..

    • @MuhammadNadeem-ns2vs
      @MuhammadNadeem-ns2vs 5 ปีที่แล้ว

      G. Cd 4017 mai Ek bar mai Ek hi led opret hoti h or sabhi band ho jati h ese hi use banaya gaya h

  • @technical_funda_Ajit
    @technical_funda_Ajit 5 ปีที่แล้ว

    gd sir in my project all relay fist on when remote key press it work but i need all relay when arduino on then off condition , in my case reverse all relay on after arduino on

    • @technical_funda_Ajit
      @technical_funda_Ajit 5 ปีที่แล้ว

      i found
      solution

    • @abcdtricks
      @abcdtricks 4 ปีที่แล้ว

      @@technical_funda_Ajit PLS TELL

    • @dassajityadav5555
      @dassajityadav5555 4 ปีที่แล้ว

      @@abcdtricks what surender ji just i just chnge the condition low to high

    • @dassajityadav5555
      @dassajityadav5555 4 ปีที่แล้ว

      @@abcdtricks now i just made finger rfid mix and both single single project

  • @sujjwal007
    @sujjwal007 6 ปีที่แล้ว

    Sir...Is code ko upload karne se pahle kuch labrary me dalna ya hatana v parega ?

  • @rohitkumar2400
    @rohitkumar2400 5 ปีที่แล้ว

    GREAT WORK ........SIR

  • @yogendrajamsariya1193
    @yogendrajamsariya1193 5 ปีที่แล้ว

    Sir I am getting an error is unexpected unqualified id before if

  • @hridhweshmaity5611
    @hridhweshmaity5611 6 ปีที่แล้ว

    5v DC relay or 12v DC relay for the same project?

  • @hobbytech6260
    @hobbytech6260 5 ปีที่แล้ว

    Sir is code ke sath ek push button add kijiye..please taki isko remote and push.button dono se hi ho

  • @nabakrushnasabat
    @nabakrushnasabat 6 ปีที่แล้ว

    nice one...but i request you to do some video on wirless sensor and ardunio uno ...

    • @nabakrushnasabat
      @nabakrushnasabat 6 ปีที่แล้ว

      i mean to say using ip camera or CCTV camera..video data or image should be assessed..

  • @jitendrakumarwanjariwanjar3690
    @jitendrakumarwanjariwanjar3690 6 ปีที่แล้ว

    programs load ke liye software chahiye. and teeno blub eksaat chaalu rah sakte hai

  • @surekhaarpita9477
    @surekhaarpita9477 4 ปีที่แล้ว

    Sir how to increase range of tsop 1738

  • @bharatmarathe1741
    @bharatmarathe1741 4 ปีที่แล้ว

    Thank you so much sir
    My code is successfully run
    Thanks
    Thanks

  • @narendranathnayak9319
    @narendranathnayak9319 5 ปีที่แล้ว

    Sir break ka function kya hai

  • @comedynetwork7032
    @comedynetwork7032 6 ปีที่แล้ว

    Its working sir but one problem pls help me out
    Everytime the power goes off the relays are default on can it be off for everytime the arduino is power on??

    • @technical_funda_Ajit
      @technical_funda_Ajit 5 ปีที่แล้ว

      same is here did u find any solution i tried with toggle also but same condition

    • @technical_funda_Ajit
      @technical_funda_Ajit 5 ปีที่แล้ว

      i just use another instruction then work ok

  • @vikramsahu2051
    @vikramsahu2051 5 ปีที่แล้ว

    It's really work
    Very very thanks

  • @kaushikrakholiya8708
    @kaushikrakholiya8708 6 ปีที่แล้ว

    Can we use arduino nano instead of Arduino uno???

  • @satyaranjansahoo2180
    @satyaranjansahoo2180 6 ปีที่แล้ว

    sir, TSOP-1738 working with any remote ??

  • @MdRubel-nu5xk
    @MdRubel-nu5xk 4 ปีที่แล้ว

    Sir main training lena chaahata hoon. aapake paas training center hai.

  • @morthabalaji8358
    @morthabalaji8358 4 ปีที่แล้ว

    By using 6 volt realy using any problem

  • @mayurbhonde1929
    @mayurbhonde1929 6 ปีที่แล้ว

    sir remote ke switch ko decode kaise karte hai wo batao na

    • @praveendehari
      @praveendehari  6 ปีที่แล้ว

      th-cam.com/video/EK2r_sofmFE/w-d-xo.html

  • @excelwithtechpro
    @excelwithtechpro 4 ปีที่แล้ว

    Is there different code for different remote for this sensor?

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

    Sir LCD display cannect this project code send please 16x2 display

  • @Electron6807
    @Electron6807 6 ปีที่แล้ว

    sir copy error message dikha raha hay kya kara sir

  • @LovESTATUS-kc4du
    @LovESTATUS-kc4du 5 ปีที่แล้ว +1

    sir esme EEPROM ko add karke ek video banaye
    plz sir

    • @praveendehari
      @praveendehari  5 ปีที่แล้ว

      ok

    • @jhantusardar6205
      @jhantusardar6205 4 ปีที่แล้ว

      #include
      #include
      byte value1;
      #define irPin 3
      IRrecv irrecv(irPin);
      decode_results results;
      #define r1 5
      int relay1 = LOW;
      #define r2 6
      int relay2 = LOW;
      #define r3 7
      int relay3 = LOW;
      void setup()
      {
      irrecv.enableIRIn();
      pinMode(r1, OUTPUT);
      pinMode(r2, OUTPUT);
      pinMode(r3, OUTPUT);
      }
      void loop() {
      if (irrecv.decode(&results)) {
      switch (results.value) {
      case 33441975:
      digitalWrite(r1,0);
      digitalWrite(r2,0); //all off
      digitalWrite(r3,0);
      delay(250);
      break;
      case 33444015:
      relay1 = ~ relay1;
      digitalWrite(r1,relay1);
      EEPROM.write('r1',relay1);
      delay(250);
      break;
      case 33478695:
      relay2 = ~ relay2;
      digitalWrite(r2,relay2);
      delay(250);
      break;
      case 33486855:
      relay3 = ~ relay3;
      digitalWrite(r3,relay3);
      delay(250);
      break;
      }
      irrecv.resume();
      }
      else{
      value1 = EEPROM.read(r1,relay1);
      digitalWrite(r1,value1);
      }
      } (1relay) (sampal)

    • @jhantusardar6205
      @jhantusardar6205 4 ปีที่แล้ว

      Project
      Yes/ no. Answer me

  • @TechnicalMech
    @TechnicalMech 5 ปีที่แล้ว

    I tried but its range is too low mean 6 inch distance away

  • @hassanshakil3296
    @hassanshakil3296 6 ปีที่แล้ว

    Can we do it with 5 volt relay?

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

    aTtiny85 4 channel relay remote kit program video

  • @tabdanish
    @tabdanish 6 ปีที่แล้ว

    Nice job sir ji

  • @electronic7979
    @electronic7979 6 ปีที่แล้ว

    Excellent video

  • @hobbytech6260
    @hobbytech6260 6 ปีที่แล้ว

    Compile mein error aa raha hai sir..exit status 1

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

    good sir but i want fan control system

    • @thornsitha
      @thornsitha 5 ปีที่แล้ว

      I think You can control fan too because fan need power 220v Ac the same with Light .

  • @pssuresh1
    @pssuresh1 5 ปีที่แล้ว

    Good experience , please make with 5v supply

  • @amitsoni778
    @amitsoni778 6 ปีที่แล้ว

    SMPS kitne (A) ka hona chahiye

  • @rstechnical8007
    @rstechnical8007 6 ปีที่แล้ว

    Sir eska programming error bta rha hai

  • @jhantusardar6205
    @jhantusardar6205 4 ปีที่แล้ว

    Sir EEPROM ko add karke 3relay ka ek video banaye plz sir !

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

    Slr maine r4 add kiya tha
    It's not working
    Help me

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

    Sir code me error aaraha h

  • @SAHNI-um1jh
    @SAHNI-um1jh 5 ปีที่แล้ว +1

    Can I not use relay module 👺

  • @thornsitha
    @thornsitha 5 ปีที่แล้ว

    Hello bro I want to know about point IR number?

    • @thornsitha
      @thornsitha 5 ปีที่แล้ว

      Example Your code write case 33441975: ? I can find code IR?

  • @pvs6044
    @pvs6044 4 ปีที่แล้ว

    When you said "IN" I understood you are not engineer 😂

  • @TimePass.......
    @TimePass....... 3 ปีที่แล้ว

    NOT ABLE TO EXECUTE DEAR.... PL EXPLAIN ITS CONNECTION IN DETAIL
    .....

  • @sahilbansal5085
    @sahilbansal5085 6 ปีที่แล้ว

    sir relay 1 and 2 are not working please help

    • @praveendehari
      @praveendehari  6 ปีที่แล้ว

      check proper connection

    • @sahilbansal5085
      @sahilbansal5085 6 ปีที่แล้ว

      SIR NOR WORKING. CAN I CONTACT U VIA MOBILE NUMBER IF U DNT HAVE ANY PROBLEM

    • @praveendehari
      @praveendehari  6 ปีที่แล้ว

      email your circuit pic , praveen.dehari5@gmail.com

    • @sahilbansal5085
      @sahilbansal5085 6 ปีที่แล้ว

      Sir ur circuit is now working properly.

    • @sahilbansal5085
      @sahilbansal5085 6 ปีที่แล้ว

      Sir help me out in adding fan speed control circuit in ur existing 3relay control circuit.

  • @aaryadey6405
    @aaryadey6405 5 ปีที่แล้ว

    Nice yar

  • @profighter4044
    @profighter4044 6 ปีที่แล้ว

    Hi make a 4v to 12v boost Convetor circuit

  • @parthajitpal2008
    @parthajitpal2008 4 ปีที่แล้ว

    Please record a video on smart Air Cooler

  • @ABDUL-Jalil786
    @ABDUL-Jalil786 4 ปีที่แล้ว

    Thank you.

  • @Electron6807
    @Electron6807 6 ปีที่แล้ว

    Phone sa programing karna bataiya

  • @MdRubel-nu5xk
    @MdRubel-nu5xk 4 ปีที่แล้ว

    Compilation error hota hai.

  • @technicalsaikat3502
    @technicalsaikat3502 6 ปีที่แล้ว

    verry Nice

  • @smitautomation
    @smitautomation 4 ปีที่แล้ว

    Sir, can you make 8channel home control. THANK YOU IF YOU MAKE IT. I AM YOUR SUBSCIBER. PLEASE SIR MAKE IT IN TWO DAYS IF POSSIBLE.

  • @op_gang5390
    @op_gang5390 5 ปีที่แล้ว

    tnx for this video

  • @sougatajana7912
    @sougatajana7912 6 ปีที่แล้ว

    Arduino 6orka baniya plz.........

  • @sharoongill4074
    @sharoongill4074 5 ปีที่แล้ว

    Maximum range

  • @yabesh6742
    @yabesh6742 5 ปีที่แล้ว

    Please put video in english

  • @Sandeep251989
    @Sandeep251989 4 ปีที่แล้ว

    Wrong code

  • @ajajahmed5870
    @ajajahmed5870 4 ปีที่แล้ว

    Program rong