What to use to do NFC tag emulation in Android app – Android

by
Alexei Petrov
android gradle-kotlin-dsl hce nfc

Quick Fix: Leverage Android HCE to replicate the NFC Type 4A tag. Configure the response to suit reader’s expectations.Refer to the given example for Ndef data format message emulation.

The Problem:

In Android, is it possible to create an application that emulates an NFC tag, allowing other devices to read and interact with it as if it were a real NFC tag? The goal is to create a virtual NFC tag that can be used to perform specific tasks, such as unlocking a door or triggering a certain action on a smartphone, without requiring a third-party application or P2P data transmission.

Q&A

NFC tag emulation in Android app?

Use Android HCE to emulate NFC Type 4A tags.

Android HCE response requirement?

Match the tag response to what the NFC reader expects.

Video Explanation:

The following video, titled "NFC Tools : How to emulate your NFC tags - YouTube", provides additional insights and in-depth exploration related to the topics discussed in this post.

Play video

This video explain how to emulate a NFC record with NFC Tools. • Apps & Sofwares NFC Tools for Android: ...