Search found 10 matches

by Lucifer22334
Tue May 28, 2019 5:17 am
Forum: Community
Topic: IR Codes Doesn't Control AC
Replies: 18
Views: 22786

Re: IR Codes Doesn't Control AC

Sorry for the late reply Sir. I will try it and post here if there's any problem.
by Lucifer22334
Mon May 27, 2019 5:02 am
Forum: Community
Topic: IR Codes Doesn't Control AC
Replies: 18
Views: 22786

Re: IR Codes Doesn't Control AC

Hi Sir,

Any NPN transistor will be fine with this IR circuit right?
by Lucifer22334
Fri May 24, 2019 1:20 pm
Forum: Community
Topic: IR Codes Doesn't Control AC
Replies: 18
Views: 22786

Re: IR Codes Doesn't Control AC

Ok so, Please share Link with me, Sir. And if this doesn't work then I think there is a problem with the AC.
by Lucifer22334
Fri May 24, 2019 5:01 am
Forum: Community
Topic: IR Codes Doesn't Control AC
Replies: 18
Views: 22786

Re: IR Codes Doesn't Control AC

You need to put a delay in your Tx code at the end of the 'loop'...otherwise you will overlaod/confuse the IR reveiver in the target device. delay(5000); I will edit out the receive code you posted, as we prefer to keep one location/source for that. Ok, Sir, I will add 5-sec delay in transmitters c...
by Lucifer22334
Thu May 23, 2019 2:33 pm
Forum: Community
Topic: IR Codes Doesn't Control AC
Replies: 18
Views: 22786

Re: IR Codes Doesn't Control AC

Here's the receiver's code: https://www.analysir.com/blog/2014/03/19/air-conditioners-problems-recording-long-infrared-remote-control-signals-arduino/ Here's the sender's Code: /* * IRremote: IRsendRawDemo - demonstrates sending IR codes with sendRaw * An IR LED must be connected to Arduino PWM pin...
by Lucifer22334
Thu May 23, 2019 5:07 am
Forum: Community
Topic: IR Codes Doesn't Control AC
Replies: 18
Views: 22786

Re: IR Codes Doesn't Control AC

Yes that will not give you much range. It looks like the resistor is 220R. You could change that to 100R or even 68R on a 5V Arduino. Using a transistor to drive the IR LED will increase the range a lot. There are several posts on our blog & google about this. As you said I created the same ckt...
by Lucifer22334
Mon May 20, 2019 1:21 pm
Forum: Community
Topic: IR Codes Doesn't Control AC
Replies: 18
Views: 22786

Re: IR Codes Doesn't Control AC

Here's the image of the IR transmitter I am using. Ok, I will try doing IR LED close to the AC receiver.

Image

I have tried taking it close to the AC receiver but it didn't work.
by Lucifer22334
Mon May 20, 2019 12:25 pm
Forum: Community
Topic: IR Codes Doesn't Control AC
Replies: 18
Views: 22786

Re: IR Codes Doesn't Control AC

OK - I loaded the second signal you posted above into AnalysIR, which didnt recognise it at first, but once I used the 'clean' feature it then deocoded OK Here is the corrected signals: /* Automatically Generated by AnalysIR - Batch Export Utility Registered to: xxxxxxxx Session History Type : Key ...
by Lucifer22334
Mon May 20, 2019 12:20 pm
Forum: Community
Topic: IR Codes Doesn't Control AC
Replies: 18
Views: 22786

Re: IR Codes Doesn't Control AC

It looks like you ran into a sie limit ith the library, which is common for AC signals. try this sketch from our blog: https://www.analysir.com/blog/2014/03/19/air-conditioners-problems-recording-long-infrared-remote-control-signals-arduino/ I have tried this. At the end, it has a receiver's code I...
by Lucifer22334
Mon May 20, 2019 10:40 am
Forum: Community
Topic: IR Codes Doesn't Control AC
Replies: 18
Views: 22786

IR Codes Doesn't Control AC

Hi all, I am using IRLib2 Library to control TV and AC. My TV is working great after recording raw codes from it's remote and sending it. But my AC is not working for the same. I have a Panasonic AC and tried recording its codes it gave me this: #define RAW_DATA_LEN 100 uint16_t rawData[RAW_DATA_LEN...