Это видео недоступно.
Сожалеем об этом.

Tutorial on Infrared sensor TSOP 1738 with Arduino | Connections & Coding

Поделиться
HTML-код
  • Опубликовано: 17 авг 2024
  • In this tutorial, you will learn how to control a LED or any device with the help of Infrared remote(TV, DVD, AC remote control)!
    IRremote library available here-
    github.com/Rui...
    Code available here :-
    mechstuff.com/...
    Like my page on Facebook :-
    / mechstuff
    For more interesting mechanical news, engines & robotics stuff, visit my site - MechStuff ! ;)
    mechstuff.com/

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

  • @thelasttimeitried
    @thelasttimeitried 5 лет назад

    Nice work, and well explained. I'm glad to know about the IRremote package.

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

    WELL EXPLAINED!

  • @69narsus68
    @69narsus68 4 года назад +1

    I really enjoy your video, they are great tutorials for beginners in Arduino like me. I'm looking forward to your next video. Thank you.

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

      Thanks Stephan! Subscribe and stay tuned - another one coming up pretty soon ;)

  • @cauveryg1446
    @cauveryg1446 6 лет назад +1

    hi nice video. i tried that its working perfectly but it works at a particular distance. after certain distance am getting different hex value for the same button.. for example power button in my remote shows 1fea057 within 10feet range and after 10 feet it shows 1a23b73.i dont know what is the reason. is this because IR can work in particular range??because i cant control my led after 10 feet.can you tell me what will be the reason. thanks

    • @YoDay
      @YoDay 6 лет назад

      Oh I am getting the same problem

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

      After 5m distance some bits of information will lost

  • @parthajana3365
    @parthajana3365 6 лет назад

    Sir what will be the arduino code for connecting two ir remote sensor with single arduino

  • @venkatagopisuraboina3438
    @venkatagopisuraboina3438 6 лет назад +1

    in serial monitor continuous values are showing without pressing any key any solution for that please reply

    • @charliecarpenter2840
      @charliecarpenter2840 5 лет назад

      Me too, even with the circuit from datasheet added. Let me know if you find a solution

    • @TheTubejunky
      @TheTubejunky 5 лет назад

      Make sure your code and serial monitor are set at the same baud rate.

  • @gaganchd2000
    @gaganchd2000 6 лет назад +1

    Serial.begin does not start comm with ir. Its serial comm with pc

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

    HOW TO INSTALL LIBBRARY

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

    serial moniter show nothing, its totally blanck what to do pls help

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

    If I want to control a relay module ? What code I have to put on it ?

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

      Nothing would change in code.. just make sure the connections are correct!

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

      @@MechStuff bro , can u give me the code so that I can control a relay with a remote !

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

    Bro which branch are you in btech

  • @sarathraj6194
    @sarathraj6194 5 лет назад

    i am getting error while compiling the program. error like "no such file or directory"

    • @MechStuff
      @MechStuff  5 лет назад

      You must download the IR library from the link I've provided!

  • @sumenchoudhury3861
    @sumenchoudhury3861 7 лет назад +1

    can you help me please. I need 2 or more led high & low with every different remote key.
    uske liye coding me kiya changes rehega plz help kijiye

    • @MechStuff
      @MechStuff  7 лет назад +1

      Get the values of remote keys you want, by repeating the same procedure. Then add "else if" conditions in the code.

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

    BRO.... SUPER

  • @udayakumarp9545
    @udayakumarp9545 6 лет назад +1

    bro im getting a code error as the( 'YOUR' was not declared in this scope)
    ( if(results.value==YOUR VALUE1))

  • @parthajana3365
    @parthajana3365 6 лет назад

    Give me code for controlling pwm with remote

  • @mahantheshanchatnnalli4782
    @mahantheshanchatnnalli4782 7 лет назад

    How to get codes of remote buttons
    Sir plz reply......

    • @MechStuff
      @MechStuff  7 лет назад

      1. Upload the code I've provided & then click on the "Serial monitor" icon in the top right corner of the Arduino window !
      2. Bring the remote close to IR sensor & press the button you want the code value of.
      3. You will see the value in the serial monitor !

    • @josuesoto3744
      @josuesoto3744 6 лет назад

      Would this actually work on any remote for this or what?

  • @akashpal_sky
    @akashpal_sky 6 лет назад

    Code is not working

  • @k.a.o.syedbuhari1032
    @k.a.o.syedbuhari1032 2 года назад

    code not working
    reply

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

    Could've made the intro, a bit Simpler..??, But, thanks..!!

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

    भई हिन्दी बोलोर आडिनो र अल्टासाउन सेनसर सेटप गरेको डोर्न भिडिब बनाउन पडेका

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

    Wrong. Doesn't work with 3.0 version .

  • @maths_master100
    @maths_master100 6 лет назад

    Hii

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

    it is not intensity bro . remote sends different values

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

      Different values indicates different intensity/wavelength of infrared rays

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

      Yes, different values, but they're not magically transmitted as "values", rather they're *represented* as.. NOT different intensities (which would be transmit power = brightness), but different pulses. Not different wavelengths, but just different timed on-off cycles for each remote button.