Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Mobile and Embedded
  4. QtNfc and neard
Forum Updated to NodeBB v4.3 + New Features

QtNfc and neard

Scheduled Pinned Locked Moved Unsolved Mobile and Embedded
2 Posts 2 Posters 665 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • xstreamX Offline
    xstreamX Offline
    xstream
    wrote on last edited by xstream
    #1

    Hey. I want to receive information about nfc-cards through the qt, but QNearFieldManager-> isAvailable () return false.

    At the same time I can not read the debug information.

    QLoggingCategory::setFilterRules(QStringLiteral("qt.nfc.neard.*=true"));
    

    and

    QT_LOGGING_RULES="qt.nfc.neard.*=true"
    

    does not work.

    what is the problem?

    ./test-adapter list
    [ /org/neard/nfc0 ]
    Protocols = [ Felica MIFARE Jewel ISO-DEP NFC-DEP ]
    Mode = Idle
    Polling = true
    Powered = true

    Qt 5.2.1
    neard 0.15
    ubuntu 14.04

    1 Reply Last reply
    0
    • SGaistS Offline
      SGaistS Offline
      SGaist
      Lifetime Qt Champion
      wrote on last edited by
      #2

      Hi and welcome to devnet,

      IIRC it should be "qt.nfc.neard=true" to get the logging output.

      Interested in AI ? www.idiap.ch
      Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

      1 Reply Last reply
      0

      • Login

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • Users
      • Groups
      • Search
      • Get Qt Extensions
      • Unsolved