Skip to main content
Visitor II
February 13, 2017
Solved

making a multi tag inventory with CR95hf

  • February 13, 2017
  • 1 reply
  • 647 views
Posted on February 14, 2017 at 00:23

I am using the ST iso19653 and CR95HF software libraries in my application and by following the example set in the M24LRXX code I can make an inventory of a single tag. I want to be able to regonise more than 1 tag in the field and have tried using the 16slot inventory command but this returns with an error. As there are no worked examples for the detection of multiple tags I am not sure how to set up the mask length and mask parameters.

    This topic has been closed for replies.
    Best answer by Peter Boringer
    Posted on February 14, 2017 at 16:56

    You should have access in the library available on ST.com 

    STSW-M24LR0073.7.0ActiveST

    (

    http://www.st.com/content/st_com/en/products/embedded-software/st25-nfc-rfid-software/stsw-m24lr007.html

    )

    Check in the library the

     

    lib_iso15693pcd.c file including the function ISO15693_RunAntiCollision.  This function runs an anticollision sequence and returns the number of tag seen and their UID.  Take care prior you have to perform the protocol select command.

    Regards.

     

    1 reply

    Visitor II
    February 14, 2017
    Posted on February 14, 2017 at 16:56

    You should have access in the library available on ST.com 

    STSW-M24LR0073.7.0ActiveST

    (

    http://www.st.com/content/st_com/en/products/embedded-software/st25-nfc-rfid-software/stsw-m24lr007.html

    )

    Check in the library the

     

    lib_iso15693pcd.c file including the function ISO15693_RunAntiCollision.  This function runs an anticollision sequence and returns the number of tag seen and their UID.  Take care prior you have to perform the protocol select command.

    Regards.