How to get the ID of Type2Tag NXP NTAG213 with nfcpy

#!/usr/bin/env python

import nfc

def connected(tag):
  print tag
  print str(tag.identifier).encode('hex').upper()

clf = nfc.ContactlessFrontend('usb')
clf.connect(rdwr={'on-connect': connected})

Recommended Posts

How to get the ID of Type2Tag NXP NTAG213 with nfcpy
How to get parent id with sqlalchemy
How to get the number of digits in Python
Try to get the contents of Word with Golang
Note: How to get the last day of the month with python (added the first day of the month)
How to get a list of files in the same directory with python
[Introduction to Python] How to get the index of data with a for statement
How to get started with Visual Studio Online ~ The end of the environment construction era ~
Get the id of a GPU with low memory usage
How to get into the python development environment with Vagrant
[Introduction to Python] How to get data with the listdir function
Get the source of the page to load infinitely with python.
How to get the Python version
How to get started with Scrapy
How to get started with Python
How to get started with Django
How to get the information of organizations, Cost Explorer of another AWS account with Lambda (python)
[Python] How to get the first and last days of the month
How to get the directory where the EXE built with Pyinstaller exists
Here's a brief summary of how to get started with Django
How to monitor the execution status of sqlldr with the pv command
How to get the vertex coordinates of a feature in ArcPy
PhytoMine-I tried to get the genetic information of plants with Python
How to get rid of long comprehensions
How to check the version of Django
How to get colored output to the console
How to get started with laravel (Linux)
How to crop the lower right part of the image with Python OpenCV
How to get the date and time difference in seconds with python
[Introduction to Python] How to sort the contents of a list efficiently with list sort
[Image recognition] How to read the result of automatic annotation with VoTT
I tried to get the authentication code of Qiita API with Python.
Get the number of visits to each page with ReportingAPI + Cloud Functions
I tried to get the movie information of TMDb API with Python
I made an npm package to get the ID of the IC card with Raspberry Pi and PaSoRi
How to calculate the volatility of a brand
How to find the area of the Voronoi diagram
How to specify the NIC to scan with amazon-dash
How to get results from id in Celery
How to try the friends-of-friends algorithm with pyfof
How to specify attributes with Mock of python
How to implement "named_scope" of RubyOnRails with Django
How to get dictionary type elements of Python 2.7
How to get the files in the [Python] folder
To get the path of the currently running python.exe
How to Learn Kaldi with the JUST Corpus
How to get started with the 2020 Python project (windows wsl and mac standardization)
How to mention a user group in slack notification, how to check the id of the user group
How to get the key on Amazon S3 with Boto 3, implementation example, notes
[NNabla] How to get the output (variable) of the middle layer of a pre-built network
Checklist on how to avoid turning the elements of numpy's array with for
How to know the port number of the xinetd service
How to get the variable name itself in python
How to delete the specified string with the sed command! !! !!
Add information to the bottom of the figure with Matplotlib
[Introduction to Python] How to iterate with the range function?
[Blender] How to get the selection order of vertices, edges and faces of an object
Get the sum of each of multiple columns with awk
How to create a submenu with the [Blender] plugin
How to identify the element with the smallest number of characters in a Python list?
Get information equivalent to the Network tab of Chrome developer tools with Python + Selenium