Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/luiz-brandao/micropython_pn532
MicroPython driver for PN532 NFC/RFID breakout. Based on the CircuitPython driver by Adafruit.
https://github.com/luiz-brandao/micropython_pn532
Last synced: about 2 months ago
JSON representation
MicroPython driver for PN532 NFC/RFID breakout. Based on the CircuitPython driver by Adafruit.
- Host: GitHub
- URL: https://github.com/luiz-brandao/micropython_pn532
- Owner: luiz-brandao
- License: mit
- Created: 2022-03-23T14:46:06.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-03-23T16:33:32.000Z (almost 3 years ago)
- Last Synced: 2024-04-22T12:33:27.771Z (9 months ago)
- Language: Python
- Size: 8.79 KB
- Stars: 5
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-micropython - micropython_pn532 - Driver for PN532 NFC/RFID breakout boards based on Adafruit CircuitPython (UART). (Libraries / Communications)
README
# PN532 driver for MicroPython
MicroPython driver for PN532 NFC/RFID breakout boards. Based on the [CircuitPython driver by Adafruit](https://github.com/adafruit/Adafruit_CircuitPython_PN532).### Compatibility
This driver has only been tested with the ESP32 using the [Grove NFC breakout board](https://wiki.seeedstudio.com/Grove_NFC/) 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._