Skip to content

MicroPython driver for PN532 NFC/RFID breakout. Based on the CircuitPython driver by Adafruit.

License

Notifications You must be signed in to change notification settings

luiz-brandao/micropython_pn532

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

PN532 driver for MicroPython

MicroPython driver for PN532 NFC/RFID breakout boards. Based on the CircuitPython driver by Adafruit.

Compatibility

This driver has only been tested with the ESP32 using the Grove NFC breakout board in the default UART mode.

Please let me know if you get this module successfully working with other hardware.

Differences in the API from the CircuitPython version

  • The timeout is expressed in milliseconds instead of seconds.
  • The module name is different.
  • Only UART is available
  • I2C and SPI are not available.

About

MicroPython driver for PN532 NFC/RFID breakout. Based on the CircuitPython driver by Adafruit.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages