Automatic Arduino Based IR Remote Control Temperature Driven

Поделиться
HTML-код
  • Опубликовано: 31 янв 2025

Комментарии • 129

  • @RajarajanPanneerselvam
    @RajarajanPanneerselvam 4 года назад +5

    Thanks bro. Your project is exactly what I dreamed of doing first with Adruino.

  • @조성현-v5u
    @조성현-v5u 4 года назад +3

    Thank you so much!!! Now, I can remote my samsung AC!! Your library is awesome !!

    • @a.nurafika9507
      @a.nurafika9507 3 года назад

      are you serious? I can't remote my Panasonic AC

    • @조성현-v5u
      @조성현-v5u 3 года назад

      @@a.nurafika9507 Samsung AC and Parasonic AC use different communication methods and codes, so this library seems to be only Samsung AC.

    • @a.nurafika9507
      @a.nurafika9507 3 года назад

      @@조성현-v5u Oh oke, tqu. can you tell me recomended library for panasonic?

    • @이시열-l5g
      @이시열-l5g 2 года назад

      수신된 값이 자꾸 2개로 나오는데 혹시 해결방법을 아실까요 ㅠㅠ

    • @estebancisneros6244
      @estebancisneros6244 Год назад

      tienes los codigos de este video? podras compartirlos porfavor!!

  • @kelvintiene3688
    @kelvintiene3688 3 года назад

    thank you very much, speaking here from Brazil

  • @boosthow9189
    @boosthow9189 2 года назад +5

    I tried and and have to say it works but please use ir led which is used for remotes. Other ir led will not have the same wavelength/power output and have really close range like 1cm. I was stuck due to this for days until I usedir led from an old TV remote

    • @estebancisneros6244
      @estebancisneros6244 Год назад

      Hola, tendrás el código de este video? Puedes compartirlo!

  • @cobbles62
    @cobbles62 23 дня назад

    This a great start, but not more than that.
    I would have loved to have had that source code but there are several reasons why I think this is only a good start.
    * The air conditioner that is controlled is most likely a variable speed air conditioner. It can run at a lower speed to keep the temperature constant. Running at a lower speed makes the system for several reasons more efficient. This arduino controller can only turn the system completely off or set it to run at full power.
    * I believe having the target temperature set on the remote at 24 degrees while reading the codes is important. Any temperature lower than the temperature we want to regulate (26 degrees) for would suffice. Reading the ir codes while the remote is set to a temperature above 26 degrees would probably not make the resulting sketch work. This is because the remote most likely sends not only an on or off command, but it also sends *all* other settings with that same one command: what the current measured temperature is, what the target temperature is, what the fan speed is, and so forth.
    Those two points of interest make this project into a nice challenge. You can use the project as is and switch your system completely on and off, or rewrite the code to make full use of the modulating capabilities of your air conditioner.

  • @udistudio
    @udistudio 2 года назад

    GREAT !!!! you help me very much ! it took 3 minutea with your help abd code THANKS !!!

  • @shantikumar5007
    @shantikumar5007 9 месяцев назад +2

    Hi bro. Unfortunately code page is not available anymore (404). Where can I get the sketch for this project?

  • @zugzug2006
    @zugzug2006 Год назад +2

    great tutorial, but unfortunately github link is not available any more.. can you please send the new link

  • @sameerk12982
    @sameerk12982 4 года назад

    Thank you very much for this helpful and easy to understand video...appreciated.

    • @CETech4u
      @CETech4u  4 года назад

      Do like the video and subscribe to the channel!

    • @xavierclaire
      @xavierclaire Год назад

      hii do u still have the github code? bcs the channel's github is hacked and they dont have it anymore but i want to make this....

  • @modziar
    @modziar 2 года назад +1

    But doesn't the signal to turn on the AC just keep looping and the AC keeps turning ON and OFF, since the code is in a loop?

  • @dilpreetsingh05
    @dilpreetsingh05 2 года назад +6

    Git hub link not working

    • @NamasenITN
      @NamasenITN 10 месяцев назад

      The entire github account vanished, it seems.

  • @vincentjonathan8381
    @vincentjonathan8381 3 года назад +1

    how to change the declaration of transmitter pin

  • @suryanarayanpatnaik3480
    @suryanarayanpatnaik3480 17 дней назад

    Thanks a lot. I am not finding the library folder. please help me how to get and install IRlib2 from your GitHub repository.

  • @jinkymontarde
    @jinkymontarde 2 года назад

    wow, nice video

  • @kyrkas2008
    @kyrkas2008 2 года назад

    THANK YOU SO MUCHHH

  • @malekcasa
    @malekcasa 4 года назад +2

    Thanks for the video!
    while sending you specified 36khz in the parameter: how to guess this value as the usual one is 38khz?
    I don't really understand the need for the transistor to control your led?
    I would appreciate if anyone has an idea.

    • @jlins704
      @jlins704 Год назад

      The best way to switch a charge, such as an LED or another component, is using a transistor, which works like an electronic switch. The reason for this is that the current to saturate the base of a transistor is much lower than the supply current for an LED, which means it does not overload the microcontroller.

  • @ariefnurmisuari3200
    @ariefnurmisuari3200 4 года назад +1

    is your library support all brands of AC?

  • @Powpowu3u3i
    @Powpowu3u3i 3 года назад

    Hi sir, I copied and pasted the IR_code_Receive code into the Aduino software but when I tried to verify I got this notification:
    IRLib2:8:10: fatal error: IRLibRecvPCI.h: No such file or directory
    #include
    ^~~~~~~~~~~~~~~~
    compilation terminated.
    exit status 1
    IRLibRecvPCI.h: No such file or directory
    and I couldnt uplod the sketch. What am I doing wrong?
    thank you

    • @jucavera89
      @jucavera89 Год назад

      you need to add the library IRLibRecvPCI.h with the given link, but the link is not woking

  • @johnescano2279
    @johnescano2279 Год назад +1

    The remote decoder is not available anymore. I can't find it in GitHub. Please help

    • @CETech4u
      @CETech4u  Год назад

      Someone hacked our GitHub and reached out for ransom which we could not afford and hence we lost all our repos. It is now a very tedious task for us to build repos for more than 50 videos again. Hope this makes sense.

  • @OthmanAlikhan
    @OthmanAlikhan 4 года назад +1

    Thanks for taking the time and effort in making the video, it was very helpful.
    One thing I would like to ask is why are we using a transistor? Would having the IR LED plugged to GND and having Arduino control the +VE pin to the LED work? I'm afraid I don't have any transistors lying around =(

    • @CETech4u
      @CETech4u  4 года назад

      It might work, but not for long

  • @meddjihed9108
    @meddjihed9108 3 года назад +1

    Great tutorial, thanks a lot sir, hat's off, it works great for me, even without transistor( short range though).
    The only problem is, i have a buzzer in my AC unit, so everytime it turns on or off, it makes a sound, I'm looking for a solution to stop it
    1- stop the infrared from transmitting (using IDE code) which is the best solution.
    2- adding a current reader in the unit, and make it communicate wirelessely.
    3- removing the buzzer from the unit ( not keen on this solution.
    What would u advise me?
    Thanks again, like and subscribtion from Algeria.

    • @xavierclaire
      @xavierclaire Год назад

      hii do u still have the github code? bcs the channel's github is hacked and they dont have it anymore but i want to make this....

  • @timothyhassett9342
    @timothyhassett9342 2 года назад

    Hi, as people have said for the past few months, the git is no longer available. If possible please make it available again. Thank you

  • @bigbazaaronlineshop9426
    @bigbazaaronlineshop9426 2 года назад

    Hi CTech its an awesome video dear, I've implemented the project but the IR is not lighting with Pin3, although it lid with Pin 13 in the Blink sketch! Any suggestion? Thanks...

  • @akmaljaward
    @akmaljaward 3 года назад

    I am having a problem. I'm getting different IR codes for the same button when I press at different times. What could the reason be?

    • @a.nurafika9507
      @a.nurafika9507 3 года назад

      me too

    • @sidtharthank3321
      @sidtharthank3321 3 года назад

      Well that's because of the advancement of the controller. Each temperature value has its own raw data. therefore we need to assign and have a track of what temperature it is and assign its values.

  • @shiftponda6835
    @shiftponda6835 2 года назад

    Dear Sir, nice video. very useful. My question is , can I control 2 different ac with one Uno. What should be the change in program, and which 2 output pins do I have to use?

    • @shiftponda6835
      @shiftponda6835 2 года назад

      Actually I have 2 ac in 2 different rooms. I want to ensure that only one is cooling, goes to fan mode, then next room ac to cool, goes to fan mode. This to repeat every 10 minutes, so that my house wiring is not loaded with both ac cooling at the same time... Is it possible to use two IR Transmitter to achive this, then how to tell the specific transmitter to send signal, one after other at gap of 10 minutes.....I hope I am clear

    • @ravis3926
      @ravis3926 Год назад

      @@shiftponda6835 prepare two arduino board and pair using wifi.

  • @num1bryanp
    @num1bryanp 2 года назад

    Hello,
    Thank you for the great video!
    I was able to read the IR commands and then send them back out okay. But my swamp cooler uses the same commands to turn it on and off. I have tried changing your code with no success, I want the code to be sent out only once, when there is a change.
    I will assume the swamp cooler is always off when starting.
    Any ideas would be appreciated.
    Thanks,
    Bryan

    • @xavierclaire
      @xavierclaire Год назад

      hii do u still have the github code? bcs the channel's github is hacked and they dont have it anymore but i want to make this....

  • @NamasenITN
    @NamasenITN 10 месяцев назад

    No limiting resistor for the LED?

  • @samirandadegaonkar613
    @samirandadegaonkar613 Год назад

    Hey akarsh,your github link isn't working now i cant access the code and libraries

  • @Graham1904
    @Graham1904 4 года назад

    Don't you need a current limiting resistor on the IR diode?

    • @CETech4u
      @CETech4u  4 года назад

      You could add one

  • @cankp53
    @cankp53 5 месяцев назад

    I tried this but I get always missing data. Do you have an idea about this?

  • @dilpreetsingh05
    @dilpreetsingh05 2 года назад +2

    Please send github link

  • @efeoktay244
    @efeoktay244 7 месяцев назад

    codes work with my TV (with modifcation ofcourse) but not with the AC. I couldn't find a way. it might be the spectrum of the led. i need a powerful one i guss.

  • @akshaypatel6320
    @akshaypatel6320 3 года назад

    Can we use IR led white instead of blue?? Why are you use that smaller one?
    Is it working for all AC??

    • @CETech4u
      @CETech4u  3 года назад

      The code needs to be changed for each AC

  • @anandsunku
    @anandsunku 2 года назад

    What is the name of the led model…is it TSOP1738?

  • @user-lj8kf8tu9h
    @user-lj8kf8tu9h 7 месяцев назад

    can you show the AC trun on Video?

  • @alessandrochiofalo3783
    @alessandrochiofalo3783 2 года назад +2

    Hello, nice project. your GitHub Link don´t work. Can you fix it please?

  • @MegaTechno
    @MegaTechno 2 года назад

    3:17 "to 3rd part"?? what is to?

  • @이시열-l5g
    @이시열-l5g 2 года назад

    is it necessary to add a transistor on IR led circuit?

  • @comedyindia7991
    @comedyindia7991 4 года назад +1

    Thanks for the amazing tutorial. But the range of my IR LED is very short. How can i improve the range? Any circuit for the same?

    • @조성현-v5u
      @조성현-v5u 3 года назад +1

      You can use transistor. It will make the range longer. There are several kinds of transistor, so look carefully and buy.

    • @comedyindia7991
      @comedyindia7991 3 года назад

      @@조성현-v5u thank you for reply. Please can you recommend any specific type of transistor? or any specific name?

    • @조성현-v5u
      @조성현-v5u 3 года назад +1

      @@comedyindia7991 You can try TR 2N5551, or any transistor.

  • @brenobmachado
    @brenobmachado Год назад

    Great project. One question. Why use a transitor to control the IR? It´s not possible connect direct to the port using only a resistor?

  • @tilencavnicar6052
    @tilencavnicar6052 2 года назад

    Hey men.
    Can you do the same video but with ESP32 module?

  • @tohhanshen2905
    @tohhanshen2905 3 года назад

    anybody know where the pin 3 connected to the IR LED is declared? can't seem to find it. or is it a default setting?

  • @alkisgerokounas
    @alkisgerokounas 4 года назад +1

    Very helpfull!
    Thanks so much keep going..!!!😉😉😉
    Edit:This uses to much ram from microcontroller can we make something about it or not?
    (Problem solved...PROGMEM!)

    • @meddjihed9108
      @meddjihed9108 3 года назад

      Please explain, im using 60% of UNO's memory

    • @alkisgerokounas
      @alkisgerokounas 3 года назад +1

      @@meddjihed9108 problem solved with progmem library very useful of handling RAM!

    • @meddjihed9108
      @meddjihed9108 3 года назад +1

      @@alkisgerokounas I'll check it out, thanks man.

    • @alkisgerokounas
      @alkisgerokounas 3 года назад +1

      @@meddjihed9108 sent me an email to sent you an example if you want

    • @meddjihed9108
      @meddjihed9108 3 года назад

      @@alkisgerokounas sure, it's "meddjihed@gmail.com" thanks a lot, I appreciate it

  • @davidevans7264
    @davidevans7264 3 года назад

    I have been wanting to create a home automation system, I think, your guide would be a nice start to dive into Arduinos and RPi. By the way, can I attach RTC module and turn on the AC and the temperature control only in the evening, off before I wake up? Any pointers? Cheers, from another guy living in a dastardly hot region.

    • @CETech4u
      @CETech4u  3 года назад

      Yes you can definitely do that!

  • @mohannadabdulrazaq5991
    @mohannadabdulrazaq5991 3 года назад

    Thank you for the great video,
    I want to control the air conditioner using nodemcu (esp8266) but it shows me that the code is not compatible, what is the problem?

  • @benevid
    @benevid 2 года назад +1

    Your git is not found ....

  • @estebancisneros6244
    @estebancisneros6244 Год назад

    How do you define that pin 3 is for the transitor? In the code?

    • @xavierclaire
      @xavierclaire Год назад

      hii do u still have the github code? bcs the channel's github is hacked and they dont have it anymore but i want to make this....

  • @ahavagowtham963
    @ahavagowtham963 3 года назад

    Hi Bro , I tried this with Panasonic AC. I am able to receive the signals and also I can send. But the AC is not responding. What I am doing wrong?

    • @ahavagowtham963
      @ahavagowtham963 3 года назад

      The receiver program is not working for Panasonic. I got diff receive program and it is working with your sender program. Thanks bro

    • @ananda_krishnan_r
      @ananda_krishnan_r 3 месяца назад

      ​@@ahavagowtham963hi bro.... can u share the receiver program code....

  • @yeapluyeung7042
    @yeapluyeung7042 2 года назад

    Hi sir, I had tried the hardware and coding about 3days….. and why my arduino ide keep looping the data temperature = 31 C AC switched ON….. but my aircond is not functioning even when the temperature cold down below 20 C then the aircond also not functioning……why?
    Is it working for all brand aircond?
    Can sir help to do one video about universal remote control for all brand aircond ?

    • @bigbazaaronlineshop9426
      @bigbazaaronlineshop9426 2 года назад

      Replace loop code with this: if (Serial.read() != -1) { mySender.send(rawDataOn,RAW_DATA_LEN,36); Serial.println(F("Sent signal."));}

    • @bigbazaaronlineshop9426
      @bigbazaaronlineshop9426 2 года назад

      The above code will send a signal on demand , it do function I've used the code below

    • @bigbazaaronlineshop9426
      @bigbazaaronlineshop9426 2 года назад

      if (temp > 29) {
      Serial.println(F("AC Switched On"));
      }
      else if (temp < 26) {
      Serial.println(F("AC Switched Off"));
      }

    • @bigbazaaronlineshop9426
      @bigbazaaronlineshop9426 2 года назад

      You have to change the code for each AC brand

  • @diequir
    @diequir 3 года назад

    Buenos dias, tengo un problema cuando trato de subir el Sketch me arroja exit status 1
    Error compilando para la tarjeta DOIT ESP32 DEVKIT V1. muchas gracias

  • @user-lj8kf8tu9h
    @user-lj8kf8tu9h 7 месяцев назад

    just show the code. could you share trun ON or OFF. i want to see it?

  • @b_telematica_2809
    @b_telematica_2809 2 года назад

    hiii, not found git hub repository

  • @gneshk1548
    @gneshk1548 Год назад

    Your Github page is not working

  • @roshnirajput2265
    @roshnirajput2265 3 года назад

    I need programing of this automatic arduino ir remote control

  • @ericktandas6588
    @ericktandas6588 3 года назад

    Hi can you make video 24hrs timer on and off. ir emitter via andruino

  • @mango_makes_tech
    @mango_makes_tech Год назад

    when i tried to go to the github link it sowed me an 404 error

  • @leojax3275
    @leojax3275 2 года назад +1

    Great tutorial ...git not found

  • @ghanrajsingh7347
    @ghanrajsingh7347 4 года назад

    bro where is the link of schmitt trigge

  • @harshtalele4060
    @harshtalele4060 Год назад

    can you give me a code for changing the temperature limits automatically at night

  • @hemantkumar-tv9kb
    @hemantkumar-tv9kb 4 года назад

    great concept, is there a way by which you can get feedback from AC unit that its been turned on/off or not?

    • @CETech4u
      @CETech4u  4 года назад +1

      You will have to add a current sensor to the AC then connect it wirelessly to the arduino.

  • @hannesaltenfelder4302
    @hannesaltenfelder4302 4 года назад +1

    Hey CTech I love your videos.
    Could you please make a video about switching one of those cheap mini-cube cameras via microwave doppler sensor rcwl 0516 and connect it to lora point to point to get a message if picture was made?
    Maybe even with the rcwl modul connected to the camera wirelessly so an object is detected by the rcwl, sends a signal to the camera and the camera makes a photo from another position than the rcwl?

  • @abrahamujah3831
    @abrahamujah3831 3 года назад

    You are quite fast with your connection steps kind of making someone confuse, the connection of the base and resistor. You mixed the whole process up

    • @CETech4u
      @CETech4u  3 года назад

      That is why I provide a detailed self paced instructables article link in the video description

    • @abrahamujah3831
      @abrahamujah3831 3 года назад

      @@CETech4u I went through the instructables and you said the base of the transistor is connected via the resistor can you help me get that, does it mean the base is connected to a terminal of the resistor and the other end of resistor to the the arduino pin 3. Because I actually heard you say the base is connected to the arduino pin 13 so am quite confuse. If you can kindly help me out

  • @rajuraushan4391
    @rajuraushan4391 4 года назад

    Interesting...

  • @sutikahideo5699
    @sutikahideo5699 2 года назад

    i can not access GitHUB Code

  • @marceloestigarribia5669
    @marceloestigarribia5669 Год назад

    Link is down.. Can u reupload it pls?

  • @ianmurray9955
    @ianmurray9955 3 года назад

    Has anybody been able to get this to work on an ESP32? (Error compiling for board ESP32 Dev Module.)

  • @dels1601
    @dels1601 10 месяцев назад

    ur github can't open,why?

  • @a.nurafika9507
    @a.nurafika9507 3 года назад

    I can't remote my Panasonic AC

  • @meghdhawan5185
    @meghdhawan5185 4 года назад

    i tried thirteen videos but none worked but his did

    • @CETech4u
      @CETech4u  4 года назад

      Do consider subscribing for more!

  • @kaseleno6073
    @kaseleno6073 4 года назад

    Hi
    Can i get hex code from receiver? ?

  • @rein8136
    @rein8136 Год назад

    U deleted ur GitHub ?

  • @Sekhar_Home
    @Sekhar_Home 4 года назад

    I have also createdthis type of projects. I came here how u created . Which is same as mine..

  • @emil253
    @emil253 4 года назад

    beautiful accent

  • @pratheebaparthiban4763
    @pratheebaparthiban4763 Год назад

    Bro I need the code

  • @mohammadjavadianfarzaneh
    @mohammadjavadianfarzaneh Год назад

    useless no code on github

  • @tigerbhai1230
    @tigerbhai1230 3 года назад

    Hindi me bolte to or Acch lagte

  • @AnkitPal-hi8yb
    @AnkitPal-hi8yb 3 месяца назад +1

    very bad video please dont make more videos

  • @Manu-lh6fb
    @Manu-lh6fb 11 месяцев назад +1

    Very bad nothing will run dont follow him

  • @ahmedhaseeb3
    @ahmedhaseeb3 2 года назад

    I'm having issue while importing Library for IRLibRecvPVC.h can anyone help with that?

  • @anandsunku
    @anandsunku 2 года назад

    myReceiver.setFrameTimeout(100000); im receiving a warning: large integer implicitly truncated to unsigned type [-Woverflow]

  • @blaster35000
    @blaster35000 3 года назад

    Anyone made this work with domoticz?

  • @gneshk1548
    @gneshk1548 Год назад

    Your Github page is not working