Search found 782 matches

by AnalysIR
Wed Nov 27, 2013 2:56 pm
Forum: IR Protocols & Codes
Topic: AC signal troubleshooting
Replies: 20
Views: 76585

AC signal troubleshooting

One backer asked.... I’m trying to decode the IR remote that my AC unit uses, I’ve hat little luck using IRremote or IRlib to record raw IR and play it back, its just not working, but I’ve verified I’m replicating the signal exactly, I suspect maybe its a different frequency than 38kHz… I’m not too ...
by AnalysIR
Sat Nov 23, 2013 8:44 am
Forum: Arduino Firmware
Topic: Baud rate on UART USB bridge
Replies: 5
Views: 15508

Re: Baud rate on UART USB bridge

Hi Yes we have set the BAUD rate quite high to improve the responsiveness of the system, and found no issues with Arduinos when testing. However, you may be in luck - we have recently started testing support for the TI MSP430 LaunchPad which appears to only run at rates up to 115,200. So if you sele...
by AnalysIR
Fri Nov 22, 2013 5:22 pm
Forum: Community
Topic: Constant current IR LED circuit
Replies: 26
Views: 51435

Re: Constant current IR LED circuit

Sample code used in sketch to generate a circa 37kHz modulated signal @ 50% duty cycle is below: /* Sample modulation signal Turns on an Pin 7 on/off for 13 uSecs, repeatedly. This example code is in the public domain. */ int led = 13; // the setup routine runs once when you press reset: void setup(...
by AnalysIR
Fri Nov 22, 2013 3:55 pm
Forum: Community
Topic: Constant current IR LED circuit
Replies: 26
Views: 51435

Constant current IR LED circuit

We recently publish a blog post about a constant current IR LED circuit.

See http://www.analysir.com/blog/2013/11/22 ... d-circuit/

If you have any questions about the article or circuit or enhancements, please comment here.
by AnalysIR
Sun Nov 03, 2013 1:31 pm
Forum: Support Requests
Topic: Connecting to AnalysIR over Serial or LAN
Replies: 2
Views: 8810

Re: Connecting to AnalysIR over Serial or LAN

The standard Arduino connection is serial over USB. You will notice from the AnalysIR GUI that we use a baud rate of 2Mbps, which is unusual but works well. (The baud rate is actually ignored for virtual/CDC COM type ports, but is relevant on Arduinos with FTDI-like serial USB) The HW-VSP s/w is use...
by AnalysIR
Sun Nov 03, 2013 1:29 pm
Forum: Support Requests
Topic: Connecting to AnalysIR over Serial or LAN
Replies: 2
Views: 8810

Connecting to AnalysIR over Serial or LAN

We recently receive this question from a backer.... Let me ask you a question about Arduino. Do you connect to the Arduino over Ethernet using the HWVSP software? If so, there must be code in the Arduino that enables Ethernet to serial conversion. You must open a socket connection, and send Ethernet...
by AnalysIR
Wed Oct 02, 2013 6:38 pm
Forum: Support Requests
Topic: AVAST anti-vurus block AnalysIR during installation
Replies: 2
Views: 14407

AVAST anti-vurus block AnalysIR during installation

One backer reported an issue, whereby AVAST blocked AnalysIR during installation. After checking the AVAST website it appears that this occurs when 'autosandbox' is set to auto. The suggested workaround from AVAST is to set 'autosandbox' to ask . Then the user will be prompted if they want to allow ...
by AnalysIR
Mon Sep 30, 2013 9:21 pm
Forum: IR Protocols & Codes
Topic: NEC Timings in IRremote
Replies: 0
Views: 30649

NEC Timings in IRremote

During our phase-1 rollout of AnalysIR, we encountered an issue decoding NEC signals transmitted from IRremote. After lots of head scratching we finally found that one of the definitions in IRremote for NEC is too low. This issue has been reported on the IRremote blog a couple of years ago, but the ...
by AnalysIR
Tue Sep 17, 2013 11:26 am
Forum: Related Products, Companies & Announcements
Topic: IRremote / IRLib and Leonardo (other Arduino Variants)
Replies: 0
Views: 31756

IRremote / IRLib and Leonardo (other Arduino Variants)

One user reported that the IR send pin on Leonardo changes from pin 3 for UNO and similar ATMega328 class Arduinos to pin 13 for the Leonardo. I found that the output pin for IRsend for the Leonardo is pin 13 instead of pin 3 (https://github.com/shirriff/Arduino-IRremote/issues/12) We understand tha...
by AnalysIR
Mon Sep 16, 2013 8:29 pm
Forum: Indiegogo Campaign & Backers - AnalysIR Crowdfunding
Topic: Arduino Leonardo and Serial Issues with Windows Bluetooth
Replies: 0
Views: 62166

Arduino Leonardo and Serial Issues with Windows Bluetooth

This describes some general issues with Arduino, Leonardo & serial. We recently, came across an issue on one of our Windows PCs with blutetooth installed. We remembered reading previously that the Arduino IDE doesnt react well with serial over bluetooth when it is installed on the same system.Th...