Тёмный

Using IR Signals to Control TV 

Grensom
Подписаться 131 тыс.
Просмотров 90 тыс.
50% 1

Опубликовано:

 

6 сен 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 107   
@ytuser1985
@ytuser1985 22 дня назад
6 years old video but still proving to be very useful for my application where I am trying to control my speaker system with TV remote.
@turgayayyldz2172
@turgayayyldz2172 4 года назад
I've been researching this topic for a long time. I have not seen anybody else who has told so simply. Thank you.
@andreasn23
@andreasn23 2 года назад
Nice tutorial tested and it works for communicating between 2 arduinos one Transmitter and 1 receiver
@shivashankarg9922
@shivashankarg9922 5 лет назад
Nice video. Ir read is working fine but while using Ir send pin3 is used here ,where is it mentioned pin3 in the code and how to change it
@maciasergio
@maciasergio 3 года назад
same
@maciasergio
@maciasergio 3 года назад
maybe it is defined by the library, but it would be ok to be said, or even teached in order to change that.
@TuprogramaciontvEsp
@TuprogramaciontvEsp 3 года назад
I think it's coded in the IRremote library. If you take a look to the IRremote manual arduino-irremote.github.io/Arduino-IRremote/ it says: "You can use any pin for sending". At the end of the page there is a table with the pins to use with different arduino devices.
@markusaurelius4015
@markusaurelius4015 3 года назад
you’d have to go into the IRremote library itself and change it there. You can trace through it yourself. For example, your code likely includes IRremote.h So look in that header file. You should see a section on “sending.” It’ll probably reference a “.cpp” so go into that. You should see references to using pin 3 there.
@patrickm9953
@patrickm9953 3 года назад
Fantastic Video.. Got my IR receiver working in Minutes !
@subhodeep2012
@subhodeep2012 3 года назад
where u defined pin for ir send?
@davelovell8631
@davelovell8631 2 года назад
I think that it is defined in one of the libraries.
@sameerk12982
@sameerk12982 4 года назад
Thank you very much for this helpful video...exactly what I was looking for .....appreciated.
@andrewklaudt8080
@andrewklaudt8080 6 лет назад
Looking forward to your next video!
@RandomlySelectedUserName
@RandomlySelectedUserName 3 года назад
idk whats wrong but somehow sender shows that its sending some commands by its own (but in reality it doesnot) and it spams like that untill i stop proggram :/ and in 1 start up i can send only 1 command after it stops working
@Jandroverse
@Jandroverse 2 года назад
Awesome video, just one comment. For the IR transmitter the 5V is not needed in the schematic and the whole circuit could have been done on the top rail saving you an extra wire going from negative top rail to negative bottom rail.
@kajusmakalius296
@kajusmakalius296 Год назад
umm, the sender is not working, and i dont see pin 3 defined anywhere in the send scetch, im quite new so qould you explain?
@kyrkas2008
@kyrkas2008 3 года назад
Man thanks a LOT!!! This was the solution to my problem!
@firdoshdiakus4841
@firdoshdiakus4841 3 года назад
Can you help me, I don't see any cable connection between the Rx & Tx boards?
@TheSalarKhan
@TheSalarKhan 6 лет назад
This ...simply... works!! Thanks!
@vargasmakery
@vargasmakery 6 лет назад
that's awesome! i was just wondering if it would be possible to do it on an esp....... another thing is if you can incorporate to home assistant? great job on the videos look forward to seeing them
@omarharbah6972
@omarharbah6972 4 месяца назад
I bought Roku remote but doesn't work with my tv, can this work with it?
@anokhautomation4453
@anokhautomation4453 2 года назад
Can you please explain how we can send the hex code manually from the serial monitor without hard coding on Arduino.
@tblank79
@tblank79 6 лет назад
Awesome video man! Keep it up. Are you an Engineering student? I noticed the lab notebook. If so, looks much better than mine!!! Haha
@Grensom
@Grensom 6 лет назад
Haha yes I am an Electrical Engineering student. And believe me, I only made my notes so neat because I am sharing them in the video, otherwise it might not even look English..
@catherinemccann3715
@catherinemccann3715 6 лет назад
Is there a way to set up a security system for your home using voice actived, your voice not Alexa...so that way it would recognize your voice to deactivate the alram or activate it..what I'm stating, would like a remote access on my phone to unlock my house by my voice..or eye retna..
@giannissotiropoulos3721
@giannissotiropoulos3721 3 года назад
Hello, thank you for your video its very helpful. Right now with my code i can only turn on my tv..can you help on how to turn on my tv wait 5 seconds and then turn off again? i tried writing the power code under the delay again but it didn't work..thank you in advance
@mRendyIrawan
@mRendyIrawan 4 года назад
I’m not that familiar with arduino, but I assume this sketch would work too on a nodeMCU or a wemos?
@emircan3823
@emircan3823 5 лет назад
Can we use both the transmitter and receiver at the same time?
@BlueSayamanHey
@BlueSayamanHey 2 месяца назад
Well done thanks
@johnmellor6065
@johnmellor6065 6 лет назад
great video GRENSOM
@samuelsantanam
@samuelsantanam 6 лет назад
Nice! thanks man.
@nyashamurairwa986
@nyashamurairwa986 2 года назад
What is the maximum resistance you can use for the IR transmitter
@user-rm5px8ps9l
@user-rm5px8ps9l 5 лет назад
thanks, it's a nice video brother
@JibunnoKage-cj2kz
@JibunnoKage-cj2kz 10 месяцев назад
So this all 5v for VCC?
@ivanprincipato
@ivanprincipato 4 года назад
Awelsome video , thank you 🙏👍🏻
@nuwang1
@nuwang1 6 лет назад
Hey if anyone had a problem with using a TSOP1738, it wasnt working for me. I wired it differently and voila.. Right most wire should go to arduino pin 10 or whatever, left most pin to ground and mide pin to 5v! That should work if u had same problem as me, i was using a different ir receiver to the one on the video, that may be why.
@ilkeraykut7064
@ilkeraykut7064 5 лет назад
Thank you for the video.I wanna ask you something.How can we increase the range of the transmitter LED?
@nicoclompen
@nicoclompen 5 лет назад
The range of a transmitter LED is always set to a certain range, you cannot increase or decrease this. My best guess is finding a different transmitter LED with a better range!
@markusaurelius4015
@markusaurelius4015 3 года назад
I believe you can technically alter the amount of current being sent through the IR transmitter but check the datasheet as there will be some range of what’s acceptable for your diode.
@bektasar5058
@bektasar5058 3 года назад
hello good project bravo.i cant see define transmit pin on scetch.pls help me .i use mega .
@ROHITPANSARA007
@ROHITPANSARA007 4 года назад
oh I am really looking for it Thanks
@vijaysigh5098
@vijaysigh5098 2 года назад
Thanks bro, this is amazing
@thefuturetechnologychannel
@thefuturetechnologychannel 3 года назад
Nice video sir , I am your fans
@bektasar5058
@bektasar5058 3 года назад
hello i try your scetch on mega.but doesnt work.whats the problem?
@Su67377s
@Su67377s 4 года назад
I want to make a remote controller on Arduino (IRrecv+IRsend+sleep). In which it should read IR data usingtsop1738 then send the desired IR data using IR transmit led. And when no data is received it should go to deep sleep to conserve battery. Because I want it to run on 3v lithium coin cell. I found many codes on the internet using Irsend + sleep or just IRsend + IRrecv. But not a combination of all the three. If you make the code for the same it will be helpful. Need for this project=== some channel nos on my tv are 4 digits. It is very difficult to press 4 keys. So my plan is to press only 1 key tv remote and my controller will send desired 4 distinct key codes to tv by sending cancel command to my 1st command press by me on my tv remote
@VayunEkbote
@VayunEkbote 4 года назад
My remote gives a different codes each time for the same button
@johnmacd2001
@johnmacd2001 6 лет назад
great project. Why are you using an arduino and the ESP8266 nodemMCU? Can't you do all this with just the ESP8266 NocdeMCU?
@Grensom
@Grensom 6 лет назад
johnmacd2001 Yes I will probably put up an Updated Video doing this
@cookieemonstah
@cookieemonstah 5 лет назад
I've tried using the LCD screen but it needs like 11 pins, right? Whew...
@ayhamkattan3947
@ayhamkattan3947 4 года назад
I don't understand how the transmitter work without selection his pin
3 года назад
Each button of my air conditioner and TV remote is worth more than 1. what could be the reason?
@lendeamihaela
@lendeamihaela 3 года назад
Ir led not working. I try with an other code and work, but it's not what I need. Can you help me?
@jackraven8711
@jackraven8711 2 года назад
hey, just wondering if you ever sorted this out? as i have the exact same issue.
@Eloy_Antony
@Eloy_Antony Год назад
Sending pin /pin 3. is not in the ir send code?
@dewisugihartiningrum5500
@dewisugihartiningrum5500 Год назад
i have same curiosity too
@adamszuczynski2786
@adamszuczynski2786 4 года назад
thanks man
@habiburfalioglu
@habiburfalioglu 5 лет назад
hi, we use the 3.pin for the transmitter, or where we can change the pin number, thanks.
@markusaurelius4015
@markusaurelius4015 3 года назад
@Federico Blum you’d have to go into the IRremote library itself and change it there. You can trace through it yourself. For example, your code likely includes IRremote.h So look in that header file. You should see a section on “sending.” It’ll probably reference a “.cpp” so go into that. You should see references to using pin 3 there.
@alexflorin04
@alexflorin04 4 года назад
Hey, I have a 2ohm rezistor and that's all I have right now, can I use it instead of the 100 ohm one?
@fahadahmed480
@fahadahmed480 3 года назад
nice
@adithyagj8289
@adithyagj8289 5 лет назад
Thanks a lot It was very useful But if I hold the button continuously the screen displays only Fs Could you help me out
@zacgreene9425
@zacgreene9425 5 лет назад
FFFFFFF just means that it is detecting the same button being pressed multiple times, the other numbers/letters are the hex values
@hayderqaso5232
@hayderqaso5232 3 года назад
it's working thanks 🔥🔥🔥
@allenpallath
@allenpallath 5 лет назад
Can I use a 2pin ir receiver for the same??
@user-tz6xm3yk3u
@user-tz6xm3yk3u 8 месяцев назад
Can someone make this for a raspberry pi as well?
@sameerk12982
@sameerk12982 4 года назад
Can you please tell me where is IRremote.h file?
@w.schumann4372
@w.schumann4372 3 года назад
Press Ctrl + Shift + I to open up the library manager and search for the IRremote library, then install version 2.8.0.
@aayushyeola9879
@aayushyeola9879 Месяц назад
@@w.schumann4372 thanks for the version info, wasted my 2 hrs debugging an error that never existed. Thanks
@megasko590
@megasko590 4 года назад
great video
@shrinidhiachar8790
@shrinidhiachar8790 4 года назад
Which version of arduino ide are you using??
@pranavsundriyal1251
@pranavsundriyal1251 4 года назад
Can u please tell me why you wrote", 32" after writing each remote code?
@Grensom
@Grensom 4 года назад
Pranav Sundriyal The 32 is to show the size of the hex value. So for something like 0x24A54F33 each hex digit contains 4 bits. So 8 digits x 4 bits equal a total of 32 bits
@angooparsons
@angooparsons 6 лет назад
Could you make this with a micro bit?
@tvjmohan
@tvjmohan 4 года назад
nice brother....
@DanielHernandez-op4fl
@DanielHernandez-op4fl 3 года назад
Wonderful ! Lo ve it
@firdoshdiakus4841
@firdoshdiakus4841 3 года назад
Where is the connection between the Rx and Tx board???????????????????????
@Klagerh
@Klagerh 2 года назад
LIKEEE , COOOOL !!!!!
@_emanmodnar
@_emanmodnar Год назад
A nice tutorial … really annoying with music in the background!
@joakimjocka8022
@joakimjocka8022 5 лет назад
Can the ir transmitter be any led or it is specific
@jonathanpini
@jonathanpini 4 года назад
an ir transmitter is not an LED it has to be a transmitter
@777kinev
@777kinev 4 года назад
Куда светодиод подключить?
@Gudspella
@Gudspella 4 года назад
This is useful with pc monitors right?
@tyronedeshaun7717
@tyronedeshaun7717 4 года назад
If you have a remote for it, yes.
@earlsnider4377
@earlsnider4377 6 лет назад
Hello thanks for video but I'm getting an error exit status 1 Error compiling for board Arduino/Genuino Uno. What am I doing wrong here?
@user-pj6uj9mw6o
@user-pj6uj9mw6o 3 года назад
My ir sender is not working
@bestjerk
@bestjerk 4 года назад
volume up the music please i can still hear u
@ARTTM143
@ARTTM143 6 лет назад
You’re one handsome guy
@marcoantoniobatista5564
@marcoantoniobatista5564 5 лет назад
thanks! minus one Indian vid to watch
@shrinidhiachar8790
@shrinidhiachar8790 4 года назад
I can't compile the sketch
@AsratMengesha
@AsratMengesha 6 лет назад
Using IR Signals to Control TV 4,963 views I appreciate the technology: Infrared, Xray, MRI and other similar thechnologies. But, I discourage the dumbization theories, such as infrared light ...etc.the empty fiction theories (Infrared is just above red light???) , Infrared from the sun???? fuck that lie. Thanks. We know light is not electromagnetic for electromagnetic signal is man made technology signals. Communication is not light technology, communication /remote control...is just result of technology.
@w.schumann4372
@w.schumann4372 3 года назад
The only "dumbization theory" here is the one you presented good sir.
@nikomose
@nikomose 8 месяцев назад
10/0
@matthewfogel8447
@matthewfogel8447 5 лет назад
every time it prints 3 lines of FFFFFFF, every once in a while it will be something else but rarely. what should I do?
@adithyagj8289
@adithyagj8289 5 лет назад
Matthew Fogel hifi same problem Good to know I’m not alone
@matthewfogel8447
@matthewfogel8447 5 лет назад
@@adithyagj8289 I've tried to look it up too and I can't find anything. I'm guessing the receiver module is just bad quality :(
@cmkee6645
@cmkee6645 5 лет назад
wrong data pin connected?
@matthewfogel8447
@matthewfogel8447 5 лет назад
@@cmkee6645 no its all connected properly
@matthewfogel8447
@matthewfogel8447 5 лет назад
@@adithyagj8289 were you ever able to find a solution? im still stuck
@rozberry8867
@rozberry8867 4 года назад
Really annoying music.
Далее
Using IR Remote Controls with the Arduino
35:28
Просмотров 932 тыс.
Bike Challenge
00:20
Просмотров 14 млн
ПРИКОЛЫ НАД БРАТОМ #shorts
00:23
Просмотров 1,9 млн
The SECRETS That Make Your Phone ACTUALLY Work
16:25
Просмотров 373 тыс.
DIY Home Security - ON A BUDGET!
9:12
Просмотров 5 млн
Hacking a weird TV censoring device
20:59
Просмотров 3,1 млн
Fast Hacks #16 - Clone Infrared Signals with Arduino
5:45
HACKED!: Speaker System gets an IR Remote
6:24
Просмотров 450 тыс.
6 Horribly Common PCB Design Mistakes
10:40
Просмотров 194 тыс.