Skip to content

Releases: adafruit/Adafruit_CircuitPython_PN532

Example update for I2C/SPI

28 Aug 19:05
0462a16
Compare
Choose a tag to compare
  • Update example for I2C/SPI use case. Thanks @xon235

To use in CircuitPython, simply install the Adafruit CircuitPython bundle.

To use in CPython, pip3 install adafruit-circuitpython-pn532.

Read the docs for info on how to use it.

SPI read fix

03 Jul 21:33
b949e87
Compare
Choose a tag to compare
  • Patch to fix issue with SPI reading in timeout loop. Thanks @tgikal for the fix!

To use in CircuitPython, simply install the Adafruit CircuitPython bundle.

To use in CPython, pip3 install adafruit-circuitpython-pn532.

Read the docs for info on how to use it.

New Mifare Example

15 Jun 14:45
949a5c6
Compare
Choose a tag to compare
  • New example file for using the Mifare cards.

To use in CircuitPython, simply install the Adafruit CircuitPython bundle.

To use in CPython, pip3 install adafruit-circuitpython-pn532.

Read the docs for info on how to use it.

Updated Examples

11 May 15:21
3d9866b
Compare
Choose a tag to compare

Example filenames are now Adabot Approved. Thanks @dherrada.

To use in CircuitPython, simply install the Adafruit CircuitPython bundle.

To use in CPython, pip3 install adafruit-circuitpython-pn532.

Read the docs for info on how to use it.

Fixup examples

20 Mar 22:11
6e2b2a6
Compare
Choose a tag to compare

Updates a couple examples for correctness. Thanks to @jerryneedell, @Tasm-Devil and @ladyada

To use in CircuitPython, simply install the Adafruit CircuitPython bundle.

To use in CPython, pip3 install adafruit-circuitpython-pn532.

Read the docs for info on how to use it.

Update Travis Badge In Readme

16 Jan 02:38
915b2e2
Compare
Choose a tag to compare

To use in CircuitPython, simply install the Adafruit CircuitPython bundle.

To use in CPython, pip3 install adafruit-circuitpython-pn532.

Read the docs for info on how to use it.

README updated with PyPI instructions

20 Dec 20:12
8d40ab8
Compare
Choose a tag to compare

To use in CircuitPython, simply install the Adafruit CircuitPython bundle.

To use in CPython, pip3 install adafruit-circuitpython-pn532.

Read the docs for info on how to use it.

setup.py fix

10 Dec 22:52
9c19977
Compare
Choose a tag to compare

To use in CircuitPython, simply install the Adafruit CircuitPython bundle.

To use in CPython, pip3 install adafruit-circuitpython-pn532.

Read the docs for info on how to use it.

Refactor into three subclasses

16 Sep 18:02
98c47df
Compare
Choose a tag to compare

API has changed quite a bit but now you can use this library with less overhead! I2C/SPI/UART have separate objects

To use in CircuitPython, download the .mpy file and copy it to the lib folder on the CIRCUITPY drive. Or, simply install the Adafruit CircuitPython bundle.

To use in CPython, pip install adafruit-circuitpython-pn532.

Release for PyPI

26 Aug 19:43
Compare
Choose a tag to compare

Initial release of PN532 driver with I2C, SPI and UART support. SPI works best

To use in CircuitPython, download the .mpy file and copy it to the lib folder on the CIRCUITPY drive. Or, simply install the Adafruit CircuitPython bundle.

To use in CPython, pip install adafruit-circuitpython-pn532.