Hello, I'm trying to use NFC module on nrf52382 chip (DK PCA10040) and prepared firmware "nfc_text_record_pca10040" from examples of SDK v13. After flashing the Mifare ultralight card is recognized by reader with some UID. The question is how to set/get the UID of this emulated card. I found the
hal_nfc_parameter_set and
hal_nfc_parameter_get
methods the parameter could be set by ID but I did not found any ID list in the project. Are these methods intended to work with card UID field?
Thanks