How to Use Infrared Remotes and Receivers on the Arduino - Ultimate Guide to the Arduino #26

Поділитися
Вставка
  • Опубліковано 10 тра 2023
  • Learn how to set up an infrared remote control and receiver on the Arduino, how infrared signal transmission works, and how to control the Arduino's output pins with an infrared remote controller.
    This is tutorial #26 in the Ultimate Guide to the Arduino, a complete video course on the Arduino microcontroller with 45 lessons that are designed to teach anyone how to master the Arduino at any skill level. Visit our UA-cam channel page to watch the entire series!
    Get the 3-in-1 Arduino Smart Car and IOT Learning Kit from SunFounder here:
    www.sunfounder.com/products/s...
    Or get the kit from Amazon:
    US Amazon: amzn.to/3W1Mahh
    DE Amazon: amzn.to/3j0oETn
    JP Amazon: amzn.to/3UYrHZG
    UK Amazon: amzn.to/3uTJZAC
    CA Amazon: amzn.to/3W2vExN
    Get an Arduino Uno from SunFounder here:
    www.sunfounder.com/products/a...
    Visit the webpage for this video tutorial on Circuit Basics for wiring diagrams and example code:
    www.circuitbasics.com/arduino...
    And be sure to check out the Circuit Basics blog and social media for more articles and tutorials on the Raspberry Pi, Arduino and other DIY electronic projects!
    www.circuitbasics.com
    Facebook: / circuitbasic
    Twitter: / circuitbasics
    Instagram: / circuitbasics
  • Наука та технологія

