I tried and and have to say it works but please use ir led which is used for remotes. Other ir led will not have the same wavelength/power output and have really close range like 1cm. I was stuck due to this for days until I usedir led from an old TV remote
Someone hacked our GitHub and reached out for ransom which we could not afford and hence we lost all our repos. It is now a very tedious task for us to build repos for more than 50 videos again. Hope this makes sense.
Thanks for the video! while sending you specified 36khz in the parameter: how to guess this value as the usual one is 38khz? I don't really understand the need for the transistor to control your led? I would appreciate if anyone has an idea.
The best way to switch a charge, such as an LED or another component, is using a transistor, which works like an electronic switch. The reason for this is that the current to saturate the base of a transistor is much lower than the supply current for an LED, which means it does not overload the microcontroller.
Great tutorial, thanks a lot sir, hat's off, it works great for me, even without transistor( short range though). The only problem is, i have a buzzer in my AC unit, so everytime it turns on or off, it makes a sound, I'm looking for a solution to stop it 1- stop the infrared from transmitting (using IDE code) which is the best solution. 2- adding a current reader in the unit, and make it communicate wirelessely. 3- removing the buzzer from the unit ( not keen on this solution. What would u advise me? Thanks again, like and subscribtion from Algeria.
codes work with my TV (with modifcation ofcourse) but not with the AC. I couldn't find a way. it might be the spectrum of the led. i need a powerful one i guss.
Hi CTech its an awesome video dear, I've implemented the project but the IR is not lighting with Pin3, although it lid with Pin 13 in the Blink sketch! Any suggestion? Thanks...
Thanks for taking the time and effort in making the video, it was very helpful. One thing I would like to ask is why are we using a transistor? Would having the IR LED plugged to GND and having Arduino control the +VE pin to the LED work? I'm afraid I don't have any transistors lying around =(
Hello, Thank you for the great video! I was able to read the IR commands and then send them back out okay. But my swamp cooler uses the same commands to turn it on and off. I have tried changing your code with no success, I want the code to be sent out only once, when there is a change. I will assume the swamp cooler is always off when starting. Any ideas would be appreciated. Thanks, Bryan
Well that's because of the advancement of the controller. Each temperature value has its own raw data. therefore we need to assign and have a track of what temperature it is and assign its values.
Dear Sir, nice video. very useful. My question is , can I control 2 different ac with one Uno. What should be the change in program, and which 2 output pins do I have to use?
Actually I have 2 ac in 2 different rooms. I want to ensure that only one is cooling, goes to fan mode, then next room ac to cool, goes to fan mode. This to repeat every 10 minutes, so that my house wiring is not loaded with both ac cooling at the same time... Is it possible to use two IR Transmitter to achive this, then how to tell the specific transmitter to send signal, one after other at gap of 10 minutes.....I hope I am clear
Buenos dias, tengo un problema cuando trato de subir el Sketch me arroja exit status 1 Error compilando para la tarjeta DOIT ESP32 DEVKIT V1. muchas gracias
Thank you for the great video, I want to control the air conditioner using nodemcu (esp8266) but it shows me that the code is not compatible, what is the problem?
I have been wanting to create a home automation system, I think, your guide would be a nice start to dive into Arduinos and RPi. By the way, can I attach RTC module and turn on the AC and the temperature control only in the evening, off before I wake up? Any pointers? Cheers, from another guy living in a dastardly hot region.
Hi sir, I copied and pasted the IR_code_Receive code into the Aduino software but when I tried to verify I got this notification: IRLib2:8:10: fatal error: IRLibRecvPCI.h: No such file or directory #include ^~~~~~~~~~~~~~~~ compilation terminated. exit status 1 IRLibRecvPCI.h: No such file or directory and I couldnt uplod the sketch. What am I doing wrong? thank you
Hey CTech I love your videos. Could you please make a video about switching one of those cheap mini-cube cameras via microwave doppler sensor rcwl 0516 and connect it to lora point to point to get a message if picture was made? Maybe even with the rcwl modul connected to the camera wirelessly so an object is detected by the rcwl, sends a signal to the camera and the camera makes a photo from another position than the rcwl?
Hi sir, I had tried the hardware and coding about 3days….. and why my arduino ide keep looping the data temperature = 31 C AC switched ON….. but my aircond is not functioning even when the temperature cold down below 20 C then the aircond also not functioning……why? Is it working for all brand aircond? Can sir help to do one video about universal remote control for all brand aircond ?
@@CETech4u I went through the instructables and you said the base of the transistor is connected via the resistor can you help me get that, does it mean the base is connected to a terminal of the resistor and the other end of resistor to the the arduino pin 3. Because I actually heard you say the base is connected to the arduino pin 13 so am quite confuse. If you can kindly help me out
Very helpfull! Thanks so much keep going..!!!😉😉😉 Edit:This uses to much ram from microcontroller can we make something about it or not? (Problem solved...PROGMEM!)
Thanks bro. Your project is exactly what I dreamed of doing first with Adruino.
I tried and and have to say it works but please use ir led which is used for remotes. Other ir led will not have the same wavelength/power output and have really close range like 1cm. I was stuck due to this for days until I usedir led from an old TV remote
Hola, tendrás el código de este video? Puedes compartirlo!
Thank you so much!!! Now, I can remote my samsung AC!! Your library is awesome !!
are you serious? I can't remote my Panasonic AC
@@a.nurafika9507 Samsung AC and Parasonic AC use different communication methods and codes, so this library seems to be only Samsung AC.
@@조성현-v5u Oh oke, tqu. can you tell me recomended library for panasonic?
수신된 값이 자꾸 2개로 나오는데 혹시 해결방법을 아실까요 ㅠㅠ
tienes los codigos de este video? podras compartirlos porfavor!!
thank you very much, speaking here from Brazil
great tutorial, but unfortunately github link is not available any more.. can you please send the new link
Hi bro. Unfortunately code page is not available anymore (404). Where can I get the sketch for this project?
Git hub link not working
The entire github account vanished, it seems.
GREAT !!!! you help me very much ! it took 3 minutea with your help abd code THANKS !!!
how to change the declaration of transmitter pin
But doesn't the signal to turn on the AC just keep looping and the AC keeps turning ON and OFF, since the code is in a loop?
The remote decoder is not available anymore. I can't find it in GitHub. Please help
Someone hacked our GitHub and reached out for ransom which we could not afford and hence we lost all our repos. It is now a very tedious task for us to build repos for more than 50 videos again. Hope this makes sense.
Hi, as people have said for the past few months, the git is no longer available. If possible please make it available again. Thank you
Thanks for the video!
while sending you specified 36khz in the parameter: how to guess this value as the usual one is 38khz?
I don't really understand the need for the transistor to control your led?
I would appreciate if anyone has an idea.
The best way to switch a charge, such as an LED or another component, is using a transistor, which works like an electronic switch. The reason for this is that the current to saturate the base of a transistor is much lower than the supply current for an LED, which means it does not overload the microcontroller.
Great tutorial, thanks a lot sir, hat's off, it works great for me, even without transistor( short range though).
The only problem is, i have a buzzer in my AC unit, so everytime it turns on or off, it makes a sound, I'm looking for a solution to stop it
1- stop the infrared from transmitting (using IDE code) which is the best solution.
2- adding a current reader in the unit, and make it communicate wirelessely.
3- removing the buzzer from the unit ( not keen on this solution.
What would u advise me?
Thanks again, like and subscribtion from Algeria.
hii do u still have the github code? bcs the channel's github is hacked and they dont have it anymore but i want to make this....
codes work with my TV (with modifcation ofcourse) but not with the AC. I couldn't find a way. it might be the spectrum of the led. i need a powerful one i guss.
is your library support all brands of AC?
Hello, nice project. your GitHub Link don´t work. Can you fix it please?
No limiting resistor for the LED?
Hi CTech its an awesome video dear, I've implemented the project but the IR is not lighting with Pin3, although it lid with Pin 13 in the Blink sketch! Any suggestion? Thanks...
I tried this but I get always missing data. Do you have an idea about this?
can you show the AC trun on Video?
Thanks for taking the time and effort in making the video, it was very helpful.
One thing I would like to ask is why are we using a transistor? Would having the IR LED plugged to GND and having Arduino control the +VE pin to the LED work? I'm afraid I don't have any transistors lying around =(
It might work, but not for long
Hi can you make video 24hrs timer on and off. ir emitter via andruino
Hey men.
Can you do the same video but with ESP32 module?
Please send github link
Great tutorial ...git not found
Hello,
Thank you for the great video!
I was able to read the IR commands and then send them back out okay. But my swamp cooler uses the same commands to turn it on and off. I have tried changing your code with no success, I want the code to be sent out only once, when there is a change.
I will assume the swamp cooler is always off when starting.
Any ideas would be appreciated.
Thanks,
Bryan
hii do u still have the github code? bcs the channel's github is hacked and they dont have it anymore but i want to make this....
Hey akarsh,your github link isn't working now i cant access the code and libraries
What is the name of the led model…is it TSOP1738?
Don't you need a current limiting resistor on the IR diode?
You could add one
just show the code. could you share trun ON or OFF. i want to see it?
Thanks for the amazing tutorial. But the range of my IR LED is very short. How can i improve the range? Any circuit for the same?
You can use transistor. It will make the range longer. There are several kinds of transistor, so look carefully and buy.
@@조성현-v5u thank you for reply. Please can you recommend any specific type of transistor? or any specific name?
@@comedyindia7991 You can try TR 2N5551, or any transistor.
anybody know where the pin 3 connected to the IR LED is declared? can't seem to find it. or is it a default setting?
same question for me
Cómo lo resolviste ?
I am having a problem. I'm getting different IR codes for the same button when I press at different times. What could the reason be?
me too
Well that's because of the advancement of the controller. Each temperature value has its own raw data. therefore we need to assign and have a track of what temperature it is and assign its values.
Dear Sir, nice video. very useful. My question is , can I control 2 different ac with one Uno. What should be the change in program, and which 2 output pins do I have to use?
Actually I have 2 ac in 2 different rooms. I want to ensure that only one is cooling, goes to fan mode, then next room ac to cool, goes to fan mode. This to repeat every 10 minutes, so that my house wiring is not loaded with both ac cooling at the same time... Is it possible to use two IR Transmitter to achive this, then how to tell the specific transmitter to send signal, one after other at gap of 10 minutes.....I hope I am clear
@@shiftponda6835 prepare two arduino board and pair using wifi.
Great project. One question. Why use a transitor to control the IR? It´s not possible connect direct to the port using only a resistor?
Buenos dias, tengo un problema cuando trato de subir el Sketch me arroja exit status 1
Error compilando para la tarjeta DOIT ESP32 DEVKIT V1. muchas gracias
Thank you for the great video,
I want to control the air conditioner using nodemcu (esp8266) but it shows me that the code is not compatible, what is the problem?
How do you define that pin 3 is for the transitor? In the code?
hii do u still have the github code? bcs the channel's github is hacked and they dont have it anymore but i want to make this....
Thank you very much for this helpful and easy to understand video...appreciated.
Do like the video and subscribe to the channel!
hii do u still have the github code? bcs the channel's github is hacked and they dont have it anymore but i want to make this....
Can we use IR led white instead of blue?? Why are you use that smaller one?
Is it working for all AC??
The code needs to be changed for each AC
I have been wanting to create a home automation system, I think, your guide would be a nice start to dive into Arduinos and RPi. By the way, can I attach RTC module and turn on the AC and the temperature control only in the evening, off before I wake up? Any pointers? Cheers, from another guy living in a dastardly hot region.
Yes you can definitely do that!
is it necessary to add a transistor on IR led circuit?
Hi sir, I copied and pasted the IR_code_Receive code into the Aduino software but when I tried to verify I got this notification:
IRLib2:8:10: fatal error: IRLibRecvPCI.h: No such file or directory
#include
^~~~~~~~~~~~~~~~
compilation terminated.
exit status 1
IRLibRecvPCI.h: No such file or directory
and I couldnt uplod the sketch. What am I doing wrong?
thank you
you need to add the library IRLibRecvPCI.h with the given link, but the link is not woking
can you give me a code for changing the temperature limits automatically at night
Hey CTech I love your videos.
Could you please make a video about switching one of those cheap mini-cube cameras via microwave doppler sensor rcwl 0516 and connect it to lora point to point to get a message if picture was made?
Maybe even with the rcwl modul connected to the camera wirelessly so an object is detected by the rcwl, sends a signal to the camera and the camera makes a photo from another position than the rcwl?
I need programing of this automatic arduino ir remote control
Your Github page is not working
3:17 "to 3rd part"?? what is to?
Link is down.. Can u reupload it pls?
bro where is the link of schmitt trigge
hiii, not found git hub repository
Hi sir, I had tried the hardware and coding about 3days….. and why my arduino ide keep looping the data temperature = 31 C AC switched ON….. but my aircond is not functioning even when the temperature cold down below 20 C then the aircond also not functioning……why?
Is it working for all brand aircond?
Can sir help to do one video about universal remote control for all brand aircond ?
Replace loop code with this: if (Serial.read() != -1) { mySender.send(rawDataOn,RAW_DATA_LEN,36); Serial.println(F("Sent signal."));}
The above code will send a signal on demand , it do function I've used the code below
if (temp > 29) {
Serial.println(F("AC Switched On"));
}
else if (temp < 26) {
Serial.println(F("AC Switched Off"));
}
You have to change the code for each AC brand
ur github can't open,why?
when i tried to go to the github link it sowed me an 404 error
Hi Bro , I tried this with Panasonic AC. I am able to receive the signals and also I can send. But the AC is not responding. What I am doing wrong?
The receiver program is not working for Panasonic. I got diff receive program and it is working with your sender program. Thanks bro
@@ahavagowtham963hi bro.... can u share the receiver program code....
great concept, is there a way by which you can get feedback from AC unit that its been turned on/off or not?
You will have to add a current sensor to the AC then connect it wirelessly to the arduino.
Your git is not found ....
You are quite fast with your connection steps kind of making someone confuse, the connection of the base and resistor. You mixed the whole process up
That is why I provide a detailed self paced instructables article link in the video description
@@CETech4u I went through the instructables and you said the base of the transistor is connected via the resistor can you help me get that, does it mean the base is connected to a terminal of the resistor and the other end of resistor to the the arduino pin 3. Because I actually heard you say the base is connected to the arduino pin 13 so am quite confuse. If you can kindly help me out
Has anybody been able to get this to work on an ESP32? (Error compiling for board ESP32 Dev Module.)
i can not access GitHUB Code
i tried thirteen videos but none worked but his did
Do consider subscribing for more!
wow, nice video
Hi
Can i get hex code from receiver? ?
Very helpfull!
Thanks so much keep going..!!!😉😉😉
Edit:This uses to much ram from microcontroller can we make something about it or not?
(Problem solved...PROGMEM!)
Please explain, im using 60% of UNO's memory
@@meddjihed9108 problem solved with progmem library very useful of handling RAM!
@@alkisgerokounas I'll check it out, thanks man.
@@meddjihed9108 sent me an email to sent you an example if you want
@@alkisgerokounas sure, it's "meddjihed@gmail.com" thanks a lot, I appreciate it
I have also createdthis type of projects. I came here how u created . Which is same as mine..
U deleted ur GitHub ?
THANK YOU SO MUCHHH
I can't remote my Panasonic AC
Interesting...
Bro I need the code
beautiful accent
Hindi me bolte to or Acch lagte
useless no code on github
very bad video please dont make more videos
Very bad nothing will run dont follow him
I'm having issue while importing Library for IRLibRecvPVC.h can anyone help with that?
myReceiver.setFrameTimeout(100000); im receiving a warning: large integer implicitly truncated to unsigned type [-Woverflow]
Anyone made this work with domoticz?
Your Github page is not working