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.
Marshmellow. I dont know how to get a hold of you buddy, but Im having a problem with stand alone mode.
Prox/RFID mark3 RFID instrument
bootrom: /-suspect 2015-11-04 22:15:34
os: master/v1.1.0-657-gc4c3af7-suspect 2016-01-26 07:48:55
LF FPGA image built for 2s30vq100 on 2015/03/06 at 07:38:04
HF FPGA image built for 2s30vq100 on 2015/11/ 2 at 9: 8: 8
uC: AT91SAM7S512 Rev B
Embedded Processor: ARM7TDMI
Nonvolatile Program Memory Size: 512K bytes. Used: 168954 bytes (32). Free: 355334 bytes (68).
Second Nonvolatile Program Memory Size: None
Internal SRAM Size: 64K bytes
Architecture Identifier: AT91SAM7Sxx Series
Nonvolatile Program Memory Type: Embedded Flash Memory
Long press button enables stand alone mode but lights c&d stay lit and the proxmark hangs. no response from tags or button.
trying the same with usb here is the readout.
db# Stand-alone mode! No PC necessary.
#db# DownloadFPGA(len: 42096)
#db# Enabling iso14443a reader mode for [Bank: 0]...
(Lights c&d lit)
After i press the button i get :
#db# Button press detected but no stored tag to play. (Ignoring button)
Same problem with Master/v2.2
Last edited by Apt-Get (2016-02-03 00:50:13)
Offline
It appears you have compiled the hf standalone mode. What type of tags are you attempting to store?
Offline
It appears you have compiled the hf standalone mode. What type of tags are you attempting to store?
lf
i didnt do anything special just downloaded the master or your fork. ran make and installed it.
After testing HF. yes that is working. so how do it get the LF stand-alone working?
Last edited by Apt-Get (2016-02-03 01:51:11)
Offline
I believe you need to change a makefile switch. But I am going from memory. I didn't build that function, nor do I use them.
Offline
I believe you need to change a makefile switch. But I am going from memory. I didn't build that function, nor do I use them.
OK.Thanks Buddy,
Does anyone know how to compile the LF stand-alone ?
Cheers
Offline
It would likely be in the armsrc makefile
Offline
It would likely be in the armsrc makefile
not sure what to do from here..
@ICEMAN? Do you know how to compile the lf Stand-alone?
Anyone?
Thanks for any advice, I really appreciate it and im learning a lot!
Cheers
Last edited by Apt-Get (2016-02-03 03:18:53)
Offline
Line 13 of the arm makefile needs DWITH_ISO14443a_StandAlone removed to use lf standalone mode. (Compile and flash.). And put it back to reenable hf standalone mode.
Offline
Line 13 of the arm makefile needs DWITH_ISO14443a_StandAlone removed to use lf standalone mode. (Compile and flash.). And put it back to reenable hf standalone mode.
BAM!.. Thanks Buddy!
look what i found
os: master/v1.1.0-658-g9fc602c-dirty-suspect 2016-02-03 04:38:24
working with the LF in standalone.
Last edited by Apt-Get (2016-02-03 05:56:35)
Offline
i noticed that standalone clone is not working
.db# Starting recording
#db# TAG ID: 2005998136 (49307) - Format Len: 26bit - FC: 204 - Card: 49307
#db# Recorded 0 20 5998136
#db# Cloning 0 20 5998136
#db# Tags can only have 44 bits.
#db# Cloned 0 20 5998136
this is the output.
Offline
Are you sure you have the most recent code compiled? It looks like and old release version (1.1)
Offline
Prox/RFID mark3 RFID instrument
bootrom: /-suspect 2015-11-04 22:15:34
os: master/v2.2.0-142-g7ede3c7-dirty-suspect 2016-02-03 05:12:03
LF FPGA image built for 2s30vq100 on 2015/03/06 at 07:38:04
HF FPGA image built for 2s30vq100 on 2015/11/ 2 at 9: 8: 8
Had the same clone issue with your fork also buddy. Thats why i tried the Master.
Offline