Solved
M24SR i2c communication protocol features
Posted on May 19, 2016 at 10:47
I am currently developing NFC-powered device, based on Arduino and M24SR02 dynamic NFC tags.
was chosen for establishing communication between Arduino and M24SR, and it works pretty fine with short NDEF messages. But I have noticed strange behavior, when reading long NDEF messages. After reading ST documentation following questions appeared:1) What is the purpose of DID field ?2) Is it necessary to answer to S(WTX) ?3) Who an when can send S(WTX) command?Any help will be appreciated.