This is a fork of gassajor000's pn532pi Library for using the PN532 chip with Raspberry Pi.
- 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)
-
PyPI
- Install with pip
pip install pn532usb
- Follow examples
- Install with pip
-
Direct Download - UPDATE LATER
- Download zip file and extract the 4 folders(pn532pi, quick2wire, examples and test)
- Follow the examples of the two libraries.
-
Clone Git Repository - UPDATE LATER
-
Get pn532 library
git clone --recursive https://github.com/gassajor000/pn532pi.git
-
Follow the examples of the two libraries
-