I have a NHS3152 NTAG that I use with the Android SDK.
When it is powered it works correctly:
- The tag is detected as NdefFormatable
- I send the format message
- The tag is detected as Ndef, I can read and write NDEF messages now
When it is unpowered it doesn't work:
- The tag is detected as NdefFormatable
- I send the format message
- The tag is stil detected as NdefFormatable, I can't read/write NDEF messages
I've seen that the NXP TagWriter is able to write NDEF messages when unpowered (although it can't read NDEF messages), I guess it doesn't use the default Android NFC libraries?
Is there any way to read/write NDEF messages when the device is unpowered?