Search found 3 matches

by van0014
Fri Dec 29, 2023 11:18 am
Forum: KontroLIR
Topic: LIR format for the KontroLIR?
Replies: 0
Views: 2100

LIR format for the KontroLIR?

Hi, i've been using LearnIR and KontroLIR, and wanted to use a format other than RAW for storing codes on the remote with. The LearnIR application is a reduced version of AnalysIR, and doesn't tell me what kind of code is detected. Whether it's NEC, RC5 or any other kind. What it does give is the LI...
by van0014
Sun Jul 05, 2020 4:03 pm
Forum: IR Protocols & Codes
Topic: Difficulty sending Sony 20 bit hex, detected by AnalysIR, sending via Arduino IRRemote library
Replies: 2
Views: 4439

Re: Difficulty sending Sony 20 bit hex, detected by AnalysIR, sending via Arduino IRRemote library

Thats awesome. Thanks for helping me and looking at all that I posted. I posted it here since AnalysIR had some commits to the IRRemote library. That library has a website, but it's not documented. I'm thinking my lazy switch-case statement might be making it freeze. Comparing with hex against a var...
by van0014
Sun Jul 05, 2020 2:21 pm
Forum: IR Protocols & Codes
Topic: Difficulty sending Sony 20 bit hex, detected by AnalysIR, sending via Arduino IRRemote library
Replies: 2
Views: 4439

Difficulty sending Sony 20 bit hex, detected by AnalysIR, sending via Arduino IRRemote library

AnalysIR is really useful. It recognizes signals that no Arduino library I know of is able to I've detected some Sony (20 bit) and NEC (32 bit) codes, but have trouble sending them using the same 20 or 32 bit code. I'm hoping to send codes without using raw data, since it's wasteful. The library i'...