M24LR04E-R data transfer speed
Hi,
We are testing the M24LR04E-R with NDEF messages and find the speed very slow.
We are currently using Android, but we see the same behaviour with iOS.
If we write 400 bytes of data as TEXT tag. With this simple code:
NdefRecord mRecord = NdefRecord.createTextRecord("en", text);
NdefMessage mMsg = new NdefMessage(mRecord);
ndefTag.writeNdefMessage(mMsg);
Reading the 400 bytes of payload data as NDEF record takes approximately 1.3 second. Thats a throughput of 307 bytes/second. We use native Android code, similar to the write code.
I can see there is data rate low and high - anyone knows how i can choose to use data rate high with standard Android java code?
Or other suggestions to lower the rate? If we could just move 400 bytes in 4-500 ms. it would be acceptable.
Regards Jens
