ST25DV
ST25DV copied to clipboard
Support for other content types
I have a question. Is it possible to write information of types such as;
- Business card
- WiFi Network
- Telephone number
- Geo location
- Launching an app
- SMS
There are no specific APIs implemented in the ST25DV class, but it should be possible using the APIs in "src/libNDEF" files. I will tag this issue as enhancement
No problem, specific API's aren't needed. If an example could be included that shows how to use a raw type from the NDEF files I think I would be able to make it work for all of the types myself.
Hi @jwktje , you can give a look how writeURI and readURI are implemented and then try to do the same with the API that you can find in "src/libNDEF" for all the other types. Unfortunately, I do not have band in this moment to support you on this task. Best Regards, Carlo
Can I read NFC tags with this device? Or only send to a phone. More documentation would be great.
Hi @hepaestus, actually this device is an NFC tag. If you are looking for an NFC reader, you can give a look at these devices:
https://github.com/stm32duino/X-NUCLEO-NFC03A1 https://github.com/stm32duino/X-NUCLEO-NFC05A1 https://github.com/stm32duino/X-NUCLEO-NFC06A1
They are all supported in Arduino and they can read/write several types of NFC tags. Best Regards, Carlo