cancel
Showing results for 
Search instead for 
Did you mean: 

How to use CR95HF demo board with ISO14443-A tags? Only works with ISO15693. Making python wrapper for C library for linux user for CR95HF, with demo board. Detects ISO15693 tags but not 14443-A tags... Also read_block doesnt seem to work...

IEdwa.1
Associate

CR95HF datasheet: https://www.st.com/resource/en/datasheet/cr95hf.pdf

Demo board: https://www.st.com/en/evaluation-tools/m24lr-discovery.html#documentation

C/C++ library and guide for demo board: https://www.st.com/resource/en/application_note/dm00134778-cr95hf-c-library-for-linux-user-stmicroelectronics.pdf

Dont fully understand datasheet, but used SendReceive to read and write. Wondering how to get it to work with 14443-A. Windows demo software doesnt work for 14443A tag on demo board.

1 REPLY 1
Brian TIDAL
ST Employee

Hi,

Which ISO14443-A tag (manufacturer & model) do you use?

Can you check that the tag is functional by using for example an Android phone + nfc app such as ST25 NFC Tap?

Using the CR95HF Development Software, menu Tools-> Toolbox, can you share the following informations:

  • MCU Revision
  • DLL revision
  • HW version
  • IDN

Can you confirm the board is MB1054B?

Regarding 'Windows demo software doesnt work for 14443A tag on demo board', can you share the log ?

On my side, I can detect ISO14443-A tags:

10-29-2020 11:13:50 ISO14443A REQ-A

>>> CR95HFDLL_SENDRECEIVE, 26 07

<<< 80054200280000

10-29-2020 11:13:50 ISO14443A ANTICOL 1

>>> CR95HFDLL_SENDRECEIVE, 9320 08

<<< 80088802A20028280000

10-29-2020 11:13:50 ISO14443A SELECT 1

>>> CR95HFDLL_SENDRECEIVE, 93708802A20028BA27 08

<<< 800604DA17080000

10-29-2020 11:13:50 ISO14443A ANTICOL 2

>>> CR95HFDLL_SENDRECEIVE, 9520 08

<<< 80083AE8308163280000

10-29-2020 11:13:50 ISO14443A SELECT 2

>>> CR95HFDLL_SENDRECEIVE, 95703AE83081635D0A 08

<<< 800620FC70080000

Rgds

BT

In order to give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.