nfc ntag215 remove password

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

nfc ntag215 remove password

754 Views
ayyad
Contributor I

<div>

 

I send these raw commands:

AUTH TAG ( with default password )

nfc.transceive('1B FF FF FF FF')

CHANGE DEFAULT PASSWORD

nfc.transceive('A2 85 AA BB CC DD')

SET PACK

nfc.transceive('A2 86 EE FF 00 00')

PROTECT ADDRESS 04 TO 81

 

nfc.transceive('A2 84 80 00 00 00')

now how i can remove this password to back card can write ?

</div>

0 Kudos
7 Replies

722 Views
Fabian_R
NXP TechSupport
NXP TechSupport

Hello,

Thank you for using our products.

To remove the password you need to authenticate and configure the respective page. Please take a look at section 8.8.1 Programming of PWD and PACK of the Datasheet.

Could you please clarify which reader are you using?

Best Regards,
Fabian
0 Kudos

719 Views
ayyad
Contributor I
tag type : NXP -NTAG215
0 Kudos

720 Views
ayyad
Contributor I

tag type : NXP -NTAG215

0 Kudos

650 Views
Fabian_R
NXP TechSupport
NXP TechSupport

Hello sir my apologies but, I referred to the Reader you are using. As you can see in our portfolio: https://www.nxp.com/products/rfid-nfc/nfc-hf/nfc-readers:NFC-READER

There are several readers available, and some of them can be used with our NFC Reader Library. This library does include some functions to interface with NTAG 213 and, to correctly remove or modify the password once authenticated.

Best Regards,
Fabian
0 Kudos

622 Views
ayyad
Contributor I
give me example for commands to set password 1234 and remove it for tag type 215
0 Kudos

570 Views
Fabian_R
NXP TechSupport
NXP TechSupport

 

Hello sir,

Unfortunately, I don't have an example for setting a password using an Android device. My recommendation would be to please take a look at the Datasheet commands, along with the NTAG 21x features and hints document.

We recommend to please take a look at our TapLinx SDK from Android which has a set of functions based on Android to read and write into tags.

Best Regards,
Fabian
0 Kudos

640 Views
ayyad
Contributor I

I use NFC tools app

0 Kudos