Hi,
In NFC reader lib, we gave example code for card emaulation, see http://www.nxp.com/documents/user_manual/UM10954.pdf
4.7 Example 8 – HCE T4T
Example 8 implements a Type 4 Tag card emulation according to NFC Forum Type 4
Tag specification. The example supports all specified commands such as
Select,ReadBinary,Update Binary.
With this example our reader is in card emulation mode (HCE) and it support reading and
writing data. Default data is configured as an NDEF message as a url
The maximum NDEF length the reader can write is limited by NDEF file size used in
example (default configured as 1024 bytes).
Regards,
Weidong