You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -165,8 +165,8 @@ The Signal Tester is designed to help discover unknown working IR commands.
165
165
| NRC17 | 4 hex (CCAS) | 38,000 | Pre-pulse 500/2500; start bit fixed to 1; then command(8) + address(4) + subcode(4), all LSB-first, encoded as 1ms bi-phase cells where 1=burst first half and 0=burst second half | Packed as command(2 hex) + address(1 hex) + subcode(1 hex) |
166
166
| Pioneer | 8 hex → 32 bits (4 bytes MSB-first) | 40,000 | Preamble ~8500/4225; each bit mark≈500 + space≈500 (0) or ≈1500 (1); stop bit is implicit; trailing silence ≈26000; full frame sent twice | Typical 4-byte payload layout is Address + ~Address + Command + ~Command |
167
167
| Proton | 4 hex (16 bits) | 38,500 | Header 8000/4000; send last 8 bits; separator 500/8000; then first 8 bits; final 500; pad to 63,000µs | Bit mark=500; 0=500; 1=1500; strict 4 hex |
168
-
| RC5 |up to 3 hex| 36,000 |Manchester coding, unit ≈889µs; start bits + toggle bit (flips each encode); 11-bit payload MSB-first; frame padded/replaced to 114,000µs |Toggle bit maintained internally (repeat detection depends on toggle changes)|
169
-
| RC6 | hex (last 4 hex used → 16-bit payload) | 36,000 | Leader 2664/888; Manchester-like with mode bits + toggle field (toggle is double-time); payload uses T=444 timing pairs; overall layout is start+mode+toggle+addr+cmd| Uses last 4 hex digits as payload; internal toggle flips each encode|
168
+
| RC5 |2+2 hex (AA CC)| 36,000 |RC5 bi-phase coding, unit ≈889µs; fixed start bits `11`, then toggle bit, then address(5) + command(6) MSB-first; encoded as `0 = mark/space`, `1 = space/mark`, with the implicit leading half-bit of the first start bit skipped; rapid same-key repeats keep the same toggle, new presses flip it; frame gap padded to 114,000µs |UI exposes Address and Command separately; legacy packed 3-hex payloads are still accepted internally for compatibility|
169
+
| RC6 | hex (last 4 hex used → 16-bit payload) | 36,000 | Leader 2664/888; `1 = mark/space`, `0 = space/mark`; Mode 0 layout is start `1` + mode `000` + double-width toggle + 16-bit payload (addr+cmd) MSB-first using `T=444`; includes the required 6t trailing silence| Uses last 4 hex digits as payload; rapid same-key repeats keep the same toggle, new presses flip it|
170
170
| RCA_38 | 3 hex → 12 bits (address nibble + command byte) | 56,000 | Preamble 4000/4000; payload = address(4) + command(8) + ~address(4) + ~command(8), sent MSB-first; each bit mark=500 and space=1000 (0) or 2000 (1); trailer 500/8000 | Strict 3 hex digits |
0 commit comments