Terminal-based RF signal analysis for automotive keyfobs
Rust module: src/protocols/kia_v2.rs
Reference: REFERENCES/ProtoPirate/protocols/kia_v2.c
Kia V2 uses Manchester encoding at 500/1000 µs. 53 bits: 32 serial + 4 button + 12 counter + 4 CRC, plus start bit. Long preamble of 252 long pairs. CRC4 (XOR nibbles + offset 1).
| Parameter | Value | Notes |
|---|---|---|
| Short | 500 µs | ±150 µs |
| Long | 1000 µs | ±150 µs |
| Min bits | 53 |
Manchester encoding; bit value from short/long and transition.
Supported; preamble and Manchester 53-bit frame.
433.92 MHz.