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. Point me to Literature for NFC Tag Read
QtWS25 Last Chance

Point me to Literature for NFC Tag Read

Scheduled Pinned Locked Moved Mobile and Embedded
3 Posts 2 Posters 1.4k Views
  • 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.
  • A Offline
    A Offline
    ajayzone
    wrote on last edited by
    #1

    Hi,

    I have used a few examples for tag read and am able to read and right a tag
    But am not able to change Either Security Key A/B or Read/write a particular Sector/Block,
    I went through " NFC Classes " But totally missed something some where.
    Please point me in the right direction.

    Thanks.

    1 Reply Last reply
    0
    • A Offline
      A Offline
      amccarthy
      wrote on last edited by
      #2

      Look at the QNearFieldTagType1, QNearFieldTagType2, QNearFieldTagType3 or QNearFieldTagType4 classes, they have methods for reading and writing particular sectors/blocks.

      The API does not provide methods for changing security keys, you can however use QNearFieldTarget::sendCommand() to send a raw command to the tag. You will need to construct a command appropriate for your tag type.

      1 Reply Last reply
      0
      • A Offline
        A Offline
        ajayzone
        wrote on last edited by
        #3

        Thanks,

        I looked into this and have to dig a bit further.
        Thanks again.

        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