node-red-contrib-pn532
v0.0.3
Published
Inject RFID card UID into a flow
Downloads
27
Maintainers
Readme
This node reads the UID from an RFID card using a PN532 RFID Module and returns the value in msg.payload
.
Requirements: RPi.GPIO and spidev python libraries
sudo pip install RPi.GPIO
sudo pip install spidev