PM3 Commands Reference (Iceman Firmware):

Main Help


Current command:
lf t55xx sniff --help


Sniff LF t55xx based trafic and decode possible cmd / blocks.
Lower tolerance means tighter pulses.

usage:
    lf t55xx sniff [-h1] [-t <dec>] [-o <dec>] [-z <dec>]

options:
    -h, --help                     This help
    -1                             extract using data from graphbuffer
    -t, --tol <dec>                set tolerance level (default 5)
    -o, --one <dec>                set samples width for ONE pulse (default auto)
    -z, --zero <dec>               set samples width for ZERO pulse (default auto)

examples/notes:
    lf t55xx sniff
    lf t55xx sniff -1 -t 2                    -> use buffer with tolerance of 2
    lf t55xx sniff -1 --zero 7 --one 14       -> use buffer, zero pulse width 7, one pulse width 15