Search found 782 matches

by AnalysIR
Wed Dec 30, 2015 5:25 pm
Forum: Community
Topic: 555 in astable mode (carrier frequency)
Replies: 7
Views: 26560

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: 26560

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: 14686

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: 8468

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: 29115

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: 29115

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...
by AnalysIR
Tue Sep 15, 2015 11:40 am
Forum: IR Protocols & Codes
Topic: AC signal troubleshooting (II)
Replies: 10
Views: 29115

Re: AC signal troubleshooting (II)

I have emailed you a new file directly.

You can also find a clean copy of the file in the AnalysIR directory under program files, which you should copy to the AnalysIR directory under APPDATA
by AnalysIR
Tue Sep 15, 2015 11:34 am
Forum: IR Protocols & Codes
Topic: AC signal troubleshooting (II)
Replies: 10
Views: 29115

Re: AC signal troubleshooting (II)

Thanks for the info.

I will look at your file later today. :)
by AnalysIR
Mon Sep 07, 2015 11:28 am
Forum: Arduino Firmware
Topic: AnalysIR with Moteino
Replies: 3
Views: 20867

Re: AnalysIR with Moteino

I will email you a sketch directly that should work OK for Moteino, but without the option of carrier frequency.

In this case the IR receiver, will be connected to pin D3 (instead of D2)
by AnalysIR
Mon Sep 07, 2015 10:11 am
Forum: Arduino Firmware
Topic: Decode aircon IR with moteino?
Replies: 2
Views: 9456

Re: Decode aircon IR with moteino?

It looks like the motion is a standard atmega328P @16Mhz. Therefore it should run our AnalysIR firmware OK, provided the sketch is compiled with the Arduino IDE. Just make sure to define Arduino as true near the top of the sketch. (and all other platforms as false) The messages at startup are standa...