adonno / tagreader

Simple to build/use NFC tag reader, specially created for Home Assistant
https://adonno.com
GNU General Public License v3.0
1.18k stars 185 forks source link

Scanning an Android phone as a tag? #62

Closed poblabs closed 3 years ago

poblabs commented 3 years ago

When using my android phone as a tag, and scanning it on the scanner, Home Assistant recognizes it as a different tag each time it's scanned.

Any tips on how to "lock down" just one tag id to my phone?

image

adonno commented 3 years ago

So android will change the UID on every scan however there seems to be people and apps that mange to emulate a ndef tag

https://stackoverflow.com/questions/6138077/can-an-android-nfc-phone-act-as-an-nfc-tag

More precisely https://stackoverflow.com/a/8240340

But also please read this post that advises to just use a sticker instead of your phone

https://stackoverflow.com/a/9149881

poblabs commented 3 years ago

Looks like it's possible as an app. Would be great to have this added to the companion app as an option. @balloob @adonno

Thanks gents