SL3S4011: Writing with I2C into a locked EPC area

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

SL3S4011: Writing with I2C into a locked EPC area

1,188 次查看
predi
Contributor II

Hi everybody,

I am currently testing the RFID tag SL3S4011.
I can write with the I2C interfaces into the unlocked EPC area.

But now I’d like to write into the locked EPC area, so that the data is only rewritable with the right password.

So I currently set an access password with the RF interface and locked the reserved memory area.

Afterwards I used the password to lock the EPC area.

Now I’d like to write into the EPC area with the I2C interfaces but I couldn’t find out how to do just that.

Can somebody help me please? :smileyhappy:

Greetings, Dennis

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

895 次查看
predi
Contributor II

Hey everybody,

I found out how to unlock the EPC area via I2C.

EPC lock example: 

  • Address = 0x803C
  • Write 0x08 0x00 0x08 0x00

EPC unlock example:

  • Address = 0x803C
  • Write 0x08 0x00 0x00 0x00

A password isn't necessary.

Greetings, Dennis

895 次查看
predi
Contributor II

Doesn't anyone have an idea?

0 项奖励