Search found 797 matches

by AnalysIR
Tue May 20, 2025 11:02 am
Forum: Community
Topic: Constant current IR LED circuit
Replies: 28
Views: 632817

Re: Constant current IR LED circuit

I am travelling at present with limited time available, so here is a quick response: - you will only get 1 IR led in series (becasue 2x1.8V = 3.6V)....unless you create parallel driver circuits. - Don't think about 1A current. On USB power devices I would send a max of 300mA "peak" current...
by AnalysIR
Wed Apr 30, 2025 1:34 pm
Forum: IR Protocols & Codes
Topic: Help with non-standard encoding
Replies: 11
Views: 48549

Re: Help with non-standard encoding

There are about 5 laser tag protocols supported. Usually we will add new ones - if not too complicated.

Supporte means oyu get the binary/hex values. It is up to userers to reverse engineer protocols further
by AnalysIR
Sun Feb 23, 2025 3:52 pm
Forum: IR Protocols & Codes
Topic: Getting HEX code and not RAW data
Replies: 2
Views: 189930

Re: Getting HEX code and not RAW data

This is most likely because you are getting a poor capture of the signal. AnalysIR has a feature that can work-around this. Simply increase the "tolerance" slider for that channel until; it is decoded. However, it is always better to get a good capture in the first place. To help with this...
by AnalysIR
Mon Dec 23, 2024 4:16 pm
Forum: IR Protocols & Codes
Topic: Building an RPI-Based Universal AC Controller
Replies: 1
Views: 32194

Re: Building an RPI-Based Universal AC Controller

Not aware of any available database for AC signals (free or paid). Your best option is to buy a universal AC remote from aliexpress and capture the signals. We alsways suggest users just capture the most common signals they use and store them for later replay. It is also paoosible to reverse enginee...
by AnalysIR
Sun Oct 13, 2024 6:34 pm
Forum: IR Protocols & Codes
Topic: Converting Bang & Olufsen Raw code to Hex
Replies: 26
Views: 120018

Re: Converting Bang & Olufsen Raw code to Hex

You will need a 455kHz receiver (very rare) to decode the signals, before you can send them. However, I believe many B&O systems can also accept more normal signals - you will need to read up on that. Finally, if you can find info online about your specific signals it may be possible to generate...
by AnalysIR
Wed Aug 14, 2024 4:16 pm
Forum: IR Protocols & Codes
Topic: Help to Getting IR Code Protocol Panasonic AC
Replies: 1
Views: 19558

Re: Help to Getting IR Code Protocol Panasonic AC

First of all the signal you posted are the RAW signals, on first look. I uploaded them toour AnalysIR app and they look like the following (essentially the same signal) 2024-08-14 17_12_59_ScreenShot.jpg However, they might have been truncated by you capture system. I cannot offer anymore unless you...
by AnalysIR
Tue Aug 06, 2024 12:12 pm
Forum: IR Protocols & Codes
Topic: Help getting info on this LG AC IR Protocol (>170 bits)
Replies: 3
Views: 24634

Re: Help getting info on this LG AC IR Protocol (>170 bits)

Quick question, does the reverse engineering tool come with the Analysir software? Also does the Analysir software run on Linux? Yes, all features are the same on all editions. The editions only vary by usage. (commercial, non-commercial & Edu) Also does the Analysir software run on Linux? NO, ...
by AnalysIR
Mon Aug 05, 2024 2:37 pm
Forum: IR Protocols & Codes
Topic: Help getting info on this LG AC IR Protocol (>170 bits)
Replies: 3
Views: 24634

Re: Help getting info on this LG AC IR Protocol (>170 bits)

HI Bill Based on a sample of 1 signal it appears the checksum is the last byte (9A) using LSB8 format (reverse your byte bit order). The checksum is the sum of all bytes except the last one which is the actual checksum. I have included an image showing this info. Using our reverse engineering tool i...
by AnalysIR
Sun Aug 04, 2024 7:25 pm
Forum: IR Protocols & Codes
Topic: Mitsubishi MSZ-FH
Replies: 8
Views: 55718

Re: Mitsubishi MSZ-FH

OK I tried 2 signals & it seems it is the sum of all bytes except the last = the last byte = checksum.

However the bit order of each byte is LSB8 (reversed)
2024-08-04 20_23_58-AnalysIR 1.19.200.9446.jpg
by AnalysIR
Wed Jul 31, 2024 6:40 pm
Forum: IR Protocols & Codes
Topic: Mitsubishi MSZ-FH
Replies: 8
Views: 55718

Re: Mitsubishi MSZ-FH

I had a quick look and it proved to be a new protocol, which I added to AnalysIR. # bits =144 or 18 bytes + headers + trailers To get checksum ignore first & last byte and then do a sum on all the nibbles. (I only checked 1 signal so could be wrong?) 2024-07-31 19_34_51-Checksum Calculator.png Y...