КОМЕНТАРІ • 64

  • @levilabs.
    @levilabs. 3 місяці тому

    this is so underrated this guy deserves 100k subs

  • @SchwanaCARDHUT
    @SchwanaCARDHUT Рік тому +1

    Bravo 👏 👏 et merci ............

  • @heed7496
    @heed7496 7 місяців тому +2

    can i change what hex code a button generated ? can i make that same remote turn off my tv with the same hex code my tv remote uses?

  • @jaredevans8518
    @jaredevans8518 8 місяців тому

    How can I added double pressing on the buttons?

  • @Dancopymus
    @Dancopymus 4 місяці тому

    Hello friend, would you have any Arduino code for a clock with a 7-segment display to set the time with an IR remote control? Or any example? Thanks

  • @faithdaphnecaliwliw905
    @faithdaphnecaliwliw905 2 місяці тому +1

    Hello, I would really appreciate it if you reply to my comment. The thing is… I want to ask if in the end of the video, did you press the button 5 again to turn of the LED? Are the buttons normally open or normally closed buttons?

  • @WasiManak
    @WasiManak 3 місяці тому

    Hello sir please decode the dc ceiling fan remote

  • @tothdomonkos9761
    @tothdomonkos9761 9 днів тому +1

    Good video! I copied the sketch but somehow no code appears on the screen. I tryed downgradeing it to version 2 but still nothing happens. I looked at all the comments but I still can't find any answers. Can anybody help?

  • @lolidk6196
    @lolidk6196 9 місяців тому +1

    what version of the library are you using? 2.0?

    • @defalt5482
      @defalt5482 8 місяців тому +2

      The newer version needs different code. I can help if u're facing problems

  • @minskie
    @minskie 2 місяці тому +2

    done everything, still can't get it to work, I haven't found one single Arduino tutorial on UA-cam that correctly shows you how to use a remote with Arduino

  • @brianbrinamo8943
    @brianbrinamo8943 19 днів тому +1

    Sorry dont get, typed the IR code out to 7:47, tried 4 different remotes, nothing from serial print, IR flashes when press remote keys

  • @darkblender1114
    @darkblender1114 6 місяців тому

    I have problem when I connect my 5v power to sensor. Com port get disconnected to my pc. What i need to do. I try both 3.3v and 5v. Same happened. Com port get disconnected. After i removed the power it connected. I'm using Arduino Uno.

  • @giacomovisone6535
    @giacomovisone6535 11 місяців тому +1

    Congratulations beautiful video. I faithfully reproduced the sketch. My remote control and my IR receiver work perfectly by themselves but no code appears on the screen. Can you give me some suggestions?

    • @CaHeoMapMap
      @CaHeoMapMap 10 місяців тому

      Check your baudrate. It could be a reason

    • @CrazyKZ_productions
      @CrazyKZ_productions 10 місяців тому

      i have the same issue there is no serial output showing up

    • @baconking1423
      @baconking1423 6 місяців тому

      try this script: #include
      const int RECV_PIN = 7;
      IRrecv irrecv(RECV_PIN);
      decode_results results;
      void setup() {
      Serial.begin(9600);
      irrecv.enableIRIn();
      }
      void loop() {
      if (irrecv.decode(&results)) {
      Serial.print("Received IR Signal: 0x");
      Serial.println(results.value, HEX);
      irrecv.resume();
      }
      }

  • @mohammadafdal774
    @mohammadafdal774 6 місяців тому +2

    I get the following msg on the com port: "Thank you for using the IRremote library!
    It seems, that you are using a old version 2.0 code / example.
    This version is no longer supported!"
    IRremote version 4.2.0 is installed. I also downloaded your zip file, extracted it, and placed in the lib folder.
    In the msg below the sketch, it says, Invalid library found.

    • @tr_2sc1970
      @tr_2sc1970 4 місяці тому

      I have the same issue.

    • @Progamer-qi1xd
      @Progamer-qi1xd Місяць тому

      listen brother you are using the new library you need to go and downgrade the library from where you can see your IRremote lib👍

  • @Ansarter
    @Ansarter 9 місяців тому +4

    Hi, with all the buttons, when I press it, I get only ffffff, no matter which one it is. What could be the reason

  • @Dhanu-bc8pn
    @Dhanu-bc8pn Рік тому +1

    hello sir, I am facing a problem that here 8:05 when you pressed 2 you got 3D9AE3F7, but further in the video over here 8:23 you got 0xFF18E7 HEX code for 2...............how ??? please explain it to me i request you...............

  • @Progamer-qi1xd
    @Progamer-qi1xd Місяць тому +1

    I😂🤣 have the same hex codes

  • @jaki1876
    @jaki1876 11 місяців тому +6

    got stuck on the first step, even though i seem to have the exact same remote controller as shown in the video all the buttons transmit the same hex code - FFFFFF... my AC remote on the other hand does seem to work and provide different hex codes, so it can't be a problem with the circuit or the code, any ideas on what i could do to fix this?

    • @Ansarter
      @Ansarter 9 місяців тому +1

      Hi I have the same problem with permanent code FFFFFF. Did you solve this problem?

    • @titigr
      @titigr 8 місяців тому +1

      You need use 2.0 library

    • @titigr
      @titigr 8 місяців тому

      @@Ansarteryou need use 2.0 library version

    • @khoalenguyendang5587
      @khoalenguyendang5587 8 місяців тому

      @@titigrhey bro, can u show me how to use 2.0 library?

    • @titigr
      @titigr 8 місяців тому +1

      Discord ,WhatsApp,instagram for ?video

  • @brendan2609
    @brendan2609 8 місяців тому +14

    Mine only outputs FFFFFFFF, no matter what button i press. Can anybody explain the reasoning. I have the exact same code, I have a newer version of arduino though.

  • @nikomose
    @nikomose 6 місяців тому

    where is code
    i only install zip file next what i do

  • @user-pv7nh7qn2v
    @user-pv7nh7qn2v 5 місяців тому

    Code does not work :(

  • @tr_2sc1970
    @tr_2sc1970 4 місяці тому

    It doesn't work for me. I get multiple codes for each button. Inconsistency.

    • @xno_elysiumx3744
      @xno_elysiumx3744 3 місяці тому +1

      I had the same problem but could not fix it, yet.

    • @fxry5943
      @fxry5943 2 місяці тому +1

      Have you found a solution for this?

    • @tr_2sc1970
      @tr_2sc1970 2 місяці тому

      @@fxry5943 Unfortunately not yet, someone promised me in instructables he would do something, I have been waiting for months!

    • @tr_2sc1970
      @tr_2sc1970 Місяць тому

      @@fxry5943 no, not yet.

  • @yorha2b278
    @yorha2b278 Місяць тому

    Some of the methods have been deprecated really fast 😞

  • @tacbeast4841
    @tacbeast4841 2 місяці тому

    Wired the receiver as instructed, the receiver burned

  • @kapilytgamer4121
    @kapilytgamer4121 2 місяці тому

    Me only FFFFFFFFFFF hex code is showing no matter what button i press please anybody solve my and others problem i didn't able to find any video about it on UA-cam please anybody solve this issue or make video about it🙏🙏🙏❤️

  • @tygrisek38
    @tygrisek38 6 місяців тому

    my hex code is doing ffffffff

    • @RoseElias
      @RoseElias 3 місяці тому

      You have to use library version 2.0. That solved the issue for me!