Hello,
I’m building an app and thinking about incorporating NFC tags in workflow.
What I’m hoping to achieve:
- have a few NFC tags at different locations
- when someone taps the tag using their phone, it will bring them to the streamlit app.
- Meanwhile, I want the app to know which NFC tag was used to differentiate the location of the user for some logic in the app.
Have anyone tried it or if this something doable? If so, any specific requirement for the NFC tag I should buy and how to incorporate it in the python code?
Thanks!