For my project, I would like to do an NFC tag based build taxonomy. I would like to scan the NFC tag with the built-in iPhone/Android application (not an app store app) to open the URL stored on the NFC tag in the browser. So far so good. This is Now I need the UID of an NFC tag to be able to call the corresponding information in my database (PostgreSQL). The information should be displayed in the web app.
The Question: How do I get the UID parallel to the URL from the NFC tag into my program to start the database query?
Thanks a lot for your ideas.
In addition Andrew's suggestions you may add the UID to the URL as a parameter. This means that when you program the tags, you have to read the UID first, combine that into the URL and store that in the tag.