PM3 Commands Reference (Iceman Firmware):

Main Help


Current command:
hf sniff --help


The high frequency sniffer will assign all available memory on device for sniffed data.
Use `data samples` to download from device and `data plot` to visualize it.
Press button to quit the sniffing.

usage:
    hf sniff [-h] [--sp <dec>] [--st <dec>] [--smode [none|drop|min|max|avg]] [--sratio <dec, ms>]

options:
options:
    -h, --help                     This help
    --sp <dec>                     skip sample pairs
    --st <dec>                     skip number of triggers
    --smode [none|drop|min|max|avg] Skip mode. It switches on the function that applies to several samples before they saved to memory
    --sratio <dec, ms>             Skip ratio. It applied the function above to (ratio * 2) samples. For ratio = 1 it 2 samples.

examples/notes:
    hf sniff
    hf sniff --sp 1000 --st 0      -> skip 1000 pairs, skip 0 triggers