2023-02-10 11:17 PM
Hello,
In our project we are trying to interfacing PN7150 NFC reader with STM32L4 controller to read and write to Mailbox of ST25DV04KC dynamic tag.
We would like to know the command format, which i should use to discover the ST25DV tag, and write and read to the mailbox of the same.
Currently we are unable scan the ST25DV nfc tag as well.
Solved! Go to Solution.
2023-02-21 01:26 AM
hi all,
Demo for iOS is under https://www.st.com/content/st_com/en/products/embedded-software/st25-nfc-rfid-software/stsw-st25ios001.html
STSW-ST25IOS002 is the "src" package that contains the source code for iOS ST25SDK in ObjectiveC.
For building and running it, you must install the J2OBJC tool that converts Java to ObjC File.
Here attached, a file describing the procedure.
Hope it helps.
Br
2023-02-14 01:32 AM
Hello,
Let me first suggest you to use s ST25R3916 NFC reader in place of the PN7150. If you are interfacing with a STM32L4 and a ST25DV04KC, all the software libraries are already available with example application code for mailbox usage. This would considerably ease your development.
That said, if you still want to use a PN7150: I'm not very familiar with this reader, so I can only talk about what is required for the ST25DV04KC.
ST25DV04KC is a ISO15693 RFID tag (or NFC type V). So, first thing you need to do is to configure the reader to communicate un ISO15693 mode. I let you consult the PN7150 documentation to know how to do this.
To discover the tag, the ISO15693 protocol is using the Inventory command. Please refer to the ST25DV04KC datasheet or the ISO15693-3 specification to know how to use this command.
The mailbox communication is using custom commands. So you will need to use a tranceive mode of the reader to send those custom commands.
Mailbox must first be configured and enabled in order to work. You can learn more about it in the application note AN4910 (https://www.st.com/content/ccc/resource/technical/document/application_note/group0/14/dd/58/f3/35/20/45/1b/DM00328899/files/DM00328899.pdf/jcr:content/translations/en.DM00328899.pdf)
There is also mailbox code example for the STM32 here:https://www.st.com/en/embedded-software/stsw-st25dv002.html and code example for readers here: https://www.st.com/en/embedded-software/stsw-st25sdk001.html.
Best reagrds.
2023-02-20 10:33 PM
https://www.st.com/en/embedded-software/stsw-st25sdk001.html. We can't find the demo for iOS platform here. Where can I find the iOS SDK or demo?
2023-02-21 01:26 AM
hi all,
Demo for iOS is under https://www.st.com/content/st_com/en/products/embedded-software/st25-nfc-rfid-software/stsw-st25ios001.html
STSW-ST25IOS002 is the "src" package that contains the source code for iOS ST25SDK in ObjectiveC.
For building and running it, you must install the J2OBJC tool that converts Java to ObjC File.
Here attached, a file describing the procedure.
Hope it helps.
Br
2023-02-21 04:44 PM
Thanks, Br
2023-02-22 09:58 PM
Hello @JL. Lebon_O and @victor laraison_O ,
Thanks for the necessary links. I have read this application note and had a doubt please refer query No. 4 and 5.
Also we haven't finalized the NFC reader (CR95HF/PN7160) we will be using in the Keypad application yet, but below are the points that must be fulfilled by the NFC reader.
Query:
Can someone please help me providing information relevant to above queries.
Thanks & Regards,
Nikhil Komalan