How to decode any IR remote | Mini Arduino projects

แชร์
ฝัง
  • เผยแพร่เมื่อ 20 มิ.ย. 2019
  • In this video, I've explained how to decode any kind of IR remote using Arduino in a simple way. Here, I've used 1838 IR receiver and an Arduino Nano board.
    Download link for the program:
    drive.google.com/open?id=1VNs...
    Next video Link:
    • Remote control 8 chann...
    ---------------------------------------------------------------------------------
    Facebook:
    / digital.debajyoti
    Instagram:
    user name: digital.debajyoti
    Link:
    / digital.debajyoti
    ------------------------------------------------------------------------------------------------
    You want to support me to make more videos?
    Support me through Patreon-
    / debajyotinath
    Support me through PayPal-
    www.paypal.com/paypalme/SanuD...
  • วิทยาศาสตร์และเทคโนโลยี

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

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

    Excellent!
    My project is to interface an IR remote to a Nano that signals actions in an existing VB6 program I wrote.
    I was having trouble compiling for Nano but after watching your video I reverted back to IRremote Ver: 2.2.3 and it compiled and runs 100%.
    To those that develop/upgrade the IRremote library, when you eliminate devices with new updates, maybe you should mention this before wasting a lot of peoples time????
    EE Wave, your the best :)

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

    Thanks! Great vid.

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

    Thanks .Simple and easy.

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

    Dual remote, Brilliant idea

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

    very nice. Thank you

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

    This was a huge help thank you! Do you know why I am getting duplicate readouts? For example, if I press one button on the remote, I get the code for that button twice on the serial monitor. I tried to fixed that by adding a delay at the end of the loop but it didn't work. Besides that small issue it worked fine for me and I was able to cross check the decimal code readouts with the remote's functions to verify that they match.

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

    So I got a bunch of codes from my remotes and I want to program them into my phone's app, IR Remote Creator. But I'm not sure which fields to plug the results into. Not sure if I can plug them in as is, or if I have to convert them to HEX. Any thoughts?

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

    Excellent..

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

    Very nice 👍

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

    good thank you

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

    Bro plz make a video how to decode ir remote signal by nodemcu (12 e) and using it as a transmitter as well

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

    I have problem decoding the remote codes. Each button doesn't give me a unique hex code. Each time I press a particular button it give me totally different hex value. What do I do ?

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

    thanks

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

    how do you reproduce them? like x
    a Flipper Zero?

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

    a ton of vd still cant find library which one i download

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

    Plz make a video on how to make remote control using arduino

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

    Thank s

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

    How do I add a screen to display the data 16××2

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

    what if i want to know the timing between edges

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

    Hi friends I had a problem, it was always showing the same code for all numbers and for diferent remotes, it was because of the version of the IRremote library, I insalled the version 2.2.3 and it worked pretty good

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

    What is wrong with this thing? I was able to decode remote for about 15 min. It is still recognized by windows but it will not decode anything anymore.

  • @MaheshM-ty1co
    @MaheshM-ty1co 3 ปีที่แล้ว

    Bro I am not getting numbers I am getting some symbol

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

      change baud rate to 9600 in the lower right corner of serial monitor

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

      Yeah, I'm positive your baud rate is off. Check your code. Likely in the initialization function you have "Serial.begin(9600);" which means you need the monitor to match this baud rate of "9600."