Search found 782 matches

by AnalysIR
Mon Jan 16, 2023 4:03 pm
Forum: Support Requests
Topic: LearnIR Copy to AnalysIR All
Replies: 1
Views: 8215

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.
by AnalysIR
Wed Dec 14, 2022 5:54 pm
Forum: Community
Topic: Long Range One Button Remote with Wiegand Protocol Help.
Replies: 4
Views: 12730

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:...
by AnalysIR
Wed Dec 14, 2022 5:08 pm
Forum: Community
Topic: Long Range One Button Remote with Wiegand Protocol Help.
Replies: 4
Views: 12730

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: in...
by AnalysIR
Thu Nov 10, 2022 5:18 pm
Forum: IR Protocols & Codes
Topic: Crazy Marantz remote
Replies: 3
Views: 5257

Re: Crazy Marantz remote

forgot to mention...also post the model # of the device(S) and the remote(s)
by AnalysIR
Thu Nov 10, 2022 5:18 pm
Forum: IR Protocols & Codes
Topic: Crazy Marantz remote
Replies: 3
Views: 5257

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...
by AnalysIR
Tue Sep 13, 2022 2:00 pm
Forum: IR Protocols & Codes
Topic: Convert LIR to RAW format
Replies: 7
Views: 6768

Re: Convert LIR to RAW format

OK - will send you an email shortly.
by AnalysIR
Mon Sep 12, 2022 6:29 pm
Forum: IR Protocols & Codes
Topic: Convert LIR to RAW format
Replies: 7
Views: 6768

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...
by AnalysIR
Sat Sep 03, 2022 12:40 pm
Forum: Community
Topic: Minimal Code (python) using Rasberry Pico
Replies: 6
Views: 6225

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....
by AnalysIR
Fri Sep 02, 2022 8:19 pm
Forum: Community
Topic: Minimal Code (python) using Rasberry Pico
Replies: 6
Views: 6225

Re: Minimal Code (python) using Rasberry Pico

Soory no...but a quick search should provide a few
by AnalysIR
Fri Sep 02, 2022 6:33 pm
Forum: Community
Topic: Minimal Code (python) using Rasberry Pico
Replies: 6
Views: 6225

Re: Minimal Code (python) using Rasberry Pico

Unfortunately, we don't support the RPI PIco at this time and would try to avoid using python (vs c). The good news is that I imported your signal timings into AnalysIR and it decodes as Mitsubishi 288 AC signal. Based on a quick read of your code you are not providing any pwm to the carrier on the ...