PM3 Commands Reference (Iceman Firmware):

Main Help


Current command:
lf pcf7931 config --help


This command tries to set the configuration used with PCF7931 commands
The time offsets could be useful to correct slew rate generated by the antenna
Caling without some parameter will print the current configuration.

usage:
    lf pcf7931 config [-hr] [-p <hex>] [-d <dec>] [--lw <dec>] [--lp <dec>]

options:
    -h, --help                     This help
    -r, --reset                    Reset configuration to default values
    -p, --pwd <hex>                Password, 7bytes, LSB-order
    -d, --delay <dec>              Tag initialization delay (in us)
    --lw <dec>                     offset, low pulses width (in us)
    --lp <dec>                     offset, low pulses position (in us)

examples/notes:
    lf pcf7931 config --reset
    lf pcf7931 config --pwd 11223344556677 -d 20000
    lf pcf7931 config --pwd 11223344556677 -d 17500 --lw -10 --lp 30