2018-10-15 12:53 AM
Hi, I'm really new in this world but I'm trying to read a NFC card with my NFC01A1 on a Nucleo L476RG but all the examples I found are only for writing on an android phone. Is it possible to read a NFC card with the NFC01A1 ? And if yes, how ? Is there an example somewhere ?
Solved! Go to Solution.
2018-10-15 01:24 AM
Hi,
M24SR is a Dynamic Tag, so it is an EEPROM memory which can be read/write through RF (smartphone or reader) or I2C (MCU). This is why you have found only examples to access memory with a smartphone or a reader or MCU.
If you want to read/write a tag you need a NFC reader (e.g. NFC03A1, NFC05A1). A smartphone can do the job too, for that you'll need an application you can find on st.com or on Google Play Store (ST25 NFC tap).
If you are new to the NFC world, you can check the technical note of the nfc guide that can help you get started in this world.
Useful links:
ST25 NFC Tap : https://www.st.com/content/st_com/en/products/embedded-software/st25-nfc-rfid-software/stsw-st25001.html
Regards.
2018-10-15 01:24 AM
Hi,
M24SR is a Dynamic Tag, so it is an EEPROM memory which can be read/write through RF (smartphone or reader) or I2C (MCU). This is why you have found only examples to access memory with a smartphone or a reader or MCU.
If you want to read/write a tag you need a NFC reader (e.g. NFC03A1, NFC05A1). A smartphone can do the job too, for that you'll need an application you can find on st.com or on Google Play Store (ST25 NFC tap).
If you are new to the NFC world, you can check the technical note of the nfc guide that can help you get started in this world.
Useful links:
ST25 NFC Tap : https://www.st.com/content/st_com/en/products/embedded-software/st25-nfc-rfid-software/stsw-st25001.html
Regards.