Hello,
I am currently working on card emulation with PN7160, connected to an ESP32.
When I tap the PN7160 to an Android NFC reader (using NFC Tools), the emulated card is detected. However, I notice that the UID changes on each tap, except for the first byte, which is always 08.
Example UIDs I observed:
08467004
0886036e
08c7351f
0831fb0d
...
My question is:
Is it possible to configure a fully custom static UID (e.g., fixed 4-byte UID like "0456789A") when using card emulation mode on the PN7160?
Any insights or guidance would be greatly appreciated!