hello, thanks for sharing. In addition to this code, for example, when a 5th button is pressed on the remote control, I want the 4th led to light up and turn off after 1 hour. I tried to write the code using millis, but I could not succeed. I will be glad if you help
sir aapka replay wala cod sahi dalne ke liye thenks meine kar liya meine to 6 relay ki try ki ho gayi 10relay Tak ho sakta Hena sir atmaga me program as isp se ho jayega?
Not just 1,2,3&4 buttons to turn on the individual loads. I wasn't to use button 5 or power button to turn on/off all the loads at the same time. What code changes do I need to make? I'm not good at programming. Please help me with this.
Great video! I thought i finally was home free, not! I cant seen to get my relays to triger. I've got the remote codes for each button iR sensor detects signal (blinks) The relay can trigger on once the program is loaded (separate 12v supply) But after asigning the sensor pin (7) and the digital outputs to the relay board 22, 23, 24, 25 etc. MEGA 2560 The 4 relays trigger once the cod eis uploaded I can't get them to triger by remote. Any help would be gretly appreciated! 😓😕
In the void setup you can make all the digital pins LOW which are connected with relays. void setup() { pinMode(13, OUTPUT); pinMode(12, OUTPUT); digitalWrite(13, LOW); digitalWrite(12, LOW); }....
@@TechStudyCell Thank you for your response. But It's not working. When I am giving power the relay on automatic. This is a problem, coz if electricity goes off, then after comming electricity all switches on. It may happen when sleeping! Would you please update the complete code ☺?
First I'm going to tell you Thanks And I have one doubt if I wants make relay on when remote button is pressed and it has to turn off when I reased preesed button immediately please can you tell me the coding
Awesome video thanks for sharing, Can you help me with a project I'm working on, I built an LED strip 7segment and its controlled with 4 buttons (reset, play, pause/play, stop) How can I add a function to be able to use a remote and buttons at the same time? Thanks
Can you please add one more thing here : instead of giving separate power supply to aurdino and relay if you add a stepper to it so it will be a complete finished product, can you do that and put one video
@@TechStudyCell Thank You but can you check this link and say it works or not ! Don't worry its not a scam link. www.himalayansolution.com/product/ir-reciver-sensor-module
For complete project details *(circuit + Arduino code)* visit ► easyelectronicsproject.com/arduino/arduino-ir-remote-control-relay/
Very good explanation sir
Good project sir!
hello, thanks for sharing. In addition to this code, for example, when a 5th button is pressed on the remote control, I want the 4th led to light up and turn off after 1 hour. I tried to write the code using millis, but I could not succeed. I will be glad if you help
sir aapka replay wala cod sahi dalne ke liye thenks meine kar liya meine to 6 relay ki try ki ho gayi 10relay Tak ho sakta Hena sir atmaga me program as isp se ho jayega?
Not just 1,2,3&4 buttons to turn on the individual loads. I wasn't to use button 5 or power button to turn on/off all the loads at the same time. What code changes do I need to make?
I'm not good at programming. Please help me with this.
Useful and very good project 👍
Thanks 😊
Great video! I thought i finally was home free, not! I cant seen to get my relays to triger.
I've got the remote codes for each button
iR sensor detects signal (blinks)
The relay can trigger on once the program is loaded (separate 12v supply)
But after asigning the sensor pin (7) and the digital outputs to the relay board
22, 23, 24, 25 etc.
MEGA 2560
The 4 relays trigger once the cod eis uploaded
I can't get them to triger by remote.
Any help would be gretly appreciated! 😓😕
If using Airtel remote will it function for both lights and settop box ??
Thank-you for this, clearly explained and I'm sure I will be using what I have learnt from you.
Thanks for the feedback..
Very nice video
Bhai ky yeh nodemcu ke sath bhi kiya ja skta h ya nhi
Agar haa
To please make video
sir thanks for the video ,but ir remote library by shirriff is not avilable pl help,thanks
Under the library icon on the left hand side or in the menu if you search IR Remote, I was able to locate it today.
Dear, you explained very good. Need help from you. What changes should to do for off the relay initially when power given.
In the void setup you can make all the digital pins LOW which
are connected with relays.
void setup() {
pinMode(13, OUTPUT);
pinMode(12, OUTPUT);
digitalWrite(13, LOW);
digitalWrite(12, LOW);
}....
@@TechStudyCell Thank you for your response. But It's not working. When I am giving power the relay on automatic. This is a problem, coz if electricity goes off, then after comming electricity all switches on. It may happen when sleeping! Would you please update the complete code ☺?
@@TechStudyCell Now It's working. I have given "digitalWrite(7, HIGH)" now It's fine ☺
F. Rahman thank you all of you . Same thing happened to me now ok😀😀
First I'm going to tell you Thanks
And I have one doubt if I wants make relay on when remote button is pressed and it has to turn off when I reased preesed button immediately please can you tell me the coding
how many volt capasitor need
Sir how much range it has
thanks
Welcome
Thank you sir
Thanks Thanks 🙏👍 good
Awesome video thanks for sharing, Can you help me with a project I'm working on,
I built an LED strip 7segment and its controlled with 4 buttons (reset, play, pause/play, stop)
How can I add a function to be able to use a remote and buttons at the same time?
Thanks
Can you please add one more thing here : instead of giving separate power supply to aurdino and relay if you add a stepper to it so it will be a complete finished product, can you do that and put one video
Which relay we have to use? 5v or 12v
Any relay module. But here control signal voltage will be 5v
In this project manual control can add??
yes. will make video on that.
@@TechStudyCell ok thank u sir .. I am waiting for your video..
can you explain about the supply part of 5v and 12v
5V for arduino, and 12 volt for relay module. if you use 5v relay then you can use single 5V supply.
hi can i use this code for esp32 ?
I have recently made videos on ESP32 IR remote. Please check that video
Bhai is jaga esp8266 use kar sakte kya
You have to find IR remote library for esp8266 and change the code accordingly.
how to wire. replay with lights
BHAI YEH WAALI LIBRARY AVAILABLE NAHI HAI.KYA AAP CODE ALAG SE DE SAKTE HAIN
I couldn't able to get the serial number plz guide me
you can made without IC/arduino? and control 3V output not 220v?
You can refer the following video:
How to make Remote Control Switch at Home on breadboard
th-cam.com/video/HLCgMj8GS80/w-d-xo.html
if any ir remote can use ? or need choose the signal ?
Any IR remote can be used. Pls follow the steps as shown in the video.
Can I use IR Reciver Sensor Module instead of TSOP 1738 IR Receiver because i couldn't find it in my country. Please respond fast
Yes. Other IR receiver sensor module can be used. But don't use only IR led. Thank you.
@@TechStudyCell Thank You but can you check this link and say it works or not ! Don't worry its not a scam link. www.himalayansolution.com/product/ir-reciver-sensor-module
Not 100% sure. But it should work.
Total cost kitna padega
what are the pin configuration for arduino UNO
Same pin can be used for Arduino uno. Just while uploading the sketch, select the board as Arduino Uno
Sir can you provide ckt digram
Can we skip the capacitor?
Yes.
@@TechStudyCell
Ok, Thank you👍
Will the code work with any other chip???
Please follow the steps shown in the video. You can use any IR remote.
Achha video hai par Hindi me ek video banaye plz
100uf capacitor what volt?
Above 16v
How can arduino code upload arduino board,? making vedio sir...
Fan dimmer aur bulb switch ka video bno with ir receiver arduino
Sure..
Hey how to get com 5 in the port
After connecting the Arduino with pc you have to select the port. The port can be COM 4, 3,5 ,8 any other number.
@@TechStudyCell have u manipulated the main code in the irdemo section
When i am uploading the main code i m getting error "problem uploading to board"
First you have to download the library as shown in the video. Then Select the proper Arduino board and upload the code
@@TechStudyCell i followed the exact same steps as shown in the video, but then to i am not able to upload it
Bai &result galt batata he
CODE NOT WORKING DEAR...
First you have to get the hex code from IR remote. Then change the hex code in code.
Code is not compile
You have to download the required Arduino library. Then the code will compile. Please follow the steps as soon in video
Would you please response to my question?
Replied
@@TechStudyCell send that video sir without editing (side heading)..... Helpful for my csp Project.....