I've recently bought a MiFare reader as a project for automating my household a little further. The idea was to make an android app, which talks to a server inside the house, and provide rolling keys in order to emit those via NFC to the reader. From either a phone or a watch.
I've recently started to wonder if it is possible for android to detect the reader itself, and open a NFC intent (brewed android app) in order to send the key to the reader. Just like happens with Google Pay. Phone detects terminal, starts app intent, transmits data.
Is it possible for such device?