I write multiple data sets on a NFC tag (using Android app NFC Tools pro). I read this tag using Tasker, but I only get the first data set. Is there a way to retrieve all data sets with Tasker?
What I want to achieve:
- Create NFC-Tags with parameters for Tasker (to define which task to run and some payload for the task).
- I want to avoid any dependencies on other tools to scan the tag and hand over the data to tasker.
- Recognizing the tag by ID isn't an option, as there will be a lot of tags, multiple devices and subsequently added tags. So the tag needs to be recognized by it's data. No problem, if the first data set is written accordingly. But I don't get access to the other data sets with tasker. An option would be to put all data in the first data set, but then the string-to-recognize-the-tag would need to be wildcarded or substring-limited, which seems to be unsupported.