How to hack any IR Remote using arduino.

  Рет қаралды 125,668

Cooltronics

Cooltronics

Күн бұрын

Пікірлер: 130
@tancelrajthangaraj3971
@tancelrajthangaraj3971 5 жыл бұрын
i dont have any intention of offending you but i cant really hear the mic very well i hope you improve on that in the future.But overall your video was great it really helped me in making my own ir realted project thanks
@robdevenney
@robdevenney 7 жыл бұрын
Good video and I honestly don't mean to be rude but the audio is very difficult to hear / understand even with the volume turned up I think you have been too close to the microphone. Just I know the amount of hard work you have put into creating the video and then it being ruined by dodgy audio.
3 жыл бұрын
Each button of my air conditioner and TV remote is worth more than 1. what could be the reason?
@soumitradey8208
@soumitradey8208 5 жыл бұрын
Excellent work thanks. Any idea of bit of a remote like it is not in library....Shown Sanyo in make and 6 digit code
@Cristian-fy7uq
@Cristian-fy7uq Ай бұрын
Which coin battery did u use
@gujarisantamanyugmai
@gujarisantamanyugmai 7 жыл бұрын
You can add the sensor and store in EEPROM.To make it universal remote.
@minhminh5008
@minhminh5008 5 жыл бұрын
why do you use NEC function?
@sweetleaf7751
@sweetleaf7751 4 жыл бұрын
i wonder if You can add a line of code in there to also display a a line of text on what button You pressed like example Source DVD VCR or Game to an oled or LCD
@AsadTheLeo
@AsadTheLeo 6 жыл бұрын
I try it i read the values from universal tv remote, but when I'm sending it back through IR to TV it's not working :(
@dimitriosnikolaidis4385
@dimitriosnikolaidis4385 5 жыл бұрын
same here i sending back and no responce did solve thhe problem thnks
@englishrupe01
@englishrupe01 3 жыл бұрын
Great project....many thanks!
@VeryMuchBlessed
@VeryMuchBlessed 6 жыл бұрын
Cool! Thanks much. Very helpful.
@focomoon748
@focomoon748 3 жыл бұрын
How far is remote control?
@ELMO7TARAMQ8
@ELMO7TARAMQ8 6 жыл бұрын
Brother you don't need all of those resistors you can just use the internal pull up resistor inside the Arduino. Here is a link to show you how: www.arduino.cc/en/Tutorial/DigitalInputPullup
@ErnestCH.
@ErnestCH. 4 жыл бұрын
Ur so genius bro
@Organ18
@Organ18 7 жыл бұрын
Hi my question is how do to handle your remote control device 2 ??
@hasni0125
@hasni0125 4 жыл бұрын
I need to mâke all the bottons on thé remote....is there a schematic for it?
@rickynonato3340
@rickynonato3340 6 жыл бұрын
It doesnt work in Panasonic. AC.. Do you have sample sketch just for the power button?
@therealb888
@therealb888 6 жыл бұрын
Wait are u in India and did you buy a rigol oscilloscope?! How much did you pay for the damn thing? Where fiid you buy it? Which model is it exactly?
@sunnypanchal3783
@sunnypanchal3783 7 жыл бұрын
can I use Attiny 85 for making only one button with IR LED....? I want to send only one code on and off for TV and make it small so i want to use attiny 85 .....
@samsungemployee5243
@samsungemployee5243 2 жыл бұрын
Yeah but what can i do if i dont have the original remote anymore
@thegoldenglasspane957
@thegoldenglasspane957 7 жыл бұрын
Could you do the same with rf.. just say you were to take the values from a garage rf remote and then made an rf transmitter from and Arduino.. is that possible?!!
@ArcanePath360
@ArcanePath360 5 жыл бұрын
Nice and simple. Not exactly a hack, more of a clone, since you didn't alter the original. You could have soldered the resistors on the bottom, and then 3D print a cover for it, perhaps using a thing single layer of PLA for the top that you can push against, marking where the buttons are and their function.
@Z15TEENG
@Z15TEENG 6 жыл бұрын
I have epson interactive pen ,can I change its IR code so it can be used with another epson interactive projector?
@rickynonato3340
@rickynonato3340 6 жыл бұрын
Do you have a sample sketch for panasonic aircon .. on/off switch?
@sweetleaf7751
@sweetleaf7751 4 жыл бұрын
Button 1 works for me but not button 2. i am using your example with 2 buttons for now.
@sanjay706
@sanjay706 6 жыл бұрын
I made the connections and uploaded the code but when I tried it using a button on a bread board it doesn't show the in build led .I'm using ardiuno uno
@MILAPSHAH007
@MILAPSHAH007 6 жыл бұрын
Nice project
@MrBobWareham
@MrBobWareham 6 жыл бұрын
Very nice I have an IR transmitter with three buttons so would like to copy the code to make another one and it looks like you have cracked it thanks for your video
@user-dn9kk9qu5y
@user-dn9kk9qu5y Жыл бұрын
How do I reset the it remote with Arduino
@lorenzlimacher6566
@lorenzlimacher6566 5 жыл бұрын
I don't seem to be able to open the code document... any ideas why?
@elektronikadiy7789
@elektronikadiy7789 7 жыл бұрын
good job thanks mr
@sharathkumarhk4260
@sharathkumarhk4260 5 жыл бұрын
You mentioned about Arduino sleep mode and told to press the button which is connected to second pin. But why second pin any reasons? If I am using Arduino Uno then which button should I press.
@DrZipZwan
@DrZipZwan 4 жыл бұрын
It is setted to PIN 2, into LowPower library, it is complexe if you want to setted the waking button to another Pin. What I want to say that it is not related to the Arduino Board, but to the LowPower Library, so just use Pin 2, as said, and set the rest of your button to the rest of the Pins (D4-D12).
@Andrew-nr1me
@Andrew-nr1me 7 жыл бұрын
Neat video. Can you move the IR LED to a different pin? I don't see where you can define that pin number.
@CoolTroniks
@CoolTroniks 7 жыл бұрын
It's a bit tricky, you cannot directly define pin on the code. you have to edit IRremoteInt.h file in the IRremot library folder. you can change it to pin 9 by uncommenting line number 206 and comment the 207 current line.
@christianvazquez907
@christianvazquez907 7 жыл бұрын
where did u set pin 3 for IR as output in ur arduino code?
@klowirzi
@klowirzi 7 жыл бұрын
good question
@christianvazquez907
@christianvazquez907 7 жыл бұрын
ikr, it's kinda confuse
@DrZipZwan
@DrZipZwan 4 жыл бұрын
@@GabTheAdventurer exactly!!! same for Pin 2 (Wake Button being set in LowPower Libs)
@NR-vf2tk
@NR-vf2tk 2 жыл бұрын
if I'm not wrong, the IR library has already by default set pin3 for the IR Transmitter. Pin 3 has a PWM channel
@enemyenemy2103
@enemyenemy2103 7 жыл бұрын
i have no drones (T5 goolrc) remote control what can i do
@umamehndiratta9998
@umamehndiratta9998 5 жыл бұрын
Ir remote demo example is not in my computer
@king50208
@king50208 6 жыл бұрын
Good can you build a circuit of capture and record and re-transmit at the same time . please help me i search for that circuit
@ChMuhammadImran
@ChMuhammadImran 7 жыл бұрын
Simple and Supper
@MrBobWareham
@MrBobWareham 5 жыл бұрын
how long does the battery last please?
@user-mc6rn6yi7d
@user-mc6rn6yi7d 6 жыл бұрын
can i use it for RC IR Helicopter
@corneliustillman
@corneliustillman 3 жыл бұрын
Hi, I'm wondering if you can help me with a remote pairing project. Please give me a reply, thanks.
@mamidivasudev5988
@mamidivasudev5988 4 жыл бұрын
How many more buttons can we add to this project sir please reply me ... I want to make a remote with 17buttons is it possible
@jessrobinson5019
@jessrobinson5019 5 жыл бұрын
@Cooltronics Anyone know which of the code to use for the second part of the video, where he sends codes out of the IR transmitter? I have a Denon AVR 2313 CI receiver, and have been able to determine the codes that my remote outputs, but haven't been able to get my receiver to do anything (volume up, power off, etc.) when pointing the IR transmitter at it.
@omkarchalke3207
@omkarchalke3207 4 жыл бұрын
Can we use this to make AC remote, my AC remote is damaged and there is no any remote in market of this company, will it work?
@rafaelantoniogomezsandoval3785
@rafaelantoniogomezsandoval3785 4 жыл бұрын
Yes, you can
@mythorganizer4222
@mythorganizer4222 5 жыл бұрын
Can I use Relay module in this project,or will it destroy it?
@muhdiszaki5562
@muhdiszaki5562 7 жыл бұрын
I used the method. it does not work on my LG TV. the TV wouldn't be able to receive the signal from the ir
@Nöööööööööööööööööööööööööööoe
@Nöööööööööööööööööööööööööööoe 6 жыл бұрын
is the led working? you can check it with your smartphone cam if it dont has an IR filter
@anaslabanie471
@anaslabanie471 6 жыл бұрын
very good
@scienceandautomationintami2119
@scienceandautomationintami2119 7 жыл бұрын
what type of ir receiver you used
@harsharanrahkra9410
@harsharanrahkra9410 7 жыл бұрын
what do i do if its sending signals but the tv is not receiving them pls reply fast
@SuhileVlog
@SuhileVlog 6 жыл бұрын
Kept the sound full in my speaker and computer I cannot hear your voice
@osamaelhkem
@osamaelhkem 4 жыл бұрын
شكرااا جزيلاااا ... انت لم تحتكر المعلومه
@scienceandautomationintami2119
@scienceandautomationintami2119 7 жыл бұрын
what type of ir sensor you used
@عبداللهالحوسني-ث4ث
@عبداللهالحوسني-ث4ث 6 жыл бұрын
You have good knowledge .thanks Note: your voice is so low if you can make it louder that's would be great .
@CoolTroniks
@CoolTroniks 6 жыл бұрын
Thanks for watching, i will improve my audio.
@seifahmed31
@seifahmed31 7 жыл бұрын
how to learn the IRsend code ? and should the IRled be connected to pin3 ?
@NR-vf2tk
@NR-vf2tk 2 жыл бұрын
yeap the IR library has already by default set pin3 for the IR Transmitter. Pin 3 has a PWM channel
@ChMuhammadImran
@ChMuhammadImran 7 жыл бұрын
Can reverse be done ? i mean i have a DVD player but i am unable to find its remote , can i make one , when i do not have original remote.
@CoolTroniks
@CoolTroniks 7 жыл бұрын
You need to know the Codes, That's the downside of this project.
@OrenjiMochi
@OrenjiMochi 4 жыл бұрын
Nice
@kamalaacharya5596
@kamalaacharya5596 5 жыл бұрын
What is the meaning of 32
@mridulwig6790
@mridulwig6790 7 жыл бұрын
is it necessary to use 4 pin tactile instead can we use two pin tactile
@CoolTroniks
@CoolTroniks 7 жыл бұрын
yes, you can use 2 pin switch.
@diyhub2986
@diyhub2986 7 жыл бұрын
Can i make this smaller with the atTiny 85?
@f.a3202
@f.a3202 5 жыл бұрын
no it does not work with the tiny85. i already tried that. and i am an advanced programmer
@wellplayedggwp295
@wellplayedggwp295 5 жыл бұрын
@@f.a3202 it does. There are a lot transmitting ir codes using attiny85
@prathamganapathy1734
@prathamganapathy1734 7 жыл бұрын
Can we use 120 ohm resistor instead of 100 ohm resistor
@CoolTroniks
@CoolTroniks 7 жыл бұрын
Pratham Ganapathy yes you can
@torzaa18
@torzaa18 7 жыл бұрын
This might sound stupid, but would the be the same using a car remote
@Ash-vy4dc
@Ash-vy4dc 7 жыл бұрын
if its IR yes
@torzaa18
@torzaa18 7 жыл бұрын
alright thanks :D
@PRASAD-lm7uq
@PRASAD-lm7uq 7 жыл бұрын
Good i like video
@ahmedlz9495
@ahmedlz9495 7 жыл бұрын
can i use an arduino uno instead of that nano and are the code rest the same ??
@CoolTroniks
@CoolTroniks 7 жыл бұрын
Yes you can.
@ahmedlz9495
@ahmedlz9495 7 жыл бұрын
thx bro that video are the best one i found on youtube, good work :)
@ahmedlz9495
@ahmedlz9495 7 жыл бұрын
i have failed it doesn't work can you please make a Schematic with fritzing because i sure i have a problem in installation that schematic you do are very complicated
@genjitakya8466
@genjitakya8466 5 жыл бұрын
Can it be used to control fan?
@DrZipZwan
@DrZipZwan 4 жыл бұрын
yes
@The_Mindful_Scholar
@The_Mindful_Scholar 3 жыл бұрын
code is wrong plz upload real code. IR led does not transmit signal
@andrewcassese3283
@andrewcassese3283 2 жыл бұрын
I heard that the IR Remote Library's latest version (3.x) does not work with example code you find on the internet. Try downgrading to v2.8 or earlier.
@user-sb7tu2ve8h
@user-sb7tu2ve8h 7 жыл бұрын
Really cool :D
@CoolTroniks
@CoolTroniks 7 жыл бұрын
Glad to hear that.
@hoangvantruong2942
@hoangvantruong2942 Жыл бұрын
Can i use arduino uno r3 intead of arduino nano?
@CoolTroniks
@CoolTroniks Жыл бұрын
yes, both are same. cheers
@hoangvantruong2942
@hoangvantruong2942 Жыл бұрын
@@CoolTroniks thanks
@teezzz20
@teezzz20 5 жыл бұрын
The remote seems to work perfectly fine to me, what's the point? I thought this is a video about how to revive broken remotes with arduino...
@aissagasmi4144
@aissagasmi4144 7 жыл бұрын
can this library work with any kind of remot control
@CoolTroniks
@CoolTroniks 7 жыл бұрын
any kind of ir remote. yes.
@lilxanny7511
@lilxanny7511 7 жыл бұрын
what do i do????
@aaron3060
@aaron3060 7 жыл бұрын
can you please provide a code for arduino?
@Dumbc0mment
@Dumbc0mment 3 жыл бұрын
it's not a hack, simple ir learning, you need to have the original remote to copy the code.
@tomsowerby-m7l
@tomsowerby-m7l 10 ай бұрын
How to hack any IR LED Solar PIR Motion Sensor Lamp Outdoor Garden Security Wall Street Light
@vijilsylus5129
@vijilsylus5129 6 жыл бұрын
Why you write 32 in ir.sent comment
@javiaronak
@javiaronak 7 жыл бұрын
can u tell me which Arduino board used it ???
@CoolTroniks
@CoolTroniks 7 жыл бұрын
Arduino Pro Mini. have a great day.
@javiaronak
@javiaronak 7 жыл бұрын
what is a range of remote?
@CoolTroniks
@CoolTroniks 7 жыл бұрын
just like any other remote. about 10 meters
@javiaronak
@javiaronak 7 жыл бұрын
thanks sir
@neak6629
@neak6629 5 жыл бұрын
this INDIA Man who m8 this screwed up so i cant run any codes of INDIA MANS but good tut hope some normal person make a new lib
@Nöööööööööööööööööööööööööööoe
@Nöööööööööööööööööööööööööööoe 6 жыл бұрын
can somebody send the code plz i couldnt open the programm files
@sayantanmaiti2513
@sayantanmaiti2513 7 жыл бұрын
If I use uno,what modification do I need,plz help
@CoolTroniks
@CoolTroniks 7 жыл бұрын
it will work with uno without any modification.
@sayantanmaiti2513
@sayantanmaiti2513 7 жыл бұрын
and what is that 2nd parameter in the sendNEC function, when do I need to change it???
@watch54
@watch54 2 жыл бұрын
your voice so low. i cant hear you.
@mridulwig6790
@mridulwig6790 7 жыл бұрын
how
@arronnunez7230
@arronnunez7230 6 жыл бұрын
A:\Program files\Arduino\Arduino\libraries\RobotIRremote\src\IRremoteTools.cpp:5:16: error: 'TKD2' was not declared in this scope int RECV_PIN = TKD2; // the pin the IR receiver is connected to ^ Multiple libraries were found for "IRremote.h" Used: A:\Program files\Arduino\Arduino\libraries\RobotIRremote Not used: C:\Users\ARREON\Documents\Arduino\libraries\Arduino-IRremote-master exit status 1 Error compiling for board Arduino/Genuino Uno.
@mridulwig6790
@mridulwig6790 7 жыл бұрын
And irsend doesnot name a type error in coding
@CoolTroniks
@CoolTroniks 7 жыл бұрын
I think you need to update you Arduino software.
@PokemonXYZSunMoon
@PokemonXYZSunMoon 7 жыл бұрын
i did it and smoke was produced from my Arduino Nano Atmega 328p
@CoolTroniks
@CoolTroniks 7 жыл бұрын
Pokemon XYZ I'm pretty much sure you did it wrong
@PokemonXYZSunMoon
@PokemonXYZSunMoon 7 жыл бұрын
Cooltronics Yes I checked again and I plugged it in wrong... And when I did it right I got 3 digit numbers in the serial monitor I entered it into your code plugged in a button and IR led and it didn't work
@lilxanny7511
@lilxanny7511 7 жыл бұрын
keep getting Arduino: 1.8.3 (Windows Store 1.8.6.0) (Windows 10), Board: "Arduino/Genuino Uno" IRrecord:25: error: 'IRsend' does not name a type IRsend irsend; ^ C:\Users\komod\Documents\Arduino\libraries\Arduino-IRremote-master\examples\IRrecord\IRrecord.ino: In function 'void sendCode(int)': IRrecord:109: error: 'irsend' was not declared in this scope irsend.sendNEC(REPEAT, codeLen); ^ IRrecord:113: error: 'irsend' was not declared in this scope irsend.sendNEC(codeValue, codeLen); ^ IRrecord:119: error: 'irsend' was not declared in this scope irsend.sendSony(codeValue, codeLen); ^ IRrecord:124: error: 'irsend' was not declared in this scope irsend.sendPanasonic(codeValue, codeLen); ^ IRrecord:129: error: 'irsend' was not declared in this scope irsend.sendJVC(codeValue, codeLen, false); ^ IRrecord:144: error: 'irsend' was not declared in this scope irsend.sendRC5(codeValue, codeLen); ^ IRrecord:147: error: 'irsend' was not declared in this scope irsend.sendRC6(codeValue, codeLen); ^ IRrecord:154: error: 'irsend' was not declared in this scope irsend.sendRaw(rawCodes, codeLen, 38); ^ Multiple libraries were found for "IRremote.h" Used: C:\Program Files\WindowsApps\ArduinoLLC.ArduinoIDE_1.8.6.0_x64__mdqgnx93n4wtt\libraries\RobotIRremote Not used: C:\Users\komod\Documents\Arduino\libraries\Arduino-IRremote-master exit status 1 'IRsend' does not name a type This report would have more information with "Show verbose output during compilation" option enabled in File -> Preferences.
@genjitakya8466
@genjitakya8466 5 жыл бұрын
'IRSEND' does not name a type?
@andrewcassese3283
@andrewcassese3283 2 жыл бұрын
The latest update of the IR Remote library breaks a lot of legacy functionality. Try downgrading to v2.8 or earlier.
@777kinev
@777kinev 4 жыл бұрын
Я не понял куда светодиод подключить
@MILAPSHAH007
@MILAPSHAH007 6 жыл бұрын
Yeeahh
@SoftwareAndHardware2023
@SoftwareAndHardware2023 6 жыл бұрын
email ? muito boa a aula
Using IR Remote Controls with the Arduino
35:28
DroneBot Workshop
Рет қаралды 933 М.
Using IR Signals to Control TV
4:42
Grensom
Рет қаралды 90 М.
Amazing Parenting Hacks! 👶✨ #ParentingTips #LifeHacks
00:18
Snack Chat
Рет қаралды 10 МЛН
отомстил?
00:56
История одного вокалиста
Рет қаралды 4,5 МЛН
小丑妹妹插队被妈妈教训!#小丑#路飞#家庭#搞笑
00:12
家庭搞笑日记
Рет қаралды 35 МЛН
Use any IR Remote w/ WLED
8:57
DrZzs & GrZzs
Рет қаралды 18 М.
Make a TINY Arduino Drone with FPV Camera - Will It Fly?
20:26
Max Imagination
Рет қаралды 954 М.
How to Hack any IR Remote using arduino
11:20
Enjoy Mechatronics
Рет қаралды 15 М.
EEVblog #506 - IR Remote Control Arduino Protocol Tutorial
23:56
Recording and replaying Infrared signals from remote controls
12:53
How To Make Electronics Components Tester
17:16
EASY TECH
Рет қаралды 102 М.
How to make Wireless Control at Your Fingertips: DIY IR Remote Switch
6:51
Decode any IR remote using Arduino | Easy way
6:20
Technoreview85
Рет қаралды 32 М.
how to make universal remote control at your home
6:27
ROBOTICS KANTI
Рет қаралды 257 М.
Amazing Parenting Hacks! 👶✨ #ParentingTips #LifeHacks
00:18
Snack Chat
Рет қаралды 10 МЛН