Emulate NDEF tag ESP32
Hello,
I’m working with an ST25R3916 and an ESP32-S3. I ported the RFAL library to the ESP32 (platform.c), and it works — I can successfully read a tag with this setup.
However, I’m struggling to emulate a tag in order to send an NDEF message.
Does anyone know where I could find an example implementation for this?
For more context: when I enable tag emulation, my reader correctly detects the programmed UID, but I can’t manage to retrieve the NDEF.
Thanks in advance.
