Search found 776 matches

by AnalysIR
Sun Jan 17, 2016 9:25 pm
Forum: IR Protocols & Codes
Topic: YORK A/C Checksum unknown
Replies: 4
Views: 10283

Re: YORK A/C Checksum unknown

Select LSB8 format from the powertools menu & decode all signals again Using the checksum calculator under Power tools menu. Set to ignore last byte checked a few signals and they come up as XOR If you XOR every BYTE you get 00 to generate the checksum, XOR all bytes except the last one and plac...
by AnalysIR
Sun Jan 17, 2016 9:10 pm
Forum: IR Protocols & Codes
Topic: YORK A/C Checksum unknown
Replies: 4
Views: 10283

Re: YORK A/C Checksum unknown

@joker_mkd

Thanks for posting the field descriptions & session file.

I will have a look and come back shortly...
by AnalysIR
Sat Jan 02, 2016 7:37 pm
Forum: Community
Topic: 555 in astable mode (carrier frequency)
Replies: 7
Views: 24718

Re: 555 in astable mode (carrier frequency)

Some options

1. Look for the example of 'softPWM' on our blog.

2. Just copy the method used in IRremote or TimeOne for generating PWM. (you dont need to include the full library)

PWM methods will be better. Any PWM inaccuracy of less than 1kHz is not material for your application.
by AnalysIR
Sat Jan 02, 2016 6:01 pm
Forum: Community
Topic: 555 in astable mode (carrier frequency)
Replies: 7
Views: 24718

Re: 555 in astable mode (carrier frequency)

Yes using the timer on your MCU is the best approach - assuming it has a crystal. You will not get exactly 56kHz, but 55.x is close enough. You shouldnt be getting 66kHz spikes - so there must be something wrong with your setup, code wiring etc. Did you try the Timerone arduino library, which whould...
by AnalysIR
Wed Dec 30, 2015 5:25 pm
Forum: Community
Topic: 555 in astable mode (carrier frequency)
Replies: 7
Views: 24718

Re: 555 in astable mode (carrier frequency)

I just had a look for a 56khz crystal and it seems they are not available - so you will have to proceed with the 555. I assume you dont have any spare pins avaialble on your MCU, but $2 for an arduino clone with crystal is hard to beat! Unfortunately the image didn't make it - I will upload one belo...
by AnalysIR
Wed Dec 30, 2015 1:46 pm
Forum: Community
Topic: 555 in astable mode (carrier frequency)
Replies: 7
Views: 24718

Re: 555 in astable mode (carrier frequency)

Hi James We designed a similar 38kHz circuit for our BeamIR project recently and got it working OK. In the final version we changed to a crystal circuit. I suggest you change one of the resistors for a Potentiomer so you can adjust or tune the frequency. However, unless it is a critical or long rang...
by AnalysIR
Thu Oct 01, 2015 10:27 am
Forum: IR Protocols & Codes
Topic: HeatpumpIR Arduino library to control heatpumps / AC
Replies: 1
Views: 14612

Re: HeatpumpIR Arduino library to control heatpumps / AC

Hi Toni

Great library - thanks for sharing ;)

PS:
Unfortunately, we have to process registrations manually on the forum, due to the absurd level of activity of spambots...which is a pity....hence the delay
by AnalysIR
Fri Sep 18, 2015 1:39 pm
Forum: IR Protocols & Codes
Topic: Panasonic AC ir CRC
Replies: 1
Views: 8413

Re: Panasonic AC ir CRC

The checksum is the last byte in each part of the IR signal and is calculated by the SUM of all the preceding bytes in that part.(do not include the last byte in the calculation) There is a very good explanation of reverse engineering the Panasonic Air Conditioner (Aircon) Infrared signals here, inc...
by AnalysIR
Tue Sep 15, 2015 12:05 pm
Forum: IR Protocols & Codes
Topic: AC signal troubleshooting (II)
Replies: 10
Views: 28939

Re: AC signal troubleshooting (II)

Actually, the protocol is already supported in AnalysIR as DAIKIN280AC

The issue was just the order of decoding & the panasonic conflicted with this, as it found a match to part of the signal.

I will email you a new ini file that works and only checks for panasonic after Daikin.
by AnalysIR
Tue Sep 15, 2015 11:53 am
Forum: IR Protocols & Codes
Topic: AC signal troubleshooting (II)
Replies: 10
Views: 28939

Re: AC signal troubleshooting (II)

I had a look at your signal... it looks like your remote is send 2 signals for each button press as follows: 64 bits + 64 bits + 128 bits As it seems to be an official remote of daikin, I will add it in to AnalysIR as a new DAIKIN protocol. In the meantime, you can get the code for the 128 bit (seco...