Reputation: 29
I wanted for the challenge/fun to store an image directly on an NFC tag (and not on a website - yes i know this is not efficient-)
I saw in this thread it could be possible using base 64.
Through a python script, I am able to compress an image and encode it into base64, the output of this message is
data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAA...
Copied into my phone and PC Firefox browser, this render the image and i am able to see it.
However when i scan the NFC on my android phone this lead to a page where i can neither copy the data, neither do it open in a browser, is there a way to setup the NFC in the NFC tool app such that it opens automatically in a browser?
https://photos.app.goo.gl/U7W3f9L5j8mMvZnw8 in this drive pictures of the configurations I tried in NFC tool, and what it does when it is in "text mode"
Do you know a way to have the data copied to the clipboard or to open it directly in a browser? Best would be a way to tell the phone that it is an "openable" link
Upvotes: 2
Views: 38