How to use Arduino as TV Remote Controller with Infrared

Поділитися
Вставка
  • Опубліковано 6 січ 2025

КОМЕНТАРІ • 171

  • @robojaxsupport3013
    @robojaxsupport3013 4 роки тому +1

    Please follow the instruction in the video and open the example. Then follow what I have said in the video. it for sure will work.

    • @AugustineAriola
      @AugustineAriola 4 роки тому +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 ?

    • @robojax
      @robojax  4 роки тому

      try another remote. different type.

    • @rupaawari3167
      @rupaawari3167 3 роки тому

      How to connect with Bluetooth or wifi

    • @charakatheekshana1368
      @charakatheekshana1368 3 роки тому

      wtf

  • @SimpleEnough2k9
    @SimpleEnough2k9 5 років тому +1

    It's pretty impressive to see how much work is done behind the scene by things we're taking for granted every day. Although they're using the same media to communicate, infrared in the actual case, it seems that manufacturers are being assigned specific codes whenever they're using a more common protocol. It's surprising to see that there are so few IR codes duplicates, if any, between different manufacturers, even if they're using the same protocol. Globally speaking, having all these IR remotes working so seamlessly in our daily lives is simply amazing. The idea you presented, around 09:50, would be a nice to have for an intelligent remote but since there is no possibility to query the input currently in use, the actual volume intensity or if the on/off state of a given device therefore programming a successful sequence of commands would be simply pure luck. The only way to somewhat get around this situation would be to track the remote controls activities thus knowing which input was used last or if a given device is on or off but again, nothing is perfect and there is no way to determine if the "tracker" missed a hit. A good example would be for the volume intensity; if someone is holding the key, the volume will raise or lower but we won't know where it will stop, unless perhaps there is a possibility to detect the "repeats" and determine if the device is actually supporting them. As far as I can tell, there are too many unknowns to create something reliable. Anyhow, thanks for your time and support.

    • @robojax
      @robojax  5 років тому

      Than you for sharing your thoughts. Actually I used get away from IR remote because few years prior I tried it and it did not work as expected. But once I got both types of receivers I learned how to use them and detect them. Then I wrote code and created tutorials to decode any remote code, control DC motor, control Servo motor, Control relay and more . You can find my other videos ua-cam.com/channels/kcBSig_Iu4ZnAIeCeG1TVg.htmlsearch?query=remote

  • @srujanendhratalla4187
    @srujanendhratalla4187 2 роки тому +7

    guys if it shows error: missing terminating " character use one backspace on the error line and for empty character constant error give a space bar gap between the ('') instead use ( ' " ) this should do the trick. The code on the website has formatting issues hope it helps you guys it took 2 hours to find what is wrong.

    • @3Abdullah3
      @3Abdullah3 2 роки тому

      thanks a lot

    • @BugaongMaweak
      @BugaongMaweak Рік тому

      how to do the empty character constant error i dont get it i have been trying since yesterday

  • @skunkfunkvideo
    @skunkfunkvideo 3 роки тому +2

    Clearly explained!! Thanks a lot. Keep looking at your channel

  • @dananjayachathuranga7113
    @dananjayachathuranga7113 Рік тому

    this is what I looking for 😍😍😍 thank u man

    • @robojax
      @robojax  Рік тому

      Here is the full video with multiple project to control them using Infrared ua-cam.com/video/LVd9_i-BQcg/v-deo.html

  • @Ice_RL
    @Ice_RL 4 роки тому +2

    how can i change my sketch so that i can also add buttons for volume to go along with my power button

    • @robojax
      @robojax  4 роки тому

      sorry I didn't get. if you want to send two signal you can do it But the TV needs some time like 1 second delay between them.

  • @haneen3731
    @haneen3731 3 роки тому +1

    Nice tutorial!

    • @robojax
      @robojax  3 роки тому

      Here is $200 Arduino course for free Arduino Step by Step Course (over 100 lectures) Starts here robojax.com/L/?id=338

  • @hcos8139
    @hcos8139 2 роки тому

    What example did you use for IR receiving???

    • @robojax
      @robojax  2 роки тому

      Please watch this video from the beginning ua-cam.com/video/LVd9_i-BQcg/v-deo.html

  • @OviMG
    @OviMG 2 роки тому

    Ok, i put the Receiver code into arduino ide, wired my IR receiver as u said, upload the code to arduino uno but when I enter on serial monitor it doesnt give anything when pressing any button on my tv remote ( the only thing that I get is Robojax IR Capture
    )

    • @robojax
      @robojax  2 роки тому

      Hi, you need to learn how to use serial monitor. Here is my video ua-cam.com/video/WyWRGoACWFs/v-deo.html

  • @Beoyur
    @Beoyur 4 роки тому

    Hi, i want to make a prohect that changes the code from a remote. So i can use a bang&olufsen remote on a Toshiba tv. Can this be done

    • @robojax
      @robojax  4 роки тому

      Hi, you can use Arduino to read the code from remote A and you have to list or create Array for A-1=Volume UP, A2-voluem down, A3-channel up, A4 Channel down and the same for TV you have to have the remote for the TV we call it B and read the needed codes and save them.. then write the code so remote A key is pressed, you can send remote B's corresponding code. Doable but needs some work. good luck.

    • @Beoyur
      @Beoyur 4 роки тому

      @@robojax yes exactly. One problem. It is way hardwr than i expected haha. Programming is super hard to do

    • @robojax
      @robojax  4 роки тому +1

      human do things intuitively without realizing we do it this way. Yes and that's why all world is struggling to build a robot that can walk on stairs. It is so hard, even small push will make robot fall. But we have been created by such supreme creator that human will never understand it fully.
      So first we have to capture for each commands of remote A. and then capture commands of remote B. then wire the code when remote A is pressed, send commands from remote B.

  • @luie.no1noob
    @luie.no1noob 3 роки тому +1

    Hello, Bro.. should the transmitter LED be connected to TX or it can be connected to any GPIO?

    • @robojax
      @robojax  3 роки тому

      I don’t remember what I did. But if I mention digital pin then it can buses only with digital pins

  • @sudhirsudarshan1509
    @sudhirsudarshan1509 2 роки тому

    Sir, can I control a tv and a dvd player with single ir transmitter. Control both simultaneously.

    • @robojax
      @robojax  2 роки тому

      Start from the introduction video and then come to this. you will learn and know how to do it. Search my channel for the word "remote". Here is how to find Specific UA-cam Video in a channel bit.ly/findUA-camVideo

  • @justme0k
    @justme0k 4 роки тому

    Hello Robojax, @ 9:13 how do you keep the tv on, instead of turning it off for a set time? i.e. how to prevent the signal from repeating?

    • @robojax
      @robojax  4 роки тому +1

      Hello, Perhaps you missed it at about 6:30 where I said the code is repeating very 5000ms (or 5s). if you want the code not repeat, put it inside setup() instead of inside loop() or in the current code just below the line delay(5000); just put whilte(1); and it will keep the code waiting forever. Please watch it again without skipping. I have spent over a week working on solution for Arduino Infrared as there were no clear examples.
      Thank you for not skipping the ads and keep watching them. This will help me a lot.

    • @justme0k
      @justme0k 4 роки тому

      @@robojax Thank you for your response!

    • @robojax
      @robojax  4 роки тому

      you are welcome.

  • @dhruvajindal4932
    @dhruvajindal4932 4 роки тому

    Hi. I had a small doubt. When we upload the receiving code on the Arduino, what kind of output will we see on the serial monitor when we press a button on the remote. Also, from where did you copy the lines- unsigned int raw[68] = ..........
    Was this line the output which you get on the serial monitor once you upload the received code and press a button on the remote.

    • @robojax
      @robojax  4 роки тому +1

      Hi, you made me watch the video. I was telling myself "how come I did not show the serial monitor? " but indeed I've shown it. please watch.

    • @dhruvajindal4932
      @dhruvajindal4932 4 роки тому

      @@robojax Im sorry . my bad. Thanks a lot.

    • @robojax
      @robojax  4 роки тому

      No problem. I am glad it you found it.

    • @OviMG
      @OviMG 2 роки тому

      I put the receiver code, open serial monitor and it only shows me this : Robojax IR Capture
      I press any button on my remote tv and nothing happens, why?

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

      @@robojax I've watched this video about 10 times now and still cant figure out how you got the code, explain more clearly please and in the correct chronological order

  • @omsingharjit
    @omsingharjit 2 роки тому

    How it's working if that Received Raw Code Not Exactly the same??

    • @robojax
      @robojax  2 роки тому

      Hello, then you need to use just a receiver and detect it without the library. Or check the library if there is such feature. I make this series of videos because many people needed to decode the remotes.

  • @nenadpuhalo8075
    @nenadpuhalo8075 4 роки тому

    Hello. I did watch this video, was trying to find you paste code 6:01 in the description or on your website, no success. Please point me where I can copy that code yo I can paste it as well?

    • @robojax
      @robojax  4 роки тому +1

      Hello, putting code in the description are would be very missy. I have link in the description. the same is true for all 400+ videos. That's why I mention the address as Robojax dot com slash learn slash Arduino so people can do directly robojax.com/learn/arduino

  • @boris3335
    @boris3335 Рік тому

    what IR LED is that, i want to know the specifications. Im doing same project by myself, but tv doesnt want to capture signal from IR LED. Im thinking i got wrong IR LED, dont know specifications

    • @robojax
      @robojax  Рік тому

      The link to purchase is I the description of this video

    • @boris3335
      @boris3335 Рік тому

      @@robojax links in the description is for purchasing arduino or arduino compatible. I need to know specifications of Infrared LED

  • @dmalliaros
    @dmalliaros Рік тому

    if it doesn't work, put your receiver in a box and cover it with aluminum foil, also shut down any light source. this solved it for me. i guess it blocks the noise from other devices

  • @jas2984
    @jas2984 3 роки тому

    Superb, is there any way we could send ir signal without ir emmiter... (can we do this with the target device ir data pin!)

  • @wasanthawimaladharm
    @wasanthawimaladharm 4 роки тому

    Can you add learning function to add new remote buttons function with the help of ir reciver and extra switch as well

    • @robojax
      @robojax  4 роки тому

      sorry, I did not understand. this video is on decoding the remote. see all remote related videos ua-cam.com/users/robojaxTVsearch?query=remote as I have written code for different applications

  • @saeidmi6859
    @saeidmi6859 Рік тому

    the Array which is holding the code for remote ! from where we should copy it ?

    • @saeidmi6859
      @saeidmi6859 Рік тому

      Minute 5:45

    • @robojax
      @robojax  Рік тому

      it seems you have skipped the introduction video. Thiks a better video with 5 or 7 projects but the first one is how to detect the remote signal ua-cam.com/video/LVd9_i-BQcg/v-deo.html

    • @saeidmi6859
      @saeidmi6859 Рік тому

      @@robojax thanks for sending that, do you think with your codes can I turn off and on all the TV?

    • @robojax
      @robojax  Рік тому

      perhaps you haven't watched the video. you can fully control your TV if you capgture the TV remote code.

    • @saeidmi6859
      @saeidmi6859 Рік тому

      @@robojax I did watch the video 10 times but the moment which you did talk about the transmitter code isn't clear, because you didn't upload any code for the transmitter in your site .

  • @AugustineAriola
    @AugustineAriola 4 роки тому

    I have problem decoding my 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 ?

    • @robojax
      @robojax  4 роки тому

      it should be. please try a different remote. Not all remote controller code is detected by this library.

  • @utube4waqas
    @utube4waqas 4 роки тому

    and if we dont have remote of anydevice like creative sony or any other co how can we make remote of this device from arduino

    • @robojax
      @robojax  4 роки тому

      you have to know the code. Search online and find the code and enter it in the code, then you can control it.

  • @namapasaran4185
    @namapasaran4185 3 роки тому

    Nice video,
    Could i add multiple ir sender in 1 microcontroller?

    • @robojax
      @robojax  3 роки тому

      Yes you could. but you need to modify the code. it has not been made for multiple sender.

  • @chriselectronomix9281
    @chriselectronomix9281 2 роки тому

    Hey 👋 really nice and helpfull video. Thank you very much! how many TVs i can put on an Arduino? I want to control 26 TVs to turn on with one button. Is it possible? Thank you for your time

    • @robojax
      @robojax  2 роки тому

      Hi, yes it is possible. You need Arduino board that has that many digital pins and Arduino Mega has it. Watch this full video with so many examples ua-cam.com/video/LVd9_i-BQcg/v-deo.html

  • @srujanendhratalla4187
    @srujanendhratalla4187 2 роки тому

    when i run the code its showing that empty character constant, how do i get rid of it?

  • @harshmirdhwal
    @harshmirdhwal 3 роки тому

    Thank you for such an awesome video, Could you please tell how to increase the transmitter's range

    • @robojax
      @robojax  3 роки тому +1

      You can’t increase the range .

    • @harshmirdhwal
      @harshmirdhwal 3 роки тому

      @@robojax Well, I took some risk and removed the resistor and it increased, because when I used it with the resistor, the intensity of light was very low, so I removed it, by the way thank you for replying, I did it with your help

    • @robojax
      @robojax  3 роки тому +1

      If you remove the resistor but will reduce the life of transmitter.

    • @harshmirdhwal
      @harshmirdhwal 3 роки тому

      @@robojax isn't there any thing we can do about increasing the range? How does the remote do it?

    • @shirleyvokey3448
      @shirleyvokey3448 2 роки тому

      @@harshmirdhwal it may be because either the tv receiver has an amplifier circuit or it might be that you would point the remotes led directly at the device.

  • @MotoZonee
    @MotoZonee 2 роки тому

    When verifying the code its providing me with an error message saying (exit status 1
    missing terminating " character) How do I fix this?

    • @robojax
      @robojax  2 роки тому

      Hi, it means you have not copied the code fully or you have deleted it or changed it. First do not change anything. just use it . Here full better video ua-cam.com/video/LVd9_i-BQcg/v-deo.html

  • @yawsika4523
    @yawsika4523 3 роки тому

    hi robojax please can u make a video on IR remote control on arduino 2021 seems a lot has changed about the library and i am having some errors here please

    • @robojax
      @robojax  3 роки тому +1

      what error? always provide the import part of error.

    • @yawsika4523
      @yawsika4523 3 роки тому

      @@robojax i have found the solutions and i have gone through

    • @yawsika4523
      @yawsika4523 3 роки тому

      @@robojax please where can i contact u directly for an assistant as my mentor in robotics

  • @onarres87
    @onarres87 2 роки тому

    AYUDA!!!
    Hola, buenas.
    Estoy haciendo un proyecto con un Arduino Mega y se me esta complicando el uso del Led Infrarrojo (emisor), para comunicarse con mi decodificador de DirecTV. al usar el lector infrarrojo, me aparece el codigo pero no especifica si es NEC o SONY, etc.
    Alguno tiene un codigo tipeado para compartir que sea, por ejemplo, cambiar de canal del decodificador de DirectTV?
    nota: En el proyecto ya tengo utilizado casi todos los pines, en lo posible, el codigo deberia tener la ubicacion del sensor y no colocarlo en el pin que deberia estar por defecto de la libreria, (que si mal no recuerdo, en mega es el pin 0).
    desde ya muchas gracias!!

  • @allanadams5052
    @allanadams5052 3 роки тому

    Where can the Sketch be downloaded. IR_decode_any_remote

    • @robojax
      @robojax  3 роки тому

      you mean the code for this video? I mentioned it in the beginning of the video. the link to the code is under the video in the description.

  • @alexhetherington8028
    @alexhetherington8028 2 роки тому

    I'm looking to control my ps5 with arduino can this be done?

    • @robojax
      @robojax  2 роки тому

      Yes sure. Please see this video ua-cam.com/video/LVd9_i-BQcg/v-deo.html

  • @stalinjohn4784
    @stalinjohn4784 Рік тому

    Is this work for panasonic ??

    • @robojax
      @robojax  Рік тому

      your question says: I did not watch the video. please watch

  • @UmairITS
    @UmairITS 5 років тому

    is it necessary to connect IR led on pin 3?

    • @robojax
      @robojax  5 років тому

      You can use any other pin that has ~ symbol beside it. it means the pin is PWM enabled like pin 3, 5, 6, 9, 10 and 11 in Uno.

  • @emreay9577
    @emreay9577 2 роки тому

    The code in the link that given not working. It's not the same code that you show in this tutorial, probably changed and left uncompleted. Please fix it.

    • @robojax
      @robojax  2 роки тому

      Hi, I am on a trip outside Canada. I just checked it and watch the video and indeed the code is different. I don't have access to files, when I get back, I will check and fix it. please let me know in about 10 days by posting new comment so I can find it easily.

    • @emreay9577
      @emreay9577 2 роки тому

      @@robojax Thanks for your feedback. Here is the reminder. :)

  • @خالدرشدى-ك8ذ
    @خالدرشدى-ك8ذ 6 років тому +2

    Can you make it with attiny85?!!

  • @anandsunku
    @anandsunku 2 роки тому

    what is Bill of material... or atleast let me know the name of the receiver used

    • @robojax
      @robojax  2 роки тому

      Hi, you are looking bar one of the video from the series. We have only transmitter. The TV is receiver. Please see other videos from the link in the description if you want to do something else or see this video which base 5 or 6 projects In one ua-cam.com/video/LVd9_i-BQcg/v-deo.html

  • @denistammydelic2451
    @denistammydelic2451 3 роки тому

    Hi my name is Denis...I need help with writing a code for my audrino project...
    I am trying to help my friend who is in a nursing home to improve quality of life...
    I am building him a IR remote that will have one button to perform 3 to 4 functions.
    At present in order for him to watch DVD he needs to select correct input on the
    TV before he can watch a DVD. His problem is that he can't navigate his TV remote to
    get to HDMI2 for example. I would like to setup one single button on an audrino that
    will transmit IR signal in timed sequence and navigate to desired input on TV.
    I managed to work out how to capture IR signal in HEX value from his remote...
    now I need help to program these IR HEX values to be transmitted in sequence to navigate to desired input using one function...?

    • @robojax
      @robojax  3 роки тому +1

      I hope you have watched from the start of this series because this not the start video. if you watch them, you will know how to encode your own code. there is no hex code. we use the standard used in the library which I forgot what it was. You may search Arduino forum forum.arduino.cc/ and then post your question if anyone else have used it.

    • @denistammydelic2451
      @denistammydelic2451 3 роки тому

      @@robojax thank you very much... I will try to watch the series... and see how I go...

  • @michelsbench
    @michelsbench 4 роки тому

    Awesome tutorial. Thank you. I have a suggestion for a new tutorial, as I can’t find any related tutorial on UA-cam, an 868MHz signal cloner and then send/emit signal tutorial.

    • @robojax
      @robojax  4 роки тому

      You are welcome. Thanks for your suggestion. I will see if I can do it,

  • @najihahmed26
    @najihahmed26 5 років тому

    when i try to decode my tv`s remote it gives different HEX code each time.Please help!!

    • @robojax
      @robojax  5 років тому +1

      not possible. You must be doing something wrong. The TV has unique code for each key. Follow all instruction.

    • @teddycristian2779
      @teddycristian2779 4 роки тому

      @@robojax maybe his TV has a security feature, some sort of salt/nounce that uses to create new binary each time..

    • @harshgumma8074
      @harshgumma8074 4 роки тому

      Teddy Cristian , i do not think that is possible beacuse the tv also has to generate a code for all the button every time and it slow the performance

  • @foxxyinci
    @foxxyinci 4 роки тому

    Nice video....

    • @robojax
      @robojax  4 роки тому

      Thanks for the visit

  • @omaral-halabiah2851
    @omaral-halabiah2851 5 років тому

    first of all thank you , then I want a help : how i can use remote to enter integer numbers to Arduino for example I want to adjust the time by sending the hours and minutes , thanks very mutch

    • @robojax
      @robojax  5 років тому

      You are welcome. The best thank you for me is to subscribe to my channel and thumb up the video. It is greatly appreciated. 🔔 😊

    • @robojax
      @robojax  5 років тому

      Thank you for subscribing.

    • @omaral-halabiah2851
      @omaral-halabiah2851 5 років тому

      ​@@robojax I subscribed already

  • @justme0k
    @justme0k 4 роки тому

    Hello, I copy and paste the code exactly but it seems to have a few syntax errors, (maybe due to updates), can you please assist?

    • @robojax
      @robojax  4 роки тому

      Hello, always post the error.

    • @justme0k
      @justme0k 4 роки тому +1

      @@robojax missing terminating " character - that's the error, line 167

    • @srujanendhratalla4187
      @srujanendhratalla4187 2 роки тому

      @@justme0k even i did get the same error

  • @pepijnvanlil3599
    @pepijnvanlil3599 5 років тому +3

    it says: error: missing terminating " character

    • @robojax
      @robojax  5 років тому

      You haven't subscribed to my channel. I will reply to all Subscriber's 🔔 questions. So make sure to Subscribe.😊

    • @zaidalzanoon4877
      @zaidalzanoon4877 4 роки тому

      Robojax did u ever find out the solution for this?

  • @elektrotehnicar
    @elektrotehnicar Рік тому

    I don't think it's working. I've done exactly the same thing as you and I don't see it blink on my phone camera, but it was on when I connected it to direct 3.3V.

    • @robojax
      @robojax  Рік тому

      You must be doing something wrong.

    • @robojax
      @robojax  Рік тому

      ua-cam.com/video/LVd9_i-BQcg/v-deo.html may be start from introduction

  • @anjalsapkota35
    @anjalsapkota35 4 роки тому

    IT gives an error:" USECPERTICK was not declared in this scope"

    • @robojax
      @robojax  4 роки тому

      I just checked it. it seems original library has been updated on Github and "USECPERTICK " is removed. please download from robojax.com from the same page. it will work because this is the code I used in the video. Good luck

  • @yamacode9958
    @yamacode9958 5 років тому

    What is that receiver called, can you link to it ln ebay uk please.

    • @robojax
      @robojax  5 років тому

      it is called "IR receiver" or "infrared receiver". You are on the advanced video. Most explanation have been done in the basic video. link has been provided in the description to the main video.

  • @matthewfogel8447
    @matthewfogel8447 6 років тому

    so when I try to get the ir codes for each button it just shows up as FFFFFFF and every once in a while it will give me something random but it will never be the same. What is wrong?

    • @levyosa
      @levyosa 5 років тому

      FFFFFFF means the button above the FFFFFFF section is continuous pressed.
      press once, it shows the code
      press and hold, it sends FFFFFFF

    • @matthewfogel8447
      @matthewfogel8447 5 років тому

      @@levyosa but it was the first line, and it popped up three times when i wasnt holding it

    • @Afif87123
      @Afif87123 5 років тому

      @@matthewfogel8447its just a bug

  • @gauravgautam9667
    @gauravgautam9667 6 років тому +1

    where we get the raw[68] codes ?

    • @robojax
      @robojax  6 років тому

      would you please point to the video time like 04:15. It would make it easy for me to find it.

    • @gauravgautam9667
      @gauravgautam9667 6 років тому +1

      6:01 unsigned int raw[68] !!!

  • @thedarkglovemusic
    @thedarkglovemusic 4 роки тому

    The code formatting is all screwed up on your website which is why lots of people are having issues with it

    • @robojax
      @robojax  4 роки тому

      I must watch the video making sure what I am saying. The code in this video example is from library. why they would copy the code from website? perhaps people don't watch the video. Just follow the instruction in the video and open the example that comes with the library.

    • @thedarkglovemusic
      @thedarkglovemusic 4 роки тому

      @@robojax You have linked to the library which is where I went to download it and in the same place, you have a copy of the code (with the problems).
      You are correct that if you use the example from the installed library it works but the problems people are having is running the code copied from your site.

  • @shaileshmanerikar3355
    @shaileshmanerikar3355 4 роки тому +1

    Code not working

    • @robojax
      @robojax  4 роки тому

      provide error. it works if you follow the inestraction. Every time someone says not working, I know they have skipped the video thinking they got without watching the whole video. I have said nothing in this video. if you want this to work, watch is without skipping in full.

  • @minhminh5008
    @minhminh5008 5 років тому +1

    how do you know frequency 38 kHz??/ (raw ,68,38)???

    • @robojax
      @robojax  5 років тому +1

      Look at the datasheet and you will see it.

    • @minhminh5008
      @minhminh5008 5 років тому

      @@robojax thanks for your answer. When I tried to use Arduino as TV remote controller and it was successful, but I use Arduino as FAN remote controller, it is not possible.

    • @robojax
      @robojax  5 років тому

      You must be doing something incorrect. follow my instruction and it should work. May be you are not reading the FAN remote value correctly.

  • @condanhi376
    @condanhi376 4 роки тому

    Sir, plesase send me you code. I write in remote TV but it does not work

    • @robojax
      @robojax  4 роки тому

      Hello, the link to the code and all the code is always under the video in the description. The code has been tested and 1000s of people used it. see this snipboard.io/EG4O2l.jpg if you can't find the code or go directly to robojax.com/learn/arduino good luck.

  • @yogeshitaliya473
    @yogeshitaliya473 6 років тому

    Nice video sir

  • @voiceoftruth1O1
    @voiceoftruth1O1 6 років тому +1

    Thanks.

  • @synterr
    @synterr 3 роки тому +1

    TV should be always OFF ;)

  • @shrinidhiachar8790
    @shrinidhiachar8790 5 років тому

    Send me receiver and sender code separately plzz

    • @robojax
      @robojax  5 років тому

      see my other comment

  • @niyamchoudhari
    @niyamchoudhari 5 років тому

    Can we get the raw code from internet.

    • @robojax
      @robojax  5 років тому +1

      Yes you may get it. You don't have to worry about any remote. Just point it to Arduino and you got it.

  • @hatrer2244
    @hatrer2244 6 років тому

    Why dont you show how you capture the remote signal? You just upload the sketch and cut the video :s

    • @robojax
      @robojax  6 років тому +1

      did you watch the video? I have mentioned it. This video requires you to watch 1 or 2 more videos. Check it again. Have 4 or 5 videos on this. It would have been very long.

  • @mr_hidir1965
    @mr_hidir1965 5 років тому

    Please add Turkish subtitles

    • @robojax
      @robojax  5 років тому

      Subtitle is automatic. You can select any language you want. See this snipboard.io/x80ryg.jpg

  • @rikb.7772
    @rikb.7772 2 місяці тому +1

    I just want to turn off the TVs at work, they are addicted to CNN...

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

      LOL. yes. do it. turn it OFF and they get crazy even if they hide the remote.

    • @rikb.7772
      @rikb.7772 2 місяці тому +2

      Yep I plan on testing the setup I have, get one of those USB portable batteries for the phone and use it to power the Arduino. I will turn both TV's off as I walk into the break room if Chinese News Network is on

    • @rikb.7772
      @rikb.7772 Місяць тому +1

      Update: TV's are currently off In the break room thanks to the device, they have been off all week

  • @adieditss
    @adieditss 4 роки тому +1

    totle kahike

  • @kumaraswamy2817
    @kumaraswamy2817 Рік тому

    Hi can I have e mail id

  • @gsashish2618
    @gsashish2618 5 років тому +1

    it says: error: missing terminating " character

    • @robojax
      @robojax  5 років тому

      Yes. You have modified the code and removed the double quote character. Make sure first do not modify the code and run it.

    • @gsashish2618
      @gsashish2618 5 років тому

      @@robojax I have not modified the code
      I just copied the code present in your website

    • @robojax
      @robojax  5 років тому

      In which line it shows the error? Tell me the line number,

    • @sunarkru7761
      @sunarkru7761 4 роки тому

      @@robojax same error here, line 167, but it says theres more these mistakes

    • @sunarkru7761
      @sunarkru7761 4 роки тому

      found solution!
      forum.arduino.cc/index.php?topic=492889.0
      just edit code a little bit!

  • @shrinidhiachar8790
    @shrinidhiachar8790 5 років тому

    Send me receiver and sender code separately plzz

    • @robojax
      @robojax  5 років тому

      Every video of mine has the codes. Under the video "description" has link to codes. see this snipboard.io/EG4O2l.jpg