I am using ACR1252 device connected to a windows laptop and trying to emulate a card with a URL tag. I was able to send a tag using Mifare emulation mode (the way that @michael-roland described in Accessing card-emulation mode on USB-NFC-Reader). But unfortunately, the read of the tag is not stable for android devices(the read happens only once for 15 attempts). I decided to try Felica card emulation. According the documentation of ACR1252 the byte for NFCMode in the command has to be changed:
NfcMode 1 byte. NFC Device Mode.
01h = MIFARE Ultralight Card
03h = FeliCa Card Emulation Mode
The write command is specified like: Write Card Emulation Data Command Format
But seems it is not enough because Felica has a different memory structure. My android phone reads the tag but can not recognize the content of NDEF message. Does anybody know how to change the message to make it recognizable? Any advice is highly appreciated.
When I send
E0 00 00 60 1C 01 03 00 18 E1 10 06 00 03 0F D1 01 0B 55 01 67 6F 6F 67 6C 65 2E 63 6F 6D FE 00 00
Got the same problem. I've solved it by sending the TAG 3 attribute block and then the NDEF message.
How to construct the attribute block check out http://apps4android.org/nfc-specifications/NFCForum-TS-Type-3-Tag_1.1.pdf#page=23&zoom=100,117,344
About the NDEF message, it needs to be without a TLV block wrapper.
For the attribute block:
Then combine them together and sent to the reader with control comand.