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
Hello Proxmark community! I am new and I am very keen to learn how to clone rfid keys. Currently i am having this error: "Error occurred, device did not ACK write operation. (May be due to old firmware) "
After I find block 0, (0x00107060) I write "Block 0 for AWID/paradox" that to a brand new t55xx tag and then it show's the error... Any help would greatly appreciated.
Do I need to update my software program? Thanks!
Checking for known tags:
AWID Found - BitLength: 26, FC: 53, Card: 883 - Wiegand: 6a06e6, Raw: 011d82b412bd711111111111
Valid AWID ID Found!
proxmark3>
proxmark3> lf t55xx detect
Modulation : FSK2a
Bit Rate : 4 - RF/50
Inverted : Yes
Offset : 1
Block0 : 0x00107060
proxmark3>
proxmark3> lf t55xx write b 0 d 00107060
Writing to page: 0 block: 0 data : 0x00107060
Error occurred, device did not ACK write operation. (May be due to old firmware)
Offline
you can always just use the awid clone cmd...
lf awid clone <FC> <Card>
your tag...
lf awid clone 53 883
Offline
Thank you Charlie for your response. I have tried it but there's an error occurred. Please see below of the results
proxmark3> lf awid clone 53 883
Preparing to clone AWID26 to T55x7 with FC: 53, CN: 883 (Raw: 011d82b412bd711111111111)
Block 0: 0x00107060
Block 1: 0x011d82b4
Block 2: 0x12bd7111
Block 3: 0x11111111
Error occurred, device did not respond during write operation.
proxmark3>
Offline
you can always just use the awid clone cmd...
lf awid clone <FC> <Card>
your tag...
lf awid clone 53 883
Thank you Charlie for your response. However there's still an error when I tried it. Please see below:
proxmark3> lf awid clone 53 883
Preparing to clone AWID26 to T55x7 with FC: 53, CN: 883 (Raw: 011d82b412bd711111111111)
Block 0: 0x00107060
Block 1: 0x011d82b4
Block 2: 0x12bd7111
Block 3: 0x11111111
Error occurred, device did not respond during write operation.
proxmark3>
Offline
What does it say for each of these cmds?
hw tune
hw version
Offline
hw tune to test your hardware voltage
hw version to see your hardware version.
I not too sure whether the AWID clone command is broken.
use the 'lf t55 wrbl' command instead just to be sure.
Offline
What does it say for each of these cmds?
hw tune
hw version
Thanks Charlie for your reply...
Here is my hw tune results:
#db# Prox/RFID mark3 RFID instrument
#db# bootrom: /-suspect 2016-11-09 00:59:56
#db# os: /-suspect 2016-11-14 03:06:26
#db# HF FPGA image built on 2015/03/09 at 08:41:42
#db# Modify by Willok(willok@163.com)
Prox/RFID mark3 RFID instrument
uC: AT91SAM7S256 Rev D
Embedded Processor: ARM7TDMI
Nonvolatile Program Memory Size: 256K bytes. Used: 0 bytes ( 0%). Free: 262144 bytes (100%).
Second Nonvolatile Program Memory Size: None
Internal SRAM Size: 64K bytes
Architecture Identifier: AT91SAM7Sxx Series
Nonvolatile Program Memory Type: Embedded Flash Memory
proxmark3> hw tune
Measuring antenna characteristics, please wait......
# LF antenna: 25.85 V @ 125.00 kHz
# LF antenna: 19.94 V @ 134.00 kHz
# LF optimal: 25.85 V @ 123.71 kHz
# HF antenna: 25.24 V @ 13.56 MHz
Displaying LF tuning graph. Divisor 89 is 134khz, 95 is 125khz.
proxmark3>
HW VERSION RESULTS:
proxmark3> hw version
[[[ Cached information ]]]
Prox/RFID mark3 RFID instrument
uC: AT91SAM7S256 Rev D
Embedded Processor: ARM7TDMI
Nonvolatile Program Memory Size: 256K bytes. Used: 0 bytes ( 0%). Free: 262144 bytes (100%).
Second Nonvolatile Program Memory Size: None
Internal SRAM Size: 64K bytes
Architecture Identifier: AT91SAM7Sxx Series
Nonvolatile Program Memory Type: Embedded Flash Memory
Offline
sorry @OP,
You are running on a custom firmware, you have to ask your question to the creator of that firmware which looks like Willok.
On this forum we recommend to run the offical PM3 master v3.0.1, to be sure there is no bugs in latest source.
#db# Prox/RFID mark3 RFID instrument
#db# bootrom: /-suspect 2016-11-09 00:59:56
#db# os: /-suspect 2016-11-14 03:06:26
#db# HF FPGA image built on 2015/03/09 at 08:41:42
#db# Modify by Willok(willok@163.com)
Offline
sorry @OP,
You are running on a custom firmware, you have to ask your question to the creator of that firmware which looks like Willok.
On this forum we recommend to run the offical PM3 master v3.0.1, to be sure there is no bugs in latest source.#db# Prox/RFID mark3 RFID instrument #db# bootrom: /-suspect 2016-11-09 00:59:56 #db# os: /-suspect 2016-11-14 03:06:26 #db# HF FPGA image built on 2015/03/09 at 08:41:42 #db# Modify by Willok(willok@163.com)
In your opinion, do you think I should update my firmware? If so, can you please send me a link where I can see step by step? I am very new and would appreciate your guidance. Thanks
Offline
Pages: 1