Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lennarthennigs/node-red-contrib-rc522
a node-red node for using a RC522 NFC card reader
https://github.com/lennarthennigs/node-red-contrib-rc522
nfc nfc-card-reader node-red node-red-contrib nodejs
Last synced: 7 days ago
JSON representation
a node-red node for using a RC522 NFC card reader
- Host: GitHub
- URL: https://github.com/lennarthennigs/node-red-contrib-rc522
- Owner: LennartHennigs
- Created: 2019-11-16T21:20:07.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-06-04T08:04:11.000Z (over 1 year ago)
- Last Synced: 2024-01-04T17:50:37.950Z (11 months ago)
- Topics: nfc, nfc-card-reader, node-red, node-red-contrib, nodejs
- Language: HTML
- Size: 14.6 KB
- Stars: 2
- Watchers: 2
- Forks: 4
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# node-red-contrib-rc522
A [Node-Red][1] node that allows you to read NFC tags with an RC522 card reader.
Tested the node on a Raspberry Pi.You need to connect to RC522 card reader to the following pins:
```
SDA 24 (BCM 8)
SCK 23 (BCM 11)
MOSI 19 (BCM 10)
MISO 21 (BCM 9)
IRQ -
GND 20
RST 22 (BCM 25)
VCC 17 (3v3 PWR)
```
See [pinout.xyz][2] to identify the proper pins.The node ist based on the [mfrc522-rpi][3] node package.
[1]: https://nodered.org
[2]: https://pinout.xyz/
[3]: https://github.com/firsttris/mfrc522-rpi