Search found 776 matches

by AnalysIR
Wed Jan 19, 2022 7:33 pm
Forum: IR Protocols & Codes
Topic: about IR LED and sensors
Replies: 7
Views: 6818

Re: about IR LED and sensors

The link you provided uses the IRremote library. The code you posted uses the IRLIB2 library. If you had everything working....then the first issue I see in your original code is: uint16_t rawData[RAW_DATA_LEN] = { 2406, 1000}; This is not a complete signal and will only send 1 mark pulse of 2406 uS...
by AnalysIR
Wed Jan 19, 2022 6:57 pm
Forum: IR Protocols & Codes
Topic: about IR LED and sensors
Replies: 7
Views: 6818

Re: about IR LED and sensors

I suggest you take a step back and start with the examples provided with the library. first get the rawRecv example working with a tv remote and only then move on to getting the rawSend example working (using the output from the rawRecv for your remote) you should be able to control your TV easily w...
by AnalysIR
Thu Jan 13, 2022 12:22 pm
Forum: IR Protocols & Codes
Topic: Sent Raw signal can't be acknowledged by AC Unit
Replies: 1
Views: 4029

Re: Sent Raw signal can't be acknowledged by AC Unit

Your signal is recognized by AnalysIR as a Panasonic 216 bit AC signal. Signal Cleaning is a feature of AnalysIR, available from our web-shop (purchase required). In addition, our LearnIR module 'LearnIR' comes with our unique Fuzzy Clean technology, which captures signals to within a few uSecs accu...
by AnalysIR
Wed Jan 12, 2022 5:27 pm
Forum: IR Protocols & Codes
Topic: Sending AC on signal to AlpicAir
Replies: 8
Views: 7550

Re: Sending AC on signal to AlpicAir

I checked your signals and they decode OK for me using AnalysIR. (as Electrolux 134 bit AC signals. Note the naming is arbitrary ) The first thing I noticed is that your signal begins with the 4nnn value. It should begin with the 9nnn value, which it appears you have removed. The ones starting with ...
by AnalysIR
Wed Jan 12, 2022 11:33 am
Forum: IR Protocols & Codes
Topic: Sending AC signals with IRremote uses up all of SRAM [SOLVED]
Replies: 2
Views: 5088

Re: Sending AC signals with IRremote uses up all of SRAM [SOLVED]

Without much detail...my best guess is:

Try using IRremote version 2.61. (The later versions of the library may have changed some things)
by AnalysIR
Tue Jan 04, 2022 2:02 pm
Forum: IR Protocols & Codes
Topic: Panasonic R410A and SparkFun IR Blaster
Replies: 1
Views: 4105

Re: Panasonic R410A and SparkFun IR Blaster

Hi Martin Sorry about the delay in responding...just back at it today after holidays etc. I loaded one of your signals into AnalysIR and it is indeed identified as a Panasonic 216 bit AC signal. Regarding your dev board...it seems like a standard ESP8266 dev board that should work with AnalysIR and ...
by AnalysIR
Mon Dec 06, 2021 12:58 pm
Forum: IR Protocols & Codes
Topic: Daikin Remote - older model
Replies: 4
Views: 5739

Re: Daikin Remote - older model

Forgot to mention:

The AC protocol names mean nothing and are just a placeholder. It seems that many brands resell units from other OEM manufacturers.

Of course some may just reuse/rebrand the control units, with the IR functionality on their own AC core.
by AnalysIR
Mon Dec 06, 2021 12:30 pm
Forum: IR Protocols & Codes
Topic: Daikin Remote - older model
Replies: 4
Views: 5739

Re: Daikin Remote - older model

OK - thanks for the update
by AnalysIR
Sun Dec 05, 2021 12:43 pm
Forum: IR Protocols & Codes
Topic: Daikin Remote - older model
Replies: 4
Views: 5739

Re: Daikin Remote - older model

2 ideas.... 1. Get hold of a Universal AC remote and try that. You can get them from Aliexpress for less than $5 delivered. (we have some here, but would have to charge a lot more than that + shipping). look for model K-1028E. Amazon may be a faster option. However, I cant be sure it will support yo...
by AnalysIR
Tue Nov 02, 2021 1:48 pm
Forum: IR Protocols & Codes
Topic: Daikin Remote
Replies: 13
Views: 19711

Re: Daikin Remote

Thanks for replying to my email. I understand the steps but I has problems with checksum. Can you help me describe the checksum analysis of the file I attached by the same way you did in your comment on the forum post? Daikin Remote - IRForum (analysir.com) ? I'm having trouble identifying the chec...