Search found 6 matches

by rania-elqadi
Tue Aug 20, 2019 8:37 pm
Forum: IR Protocols & Codes
Topic: send IR signal to AC
Replies: 13
Views: 13866

Re: send IR signal to AC

Finally ! it's works :D :D :D :D :D the word thanks is less than for what you deserve . thanks you very much . i followed your instructions and it's works perfectly.
Now what can i do for the OFF signal how to remove the noise to emit it to the AC.
i'm really grateful for your help.
by rania-elqadi
Tue Aug 20, 2019 3:28 pm
Forum: IR Protocols & Codes
Topic: send IR signal to AC
Replies: 13
Views: 13866

Re: send IR signal to AC

- the sending code #include <IRremote.h> IRsend irsend; void setup() { Serial.begin(9600); } void loop() { // NB: Not all protocols are supported by IRremote or IRLib. You may need to edit the code below manually // Automatically Generated by AnalysIR for info@analysir.com, visit https://www.AnalysI...
by rania-elqadi
Tue Aug 20, 2019 2:39 pm
Forum: IR Protocols & Codes
Topic: send IR signal to AC
Replies: 13
Views: 13866

Re: send IR signal to AC

- sketch to decode the signals : CODE: /* Author: AnalysIR Revision: 1.0 - Initial release Revision: 1.1 - update generic digitalPinToInterrupt to support most arduino platform This code is provided to overcome an issue with Arduino IR libraries It allows you to capture raw timings for signals long...
by rania-elqadi
Tue Aug 20, 2019 1:04 pm
Forum: IR Protocols & Codes
Topic: send IR signal to AC
Replies: 13
Views: 13866

Re: send IR signal to AC

it's still doesn't work :( :( :( :( :(
by rania-elqadi
Mon Aug 19, 2019 11:37 pm
Forum: IR Protocols & Codes
Topic: send IR signal to AC
Replies: 13
Views: 13866

Re: send IR signal to AC

thanks for your quick reply , i tried the modified signal that you has sent it to me but it doesn't work . after while , i used the arduino sketch mentioned in the below link to get my raw signal https://www.analysir.com/blog/2014/03/19/air-conditioners-problems-recording-long-infrared-remote-contro...
by rania-elqadi
Sun Aug 18, 2019 11:14 pm
Forum: IR Protocols & Codes
Topic: send IR signal to AC
Replies: 13
Views: 13866

send IR signal to AC

hello everyone , i'm trying to control my AC split unit using arduino and IR LED (using windows 10) first i used the sketch to get the IR codes for ON and OFF button at 25 degree cold mode : ON button : Decoded NEC: 9E90040A (32 bits) Raw (74): 8900 ,4400 750 ,1500 650 ,550 650 ,550 650 ,1600 700 ,1...