We have just published it on Github:
https://github.com/AnalysIR/LIR2RAW
Search found 754 matches
- Wed Mar 22, 2023 2:22 pm
- Forum: IR Protocols & Codes
- Topic: Convert LIR to RAW format
- Replies: 7
- Views: 859
- Wed Mar 22, 2023 2:13 pm
- Forum: IR Protocols & Codes
- Topic: Convert LIR to RAW format
- Replies: 7
- Views: 859
Re: Convert LIR to RAW format
Sure, I will email it to you. The format is described in the LearnIR user guide (via the help menu).
- Mon Jan 16, 2023 4:03 pm
- Forum: Support Requests
- Topic: LearnIR Copy to AnalysIR All
- Replies: 1
- Views: 250
Re: LearnIR Copy to AnalysIR All
First thing to try is to point the remote IR LED directly at the LearnIR receiver from a distance of 1->2m (or 3->6 feet). Once you get rid of the RAW sinals, we can then look at other issue. Finally, You can connect the LearnIR directly to the AnalysIR app, to avoid relaying them via the LearnIR APP.
- Wed Dec 14, 2022 5:54 pm
- Forum: Community
- Topic: Long Range One Button Remote with Wiegand Protocol Help.
- Replies: 4
- Views: 546
Re: Long Range One Button Remote with Wiegand Protocol Help.
Sadly, there seems to be no useful info on this device online. There is a mention that they try to make it difficult to reproduce the signal. The only thing I can suggest is opening up and applying an oscilloscope or logic analyzer to see what the signal is like. Alternatively, you could try: https:...
- Wed Dec 14, 2022 5:08 pm
- Forum: Community
- Topic: Long Range One Button Remote with Wiegand Protocol Help.
- Replies: 4
- Views: 546
Re: Long Range One Button Remote with Wiegand Protocol Help.
First thoughts are that it may not be a modulated IR signal, like a TV or STB. For example it could be an IRDA device which is not the same a consumer IR. (Although IRDA is usually very short range) If you post the relevant makes & model #s, I will try to check them out. The 58 after the LIR: indica...
- Thu Nov 10, 2022 5:18 pm
- Forum: IR Protocols & Codes
- Topic: Crazy Marantz remote
- Replies: 3
- Views: 593
Re: Crazy Marantz remote
forgot to mention...also post the model # of the device(S) and the remote(s)
- Thu Nov 10, 2022 5:18 pm
- Forum: IR Protocols & Codes
- Topic: Crazy Marantz remote
- Replies: 3
- Views: 593
Re: Crazy Marantz remote
Email me a full set of codes in a saved session file (Menu->File->save session) Also, send 2 signals for each one immediately after to ensure we get any toggle bit. I will then look into it. (However, I will be travelling over the next feew days so may not reply until next week) Based on a quick loo...
- Tue Sep 13, 2022 2:00 pm
- Forum: IR Protocols & Codes
- Topic: Convert LIR to RAW format
- Replies: 7
- Views: 859
Re: Convert LIR to RAW format
OK - will send you an email shortly.
- Mon Sep 12, 2022 6:29 pm
- Forum: IR Protocols & Codes
- Topic: Convert LIR to RAW format
- Replies: 7
- Views: 859
Re: Convert LIR to RAW format
Hi If you had a copy of AnalysIR, you could do this in bulk. Other wise the main option would be to use The LearnIR app as you know. I could email you a python script that will convert from LIR to RAW. You can easily adjust this, if you know a little Python. I guess you could also port it to C if in...
- Sat Sep 03, 2022 12:40 pm
- Forum: Community
- Topic: Minimal Code (python) using Rasberry Pico
- Replies: 6
- Views: 993
Re: Minimal Code (python) using Rasberry Pico
Ir signals are made up of marks & spaces. In your signal the negative values are spaces. Tje non-negative are marks. A space is essentially no IR is sent. A mark is sent as a modulated(PWM) signal. see https://www.sbprojects.net/knowledge/ir/index.php There are many pages of info under the menu. try...