How to unlock the NTAG NT3H2211 with Arduino

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

How to unlock the NTAG NT3H2211 with Arduino

2,301 次查看
marvin_lochmann
Contributor I

Hello everybody,

currently I'm using the NTAG NT3H2211.

Honestly, i was writing a lot of data on the chip without knowing where the data was saved. I assume i changed the capability container and/or some of the lock registers.

I am not really familiar with unlocking specific registers. Can you help me?

The first registry is filled with:

04 2F 25 E2

C5 4E 80 00

44 00 20 40

E7 78 FB 62

Config. Registry

01 02 F8 48

08 01 00 --

Session registry

01 00 F8 48

08 01 01 --

I hope this helps.

thanks alot

标记 (2)
0 项奖励
回复
2 回复数

1,963 次查看
marvin_lochmann
Contributor I

Hello,

thanks for your reply.

here is the datasheet. https://www.nxp.com/docs/en/data-sheet/NT3H2111_2211.pdf 

As i wrote, the password protection is changed to

x 44 00 20 40

i am sure it should be but, as you wrote, its password protected.

44 00 00 00

 

It seems that i also changed the Capability Container (CC) to

E7 78 FB 62

which i am not able to change with my current programm.

any help is appreciated

0 项奖励
回复

1,963 次查看
fernandohcoelho
Contributor III

Hello,

First of all, try reading the tag with the NXP Tag Info App for Android. It will bring a lot of information about the tag.

Second, also in the app make a FULL SCAN. If the sector is marked the a '*' it is permanently locked and cannot be changed. Sectors marked with 'XX' are password protected and can only be unlock with the AUTH command.

Always watch out for the "Control Sectors" of tag (probably the 02h and 03h sectors). You can permanently damaged the tags if you mess around with them.

Datasheet is always helpful in this cases. 

0 项奖励
回复