Research, development and trades concerning the powerful Proxmark3 device.
Remember; sharing is caring. Bring something back to the community.
"Learn the tools of the trade the hard way." +Fravia
You are not logged in.
Time changes and with it the technology
Proxmark3 @ discord
Users of this forum, please be aware that information stored on this site is not private.
Pages: 1
I have an v2.5 updated proxmark3 v2 from china.
At frist
I'm trying to read the block 0 data with
lf t55xx read b 0
the proxmark response ::
proxmark3> lf t55xx read b 0
Reading Page 0:
blk | hex data | binary
So I run config command
lf t55xx config b 64
the proxmark response ::
proxmark3> lf t55xx config b 64
Modulation : ASK
Bit Rate : 5 - RF/64
Inverted : No
Offset : 0
Block0 : 0x00000000
After that read again
lf t55xx read b 0
the proxmark response ::
proxmark3> lf t55xx read b 0
Reading Page 0:
blk | hex data | binary
0 | FFB3C002 | 11111111101100111100000000000010
I believe the data I got is wrong
So I do set the offset in the config command. The read output changed
So could you explain the procedure of reading/writing data to the t 5577 ?
thank you
Offline
Lf t55 dump
Offline
when dealing with the "lf t55xx" commands... always run "LF T55XX DETECT" first.
Offline
this is what I got, after running the command
proxmark3> lf t55xx detect
Could not detect modulation automatically. Try setting it manually with 'lf t55xx config'
Offline
anyway I figure out myself.
the firmware 2.5 doesn't work.
after changing to 2.4 things work fine.
Offline
did you download the latest source from github, or did you take @asper's precompiled distro? The v2.5. from @asper is one month old, that may have been fixed in the source on github.
Can you compile and flash the latest on github and test?
Offline
Since, I dont konw how to compile the firmware, I use the one from
http://www.proxmark.org/forum/viewtopic.php?id=1562
Offline
ok, that would explain things.
Offline
Pages: 1