nfc ntag215 remove password

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

nfc ntag215 remove password

755 次查看
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 项奖励
7 回复数

723 次查看
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 项奖励

720 次查看
ayyad
Contributor I
tag type : NXP -NTAG215
0 项奖励

721 次查看
ayyad
Contributor I

tag type : NXP -NTAG215

0 项奖励

651 次查看
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 项奖励

623 次查看
ayyad
Contributor I
give me example for commands to set password 1234 and remove it for tag type 215
0 项奖励

571 次查看
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 项奖励

641 次查看
ayyad
Contributor I

I use NFC tools app

0 项奖励