[Interest] [NFC] RFID tag reading

Oleg Evseev ev.mipt at gmail.com
Mon Mar 13 12:27:26 CET 2017


Hi,

I'm trying to run ndefeditor example on one android tablet (with android
4.4.4), app prints QtNfc getStartIntent to console, but
targetDetected/targetLost signals aren't fired, until I add

<intent-filter>
<action android:name="android.nfc.action.TAG_DISCOVERED"/>
<category android:name="android.intent.category.DEFAULT"/>
</intent-filter>

to AndroidManifest (as suggested here with same issues
http://stackoverflow.com/questions/33346378/how-to-get-nfc-working-on-android-using-qt-5-6
)

But when I do that Android trying to launch app every time I put down rfid
to nfc reader (and app crash), even if it's already launched. The only way
when it tag can be read in this situation is the first time app launch
after click retrieve button (tag is already detached from sensor).

On another tablet with 4.4.2, signals are fired correctly even if app is
not default rfid tag reader.

Tag is NXP MIFARE Classic 1k

I'm pretty sure that it's a hardware aspect issues, but maybe somebody from
Qt community had encountered such things and has alternative solutions.

With best regards, Oleg
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.qt-project.org/pipermail/interest/attachments/20170313/407dfa16/attachment.html>


More information about the Interest mailing list