-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Improve NFC sniffer (PCD/PICC) ISO/IEC 14443A #19
Comments
Is there sniffer mode in this code? |
So far the sniffer code for ISO14443A is not finished (so this issue will remain open until it is implemented and fully working)
Alternative way (low level requires oscilloscope/logic analyzer) to sniff any protocol (raw mode) is to use dnfc mode with command set-nfc-obsv I can provide more details in private if you are interested in this alternative low level (requiring oscilloscope/logic analyer) until the sniffer code for ISO14443A is available
|
could you explain in more detail? |
Please contact me by Email bvernoux@hydrabus.com (and provide details where/when you have bought HydraNFC v2 + HydraBus) I do not want to provide support about that in an issue as it is very technical and requires hardware (oscilloscope/logic analyzer HydraBus+HydraNFC v2) and knowledge on ST25R3916 |
Actual code provide basic low level sniffer for (PCD/PICC) ISO/IEC 14443A when using dnfc2 => sniff command
T_SNIFF (Test special sniffer ST25R3916 MCU_CLK(PA5) and CSI CSO)
It requires a Logic Analyzer or an Oscilloscope to capture the binary data then user's shall do manual decode of the PCD / PICC bit to final data.
Logic Analyzer Setup:
Capture trigger on Channel 0 (CSO) on rising edge
(Show Reader/Tag)
Setup example
Example capture and "manual" decoding
DSView with DSLogic U3Pro16 capture of a Mifare Classic 4K
Picoscope capture of a Mifare Classic 1K
Any contribution is welcome for the decoder to be embedded in Firmware or done externally on PC or even better by writing a dedicated PulseView/DSView decoder
The text was updated successfully, but these errors were encountered: