adapt text to t55xx

This commit is contained in:
iceman1001 2021-03-08 11:31:40 +01:00
commit 59379247e6
3 changed files with 18 additions and 18 deletions

View file

@ -561,7 +561,7 @@ EM is ASK
HID Prox is FSK
Indala is PSK
pm3 --> lf t55xx config FSK
pm3 --> lf t55xx config --FSK
```
Set timings to default
@ -579,7 +579,7 @@ Write to T55xx block
b <block> : block number to write. Between 0-7
d <data> : 4 bytes of data to write (8 hex characters)
pm3 --> lf t55xx wr b 0 d 00081040
pm3 --> lf t55xx wr -b 0 -d 00081040
```
Wipe a T55xx tag and set defaults

View file

@ -69,12 +69,12 @@ The T55x7 protocol uses a pwm based protocol for writing to tags. In order to m
```
-- after threshold limit 20 is triggered, skip 10000 samples before collecting samples.
lf config s 10000 t 20
lf config -s 10000 -t 20
lf t55xx sniff
-- if you have a save trace from before, try
data load -f xxxxxxx.pm3
lf t55xx sniff 1
lf t55xx sniff -1
```
It uses the existing `lf sniff` command to collect the data, so setting that first as per normal sniffing is recommended. Once you have a sniff, you can "re-sniff" from the stored sniffed data and try different settings, if you think the data is not clean.