Search found 776 matches

by AnalysIR
Tue Sep 15, 2015 11:40 am
Forum: IR Protocols & Codes
Topic: AC signal troubleshooting (II)
Replies: 10
Views: 28857

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

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

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

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...
by AnalysIR
Mon Sep 07, 2015 9:57 am
Forum: Arduino Firmware
Topic: AnalysIR with Moteino
Replies: 3
Views: 19234

Re: AnalysIR with Moteino

The SRAM shouldn't be an issue, as we reserve most of it for storing the signals.

I will check out the motion specs shortly to see if it is OK.
by AnalysIR
Mon Sep 07, 2015 9:54 am
Forum: Arduino Firmware
Topic: Decode aircon IR with moteino?
Replies: 2
Views: 7885

Re: Decode aircon IR with moteino?

I will research the moteino and come back later
by AnalysIR
Wed Jul 29, 2015 6:25 pm
Forum: IR Protocols & Codes
Topic: IRSend / IR Lib change OUTPUT PIN & Mega
Replies: 5
Views: 12567

Re: IRSend / IR Lib change OUTPUT PIN & Mega

use 2 transistors(or relays) which are controlled by 2 arduino pins depending on which one is being used. The transistor or relay can then control the +5V to the IR led. Essentiall just develop a switch. You would of course need 2 different emitter circuits for each IR led. Another way to do it woul...
by AnalysIR
Tue Jul 28, 2015 8:41 pm
Forum: IR Protocols & Codes
Topic: IRSend / IR Lib change OUTPUT PIN & Mega
Replies: 5
Views: 12567

Re: IRSend / IR Lib change OUTPUT PIN & Mega

If you are sending to two different ACs (that also have 2 different models of Remote/signals), then you can send both signals from just one pin. see the circuit here... http://www.analysir.com/blog/2013/11/22/constant-current-infrared-led-circuit/ and just use 2 IR LEDs in series. Point one the 2 IR...
by AnalysIR
Tue Jul 28, 2015 12:09 pm
Forum: IR Protocols & Codes
Topic: Decoding AC protocol with AnalysIR
Replies: 3
Views: 9888

Re: Decoding AC protocol with AnalysIR

I am not sure if you already have a registered copy of AnalysIR? If you do, we may be able to provide access to a 'dev/test' release within the next few days. Unfortunately, this feature may not be available in the demo version. The delay is related to other new features we arre working on and not t...
by AnalysIR
Tue Jul 28, 2015 12:00 pm
Forum: IR Protocols & Codes
Topic: IRSend / IR Lib change OUTPUT PIN & Mega
Replies: 5
Views: 12567

Re: IRSend / IR Lib change OUTPUT PIN & Mega

Hi Paolo Answers follow: 1. Yes 2. The Tx pin is 9, by default, so no obvious conflict with pins 2 & 3. 3. I am assuming you need 2 IR Leds for transmission on the UNO. There is no way to do this with the standard libraries. to give the best answer I would need to know more about the specific ap...