Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for other content types #6

Open
jwktje opened this issue Nov 4, 2020 · 5 comments
Open

Support for other content types #6

jwktje opened this issue Nov 4, 2020 · 5 comments
Assignees
Labels
enhancement New feature or request

Comments

@jwktje
Copy link

jwktje commented Nov 4, 2020

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
@cparata cparata added the enhancement New feature or request label Nov 4, 2020
@cparata
Copy link
Contributor

cparata commented Nov 4, 2020

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

@jwktje
Copy link
Author

jwktje commented Nov 10, 2020

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.

@cparata
Copy link
Contributor

cparata commented Nov 18, 2020

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

@hepaestus
Copy link

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

@cparata
Copy link
Contributor

cparata commented Oct 28, 2021

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants