2018-10-17 02:03 PM
Hi ! I have a Nucelo-L476RG with a NFC03A1 and a IDW01M1 wifi module (I also have the IDW04A1) and I want to send the RFID tag scanned with the NFC03A1 via a wifi module but I cant find any example on the internet to help me.
Solved! Go to Solution.
2018-10-23 07:35 AM
Hi juju.botton1,
For an ISO14443A, the UID is collected during anti-collision. You can try using the ISO14443A_MultiTagHunting function in lib_iso14443Apcd file to help you.
Hope this can help you
Best Regards.
2018-10-18 01:50 AM
Hello,
You have documentation on NFC03 and X-CUBE in ST.com:
In the User manual UM2045 you will have material to access RFID as explained below :
X-CUBE-NFC3 provides a complete middleware for STM32 to build applications using 13.56-MHz multi-protocol contactless transceiver IC (CR95HF-VMD5T). It is easily portable across different MCU families, thanks to STM32Cube. This package contains a sample application example to detect NFC tags of different class, to write URI text into the detected passive tag, and then to read back the URI text from the tag.
Then I would suggest to go to WIFI documentation to complete your application setup.
Regards
PB
2018-10-22 02:23 AM
I now own a NFC03A1, I ran the example but it only gave me the NFC type, like when I tag a NFC card it shows "NFC type 2 detected" but I can't figured how to show the ID written on the card, can you help me ?
2018-10-23 07:35 AM
Hi juju.botton1,
For an ISO14443A, the UID is collected during anti-collision. You can try using the ISO14443A_MultiTagHunting function in lib_iso14443Apcd file to help you.
Hope this can help you
Best Regards.