Reply To: Creating NFC Android App to act as MIFARE card to interact with MIFARE readers

Forum MIFARE general topics and applications Creating NFC Android App to act as MIFARE card to interact with MIFARE readers Reply To: Creating NFC Android App to act as MIFARE card to interact with MIFARE readers

Re: Creating NFC Android App to act as MIFARE card to interact with MIFARE readers

18. August 2015 at 18:25
Hi Andrew,

Yes its possible. Here is a very good example https://github.com/grundid/host-card-emulation-sample which will write to you "Hello Desktop!" The App emulates a MIFARE card with this AID 0xF0, 0x01, 0x02, 0x03, 0x04, 0x05, 0x06 You should make your self familiar with the HCE code.

In the other side you should have an NFC reader (in your case MIFARE NFC) which will be looking for the same AID as in the HCE App. Normally you should send this cmd to the Android phone from your reader after you have brought the two devices close enough 0x00 [CLA], 0xA4 [INS], 0x04, 0x00, 0x07 [Lc], 0xF0, 0x01, 0x02, 0x03, 0x04, 0x05, 0x06, 0x00 [Le]

Kind regards,
Adnan
+ 1  |  - 0