Search found 2 matches
- Mon Oct 01, 2018 2:24 am
- Forum: IR Protocols & Codes
- Topic: Understanding an IR Protocol with multiple mark/space values
- Replies: 2
- Views: 7762
Re: Understanding an IR Protocol with multiple mark/space values
So I made some progress in decoding this. - Interpret what AnalysIR showed as: high=0, low=1 (I had been assuming high = 1, low = 0) - Convert the entire capture into bits assuming each bit is ~600 uS (so ~2400uS would be 4 bits of data). - Group into 4 10 bit groups - Throw away the first and last ...
- Sun Sep 30, 2018 6:44 pm
- Forum: IR Protocols & Codes
- Topic: Understanding an IR Protocol with multiple mark/space values
- Replies: 2
- Views: 7762
Understanding an IR Protocol with multiple mark/space values
I'm trying to understand a IR Protocol captured using the AIR Shield and Analysis IR. It seems different from other protocols I've seen in the samples and shown online in that it I have observed 4 different duration for Marks and Spaces in the same capture. If I reply the capture it performs as expe...