Skip to content

mandos21/pn532usb

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

100 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NFC library for usbserial

This is a fork of gassajor000's pn532pi Library for using the PN532 chip with Raspberry Pi.

Features

  • Supports only the HSU High-Speed UART Functionality of the PN532
  • Read/write Mifare Classic Card
  • Communicate with android 4.0+(Lists of devices supported)
  • Card emulation (NFC Type 4 tag)

Getting Started

  • PyPI

    1. Install with pip
      pip install pn532usb
      
    2. Follow examples
  • Direct Download - UPDATE LATER

    1. Download zip file and extract the 4 folders(pn532pi, quick2wire, examples and test)
    2. Follow the examples of the two libraries.
  • Clone Git Repository - UPDATE LATER

    1. Get pn532 library

        git clone --recursive https://github.com/gassajor000/pn532pi.git
      
    2. Follow the examples of the two libraries

About

Python interface for ndef communication using PN532 chip via usbserial

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 95.6%
  • C++ 4.4%