I writing an application in C# that writes a NDEF record to a MIFARE 1k tag. Im using the ACR122 contactless card reader to send APDU commands.
The record that I want to write is URI type, and it needs to be long, so thats where my problem begins.
So far Im able to write to whichever block I want, but I can only read what is written in the first sector (blocks 4,5 and 6). blocks 8 and 9 (second sector) have content but cannot be read.
Since I cant write to the sector block, i make the jump from block 6 to 8. So, Im not sure if I have to set a byte that indicates that the message continues on the other block.
Any thoughts?
Im using my android nfc enable to read the messages...