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
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 probably the stupid problem, but I didn't find a solution in this forum.
it doesn't matter if I put my mifare card near antenna or not, hi14read always returns me :
#db# 00000003, 00000000, ffffffff
hi14alist shows no activity
but according to 'tune', I can detect this card:
(without card):
> tune
# LF antenna @ 23 mA / 29438 mV [1273 ohms] 125Khz
# LF antenna @ 23 mA / 28249 mV [1187 ohms] 134Khz
# HF antenna @ 151 mA / 13640 mV [90 ohms] 13.56Mhz
(with card):
> tune
# LF antenna @ 22 mA / 29192 mV [1273 ohms] 125Khz
# LF antenna @ 23 mA / 28249 mV [1187 ohms] 134Khz
# HF antenna @ 128 mA / 11550 mV [90 ohms] 13.56Mhz
loread seems to work without problem (I can read my HID ProxyCard II)
Where is the problem?
I tried original firmware from 3.1.2009, pm3-20090603-r29 and pm3-20090713-r52, but the same problem.
You seem to be mixing commands for different protocols, like hi14read (which is ISO-14443-B) with hi14alist (ISO-14443-A). Try hi14areader maybe prior to hi14alist. Also read the manual.
Of course firstly I tried to use hi14areader, but it returned me:
#db# uknown command
I tried pm3-20090713-r52 and pm3-20090603-r29 firmware.
And my original firmware from 3.1.2009 does not support hi14areader (I don't see it in 'help').
Probably this is related with the fact, that I had problem to flash recent fpga-image.s19 (because after that my device stops working). I have no problem with the flashing recent bootrom.s19 and osimage.s19.
Any ideas?
Thanks,
Pavol
You seem to be mixing commands for different protocols, like hi14read (which is ISO-14443-B) with hi14alist (ISO-14443-A). Try hi14areader maybe prior to hi14alist. Also read the manual.
Yes, so it was related with this problem http://www.proxmark.org/forum/topic/274 … aimages19/
I successfully flashed the recent fpga firmware, and now it works.
Anyway, thanks a lot.
Pavol