I'm trying to emulate a tag on the PN532. I need this to interface with a device that only support tags in its API, but no LLCP or other P2P protocol.
I want to handle the read/writes using the host controller. Any emulated tag type would be OK (Mifare, Felica, etc.) but my solution does not include a secure element.
I think Mifare Ultralight would be ideal. As it does not include any encryption (just plain read and writes) it may be possible to emulate easily than any other?
In short, is it possible to emulate a tag that can reply to read/write commands from an initiator/reader without using a secure IC on the PN532?