ST25DV icon indicating copy to clipboard operation
ST25DV copied to clipboard

Support for other content types

Open jwktje opened this issue 4 years ago • 5 comments

I have a question. Is it possible to write information of types such as;

  • Business card
  • WiFi Network
  • Email
  • Telephone number
  • Geo location
  • Launching an app
  • SMS

jwktje avatar Nov 04 '20 15:11 jwktje

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

cparata avatar Nov 04 '20 16:11 cparata

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.

jwktje avatar Nov 10 '20 11:11 jwktje

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

cparata avatar Nov 18 '20 10:11 cparata

Can I read NFC tags with this device? Or only send to a phone. More documentation would be great.

hepaestus avatar Oct 28 '21 17:10 hepaestus

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

cparata avatar Oct 28 '21 18:10 cparata