Socket
Socket
Sign inDemoInstall

node-red-contrib-rc522

Package Overview
Dependencies
18
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    node-red-contrib-rc522

Simple node-red node for the Raspberry Pi to read NFC tags via a RC522 NFC reader.


Version published
Weekly downloads
6
decreased by-33.33%
Maintainers
1
Created
Weekly downloads
 

Readme

Source

node-red-contrib-rc522

A Node-Red 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 to identify the proper pins.

The node ist based on the mfrc522-rpi node package.

Keywords

FAQs

Last updated on 08 Feb 2020

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc