Sir ap kamal ho. Main ne apka ye project banaya ha. Its awesome. Please is ma eeprom add krna bata dain. Or is ki 5 volt transformer supply b banana sikha dain
here is small mistake in codes, all power off press ke baad sub relays ki value bhi 0 (LOW) karni padegi.. varna 2 times 1,2,3 ko dabane ke baad relay on hogi...
Sir. is program ma Read switch ko please karke ham sabhi aap line ko ek sath OFF kar sakta hai,BUT usi red button ko please karke ak sat ON nahin kar pa raha hai 😕SIR.plz red button ko press karke ek sath on aur ek sath off kar sakta hai, is type ka ek video taiyar kare to bahut achcha hota 👌👌👌👍👍
"" #include #define irPin 3 IRrecv irrecv(irPin); decode_results results; #define r1 5 int relay1 = LOW and HIGH; #define r2 6 int relay2 = LOW and HIGH; #define r3 7 int relay3 = LOW and HIGH; #define r4 8 int relay4 = LOW and HIGH; void setup() { irrecv.enableIRIn(); pinMode(r1, OUTPUT); pinMode(r2, OUTPUT); pinMode(r3, OUTPUT); pinMode(r4, OUTPUT); } void loop() { if (irrecv.decode(&results)) { switch (results.value) { case 33441975: digitalWrite(r1,LOW and HIGH); digitalWrite(r2,LOW and HIGH); //all on//off same case digitalWrite(r3,LOW and HIGH); digitalWrite(r4,LOW and HIGH); delay(250); break; case 33444015: relay1 = ~ relay1; digitalWrite(r1,relay1); delay(250); break; case 33478695: relay2 = ~ relay2; digitalWrite(r2,relay2); delay(250); break; case 33486855: relay3 = ~ relay3; digitalWrite(r3,relay3); delay(250); break; case 33435855: relay4 = ~ relay4; digitalWrite(r4,relay4); delay(250); break; } ""-(sir. Is type ka program likha tha but But avi Kam nahin kar raha hai☹️,कृपया अगर आप मेरी थोड़ी मदद कर सके) irrecv.resume(); } }
Hello sir I have a problem with ardunio .my All appliances are switched off after power resumes at night time .how to over come this problem in home automation projects.plz guide me
Sir agar hum yeh project arduino board k bagher ismain se microcontroller nikal kar vero board per lagana chahain ic ko programme karnay k baad to iska kia method hoga or usko circuit diagram kia hogi.... Plz sir reply... M new on your channel....
Arduino: 1.8.6 (Windows 7), Board: "Arduino/Genuino Uno" C:\Users\Admin\Downloads\IRDecoder\IRDecoder.ino: In function 'void loop()': IRDecoder:27:27: error: 'A90' was not declared in this scope case A90: ^ exit status 1 'A90' was not declared in this scope This report would have more information with "Show verbose output during compilation" option enabled in File -> Preferences.
Sir maine 3 ki jagah 4 12V ki relay pin no 8 pe same circuit follow karke lagai hai par ek problem aa rahi hai. Jab mai koi bhi 2 relay chalu karta hu to 3rd aur 4th relay chalu nahi ho rahi hai. Help please. Thank you.
Sir quick reply me plz.. Sir mera jo appliances control karna he wo alag he cd4017 ic ki tarah.. Me agar 1 press karunga to only 1 on hoga baki sob off rehega.. Me agar 2 press karunga to only 2 on hoga baki sob off rehega.. Sir me apka old subscriber.. Plz sir send me this code..
gd sir in my project all relay fist on when remote key press it work but i need all relay when arduino on then off condition , in my case reverse all relay on after arduino on
Its working sir but one problem pls help me out Everytime the power goes off the relays are default on can it be off for everytime the arduino is power on??
Great job sir. Fully clear explanation. Superb....
Bro I have tried a lot of videos but this was the easiest one. Love u bro
100 times like, best explanation sir.
The best way to explain each and every thing step by step.👍
Hello i need help...my relay is constantly tripping...
Jab bhi mein supply deta hoon tab jor se trip hoti rehti hai andar mein..
Agar mein 12v ki relay ke wajae 5v ka use karoon aur 5v supply mein usi Arduino board se de doon to kya sahi hoga....pls reply?
Kis kis microcontroller kaa use kar ke ye program chalaa sakta hai...
.
4ch.. Keliye Ic minimum size??..
8 chennal keliye kyaa size hona chiea?
sir mujhe agar 8 Channel switch use krna hoga to uska code kya hoga...
If once totally power off the audrino and turn on .offter the power on output condition will be same previously are not?
use another command then it work
Bahut behtarin project Hai Sar
Aapka bahut bahut dhanyvad
Main use kar kar dekh liya
Sar Kisi project ko 5 channel Mein banaa kar dijiye
Sir ap kamal ho. Main ne apka ye project banaya ha. Its awesome. Please is ma eeprom add krna bata dain. Or is ki 5 volt transformer supply b banana sikha dain
sir a 5volt relay set se hoga kiya ?
here is small mistake in codes,
all power off press ke baad sub relays ki value bhi 0 (LOW) karni padegi.. varna 2 times 1,2,3 ko dabane ke baad relay on hogi...
Right
Thank you , very clear even i don't understand your language, I suppose Hindi
praveen bhaai bohot bohot thank you .....
Sir. is program ma Read switch ko please karke ham sabhi aap line ko ek sath OFF kar sakta hai,BUT usi red button ko please karke ak sat ON nahin kar pa raha hai 😕SIR.plz red button ko press karke ek sath on aur ek sath off kar sakta hai, is type ka ek video taiyar kare to bahut achcha hota 👌👌👌👍👍
"" #include
#define irPin 3
IRrecv irrecv(irPin);
decode_results results;
#define r1 5
int relay1 = LOW and HIGH;
#define r2 6
int relay2 = LOW and HIGH;
#define r3 7
int relay3 = LOW and HIGH;
#define r4 8
int relay4 = LOW and HIGH;
void setup()
{
irrecv.enableIRIn();
pinMode(r1, OUTPUT);
pinMode(r2, OUTPUT);
pinMode(r3, OUTPUT);
pinMode(r4, OUTPUT);
}
void loop() {
if (irrecv.decode(&results)) {
switch (results.value) {
case 33441975:
digitalWrite(r1,LOW and HIGH);
digitalWrite(r2,LOW and HIGH); //all on//off same case
digitalWrite(r3,LOW and HIGH);
digitalWrite(r4,LOW and HIGH);
delay(250);
break;
case 33444015:
relay1 = ~ relay1;
digitalWrite(r1,relay1);
delay(250);
break;
case 33478695:
relay2 = ~ relay2;
digitalWrite(r2,relay2);
delay(250);
break;
case 33486855:
relay3 = ~ relay3;
digitalWrite(r3,relay3);
delay(250);
break;
case 33435855:
relay4 = ~ relay4;
digitalWrite(r4,relay4);
delay(250);
break;
} ""-(sir. Is type ka program likha tha but But avi Kam nahin kar raha hai☹️,कृपया अगर आप मेरी थोड़ी मदद कर सके)
irrecv.resume();
}
}
Ye program (coading) kitne size kaa hai??
Remote control switch board banane ke liye software kahan se banao. Arduino Uno software se bana sakte hain
Your project is very greak thank u
Can i connect LCD to this circuit to dispaly which device is working plz help me
Did you try to run this project with external power Supply. Not with laptop or pc usb power. 5 v dc power Supply.
*For the people having problem while compiling the code put a 0x before ur values in the code.*
(IR) based 8 Channel Remote control
If i have the above-mentioned device does then too i need Arduino Uno?
Hello sir
I have a problem with ardunio .my All appliances are switched off after power resumes at night time .how to over come this problem in home automation projects.plz guide me
Remote aur push button Dono
Ek ckt me use kar Sakare hai Kya?
haa kr sakte hai
@@praveendehari
Sir please
Uska video banaiye
If we want to use small leds without AC power, can this work still then without relay
Thank you sir, for this tutorial. Please make one more video of rf remote control.
Sir isme ek samasya ho raha hai ek hi button ko press karne par alag alag decode result mil rahe hai isko kaise thik kare
Sir agar hum yeh project arduino board k bagher ismain se microcontroller nikal kar vero board per lagana chahain ic ko programme karnay k baad to iska kia method hoga or usko circuit diagram kia hogi.... Plz sir reply... M new on your channel....
ha aap yesa kr sakte hai , tutorial 91 ke (jiska link niche hai ) time 3:51 tak ka circuit same hoga
th-cam.com/video/TNpaePxo_fI/w-d-xo.html
Praveen Dehari thank you so much sir... U r nice... 😊
bahut achha sir aap Great hai
Bahut bahut dhanyawad sir ji aapka
Sir I am getting different decode value for the same button of remote... What to do..?
How to store my final value?
Because in case of power off and on all relays goes to 0 state. It's a massive disadvantage of this.
Can someone suggest me where to buy this smps m new in this and kinda confused and share me link of it if possible.. Thank you😇
Sir what will be range of using Tsop 1738
Sir please make a 8 channel relay arduino home appliances circuit with arduino software
Arduino uno ki jagah pe arduino nano use kar sakte hai?
yes
very nice simply awesome bai
Sir 12v relay ki jaga 5v relay use kar sakte hai?
yes
does this circuit could be tested without ac input?
sir, is it. possible to programm 89c2051 by arduino?
Arduino: 1.8.6 (Windows 7), Board: "Arduino/Genuino Uno"
C:\Users\Admin\Downloads\IRDecoder\IRDecoder.ino: In function 'void loop()':
IRDecoder:27:27: error: 'A90' was not declared in this scope
case A90:
^
exit status 1
'A90' was not declared in this scope
This report would have more information with
"Show verbose output during compilation"
option enabled in File -> Preferences.
Sir maine 3 ki jagah 4 12V ki relay pin no 8 pe same circuit follow karke lagai hai par ek problem aa rahi hai. Jab mai koi bhi 2 relay chalu karta hu to 3rd aur 4th relay chalu nahi ho rahi hai. Help please. Thank you.
ho sakta hai aapka 12 v power supply ka power km ho , amp bda dijiye.
@@praveendehari thik hai. Par 1 ya 1.5 amp ka power source use kare to atmega 328p par koi asar padega? Vo damage to nahi hogi na?
koi asar nahi hoga.
@@praveendehari ok. thank you praveen ji. Aapne meri badi help ki. Baho bahot shukriya.
Mera ek aur sawal hai, mai agar arduino ki jagah sirf atmega328p pu use karke yeh project banata hu to 1 amp ka power source laga sakta hu?
Dear sir so thank you.
so nice video.
sir.71.1 me diya huvs code or 71.2 me diya huva code ismese consa code use karna hai
please help me
sir bhiLai mai classes start ho rhi hai kyA
no
great, can i use this code for esp32?
Sir quick reply me plz.. Sir mera jo appliances control karna he wo alag he cd4017 ic ki tarah.. Me agar 1 press karunga to only 1 on hoga baki sob off rehega.. Me agar 2 press karunga to only 2 on hoga baki sob off rehega.. Sir me apka old subscriber.. Plz sir send me this code..
G. Cd 4017 mai Ek bar mai Ek hi led opret hoti h or sabhi band ho jati h ese hi use banaya gaya h
gd sir in my project all relay fist on when remote key press it work but i need all relay when arduino on then off condition , in my case reverse all relay on after arduino on
i found
solution
@@technical_funda_Ajit PLS TELL
@@abcdtricks what surender ji just i just chnge the condition low to high
@@abcdtricks now i just made finger rfid mix and both single single project
Sir...Is code ko upload karne se pahle kuch labrary me dalna ya hatana v parega ?
IRremote library
GREAT WORK ........SIR
Sir I am getting an error is unexpected unqualified id before if
5v DC relay or 12v DC relay for the same project?
yes
@@praveendehari 5v Relay s hoga toh?
Sir is code ke sath ek push button add kijiye..please taki isko remote and push.button dono se hi ho
nice one...but i request you to do some video on wirless sensor and ardunio uno ...
i mean to say using ip camera or CCTV camera..video data or image should be assessed..
programs load ke liye software chahiye. and teeno blub eksaat chaalu rah sakte hai
yes
Sir how to increase range of tsop 1738
Thank you so much sir
My code is successfully run
Thanks
Thanks
Sir break ka function kya hai
Its working sir but one problem pls help me out
Everytime the power goes off the relays are default on can it be off for everytime the arduino is power on??
same is here did u find any solution i tried with toggle also but same condition
i just use another instruction then work ok
It's really work
Very very thanks
Can we use arduino nano instead of Arduino uno???
yes
So we need to change circuit diagram yes or no??
NO
Thanks a lot
sir, TSOP-1738 working with any remote ??
yes
Sir main training lena chaahata hoon. aapake paas training center hai.
By using 6 volt realy using any problem
sir remote ke switch ko decode kaise karte hai wo batao na
th-cam.com/video/EK2r_sofmFE/w-d-xo.html
Is there different code for different remote for this sensor?
Sir LCD display cannect this project code send please 16x2 display
sir copy error message dikha raha hay kya kara sir
sir esme EEPROM ko add karke ek video banaye
plz sir
ok
#include
#include
byte value1;
#define irPin 3
IRrecv irrecv(irPin);
decode_results results;
#define r1 5
int relay1 = LOW;
#define r2 6
int relay2 = LOW;
#define r3 7
int relay3 = LOW;
void setup()
{
irrecv.enableIRIn();
pinMode(r1, OUTPUT);
pinMode(r2, OUTPUT);
pinMode(r3, OUTPUT);
}
void loop() {
if (irrecv.decode(&results)) {
switch (results.value) {
case 33441975:
digitalWrite(r1,0);
digitalWrite(r2,0); //all off
digitalWrite(r3,0);
delay(250);
break;
case 33444015:
relay1 = ~ relay1;
digitalWrite(r1,relay1);
EEPROM.write('r1',relay1);
delay(250);
break;
case 33478695:
relay2 = ~ relay2;
digitalWrite(r2,relay2);
delay(250);
break;
case 33486855:
relay3 = ~ relay3;
digitalWrite(r3,relay3);
delay(250);
break;
}
irrecv.resume();
}
else{
value1 = EEPROM.read(r1,relay1);
digitalWrite(r1,value1);
}
} (1relay) (sampal)
Project
Yes/ no. Answer me
I tried but its range is too low mean 6 inch distance away
Can we do it with 5 volt relay?
yes,ok
yes
aTtiny85 4 channel relay remote kit program video
Nice job sir ji
Excellent video
Compile mein error aa raha hai sir..exit status 1
good sir but i want fan control system
I think You can control fan too because fan need power 220v Ac the same with Light .
Good experience , please make with 5v supply
SMPS kitne (A) ka hona chahiye
1 amp
Thank you
Sir eska programming error bta rha hai
Sir EEPROM ko add karke 3relay ka ek video banaye plz sir !
Slr maine r4 add kiya tha
It's not working
Help me
define r4 also then its work i tried its working
Sir code me error aaraha h
Can I not use relay module 👺
Hello bro I want to know about point IR number?
Example Your code write case 33441975: ? I can find code IR?
When you said "IN" I understood you are not engineer 😂
NOT ABLE TO EXECUTE DEAR.... PL EXPLAIN ITS CONNECTION IN DETAIL
.....
sir relay 1 and 2 are not working please help
check proper connection
SIR NOR WORKING. CAN I CONTACT U VIA MOBILE NUMBER IF U DNT HAVE ANY PROBLEM
email your circuit pic , praveen.dehari5@gmail.com
Sir ur circuit is now working properly.
Sir help me out in adding fan speed control circuit in ur existing 3relay control circuit.
Nice yar
Hi make a 4v to 12v boost Convetor circuit
Please record a video on smart Air Cooler
Thank you.
Phone sa programing karna bataiya
Compilation error hota hai.
verry Nice
Sir, can you make 8channel home control. THANK YOU IF YOU MAKE IT. I AM YOUR SUBSCIBER. PLEASE SIR MAKE IT IN TWO DAYS IF POSSIBLE.
tnx for this video
Arduino 6orka baniya plz.........
Maximum range
Please put video in english
Wrong code
Program rong