omz:forum

    • Register
    • Login
    • Search
    • Recent
    • Popular

    Welcome!

    This is the community forum for my apps Pythonista and Editorial.

    For individual support questions, you can also send an email. If you have a very short question or just want to say hello — I'm @olemoritz on Twitter.


    How do i use the NFC feature on an iphone?

    Pythonista
    4
    4
    1506
    Loading More Posts
    • 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.
    • Yolo_gamer
      Yolo_gamer last edited by Yolo_gamer

      I am trying to store custom data on a nfc tag that can be read and written to by my phone.
      the nfc tags will be used like an amiibo where the user places a character(3d printed),that has a nfc tag ,onto their phone and it will influence the game depending on the character.
      if pythonista can read the nfc tag i can have custom chatacters based on what tag was used

      Does anyone know how to access the nfc element within pythonista?

      Edit:
      I have "pip install" the nfc module but when i try to use it an error appears "dlopen(): file not found: libusb-1.0.dylib"

      mikael 1 Reply Last reply Reply Quote 0
      • mikael
        mikael @Yolo_gamer last edited by

        @Yolo_gamer, according to this you would need a plist entitlement to play with NFC, and Pythonista is unlikely to have it.

        1 Reply Last reply Reply Quote 0
        • ccc
          ccc last edited by

          For this use case, you might get a bit further with https://pyto.app than with Pythonista.

          Bruno Beat 1 Reply Last reply Reply Quote 0
          • Bruno Beat
            Bruno Beat @ccc last edited by

            @ccc Hi there is any code in Python avaible to use with iPhone to read / write a tag ?

            Thank you
            Greetings Bruno

            1 Reply Last reply Reply Quote 1
            • First post
              Last post
            Powered by NodeBB Forums | Contributors