Mifare Classic Emulation Not Working & I haven't found a complete code or step-by-step guide for Mifare Classic emulation

719 Views Asked by At

I attempted to implement Mifare Classic Emulation using an HCE (Host Card Emulation) Service, but I encountered issues with its functionality.

Here's what I did: I created an HCE service and attempted to emulate static data. However, when I placed my phone near an NFC reader (specifically the ACR1255U-J1 that I purchased from Amazon), I didn't receive any response or activity from the reader. Consequently, my attempt to emulate data was unsuccessful.

I'm seeking guidance on how to properly implement Mifare Classic emulation. I'm wondering if there's any involvement of a Secure Element role or other steps that need to be taken.

My goal is to create an Android application that can emulate Mifare Classic cards. The purpose of this application is to enable NFC-supported locks to be unlocked or locked using my app.

1

There are 1 best solutions below

3
Andrew On

HCE in Android only emulates NFC Type 4A Tags, it cannot emulate the non NFC standard Mifare Classic Cards.