4 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
0
votes
1
answer
165
views
What does Android's default NFC anticollision protocol and subsequent data exchange logic look like?
I'm implementing NFC-A Type 2 Tag Emulation using an ST25R3916. This is as part of a device that will switch between reader mode and tag mode, and reader mode is tuned and works just fine. As I'm in ...
0
votes
0
answers
84
views
Android error "Tag Was Lost" in XIAOMI only
I am developing an application with NFC and an NFC TAG (ST25). When I send more than 13 bytes with the nfcV.transceive() command, I receive the error "TAG WAS LOST", but it only occurs on ...
2
votes
1
answer
2k
views
How to use a Java library with KMM (Kotlin Multiplatform Mobile)
I am developing an Android application that uses the ST25 library to read NFC ST tags. I would like to port my application also to iOS using KMM, a cross-platform solution based on Kotlin. The ST25 ...
3
votes
1
answer
1k
views
NFC-tag password protection with ST25 android SDK
I'm working with ST25 tags, more specifically type5 tags ST25DV64K. The ST25 SDK for android has some interesting examples and tutorials in it. I'm still struggling to use the code example provided at ...