2022-07-17 08:28 PM
Hello, I am developing Arduino using CR95HF.
I succeeded in reading the Tag ID using Cr95HF
If you read it with mifareCard 1K, you can read the Tag ID, but it does not read/write the memory sector.
I need to go through the authentication method to read, but I would appreciate it if you could tell me how to use it because there is no description. Can you provide the data informally?
Thank you.
Solved! Go to Solution.
2022-07-18 12:41 AM
Hi,
see similar post on this subject: https://community.st.com/s/question/0D53W00000Gj4noSAB/hellocan-any-one-write-a-block-data-into-1k-mifare-classic-card-with-cr95hf-isoiec14443athanks
Such tag use proprietary authentication and ciphering. CR95HF supports the physical framing used for those tags. The support of the proprietary authentication and ciphering on top of CR95HF cannot be provided by ST for legal reasons.
Such tags are not Type 2 compliant. If your want to simply perform Read/Write commands, Type 2 compliant tags will fulfill your need: I would recommend to use T2T tags from the ST25TN series.
Rgds
BT
2022-07-18 12:41 AM
Hi,
see similar post on this subject: https://community.st.com/s/question/0D53W00000Gj4noSAB/hellocan-any-one-write-a-block-data-into-1k-mifare-classic-card-with-cr95hf-isoiec14443athanks
Such tag use proprietary authentication and ciphering. CR95HF supports the physical framing used for those tags. The support of the proprietary authentication and ciphering on top of CR95HF cannot be provided by ST for legal reasons.
Such tags are not Type 2 compliant. If your want to simply perform Read/Write commands, Type 2 compliant tags will fulfill your need: I would recommend to use T2T tags from the ST25TN series.
Rgds
BT
2022-07-18 02:30 AM
Thank you for your answer.
Could you share the data on how to activate the CR95HF card emulator function? I would appreciate it if you could share the code data informally.
I am developing by applying CR95HF with Arduino sketch.
2022-07-18 02:49 AM
2022-07-18 04:44 AM
Hi,
the various commands for the Card Emulation mode are described in the Data Sheet:
Rgds
BT
2022-07-19 02:27 AM
Question edited by moderation - Please, do not post private info on public posts
2022-07-19 05:10 PM
I'll be careful. Thank you.