cancel
Showing results for 
Search instead for 
Did you mean: 

making a multi tag inventory with CR95hf

Michael Werson
Associate II
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.

1 ACCEPTED SOLUTION

Accepted Solutions
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.

 

View solution in original post

1 REPLY 1
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.