PN532 can emulate as NDEF with TgInitAsTarget commands, but it can not works with just a single command, after that it also needs to use TgGetData and TgSetData commands to communicate with the reader. The code on Arduino – emulate_tag_ndef.ino requires a host controller, which is the Arduino board or some other board like ESP32 […]