Socket
Socket
Sign inDemoInstall

node-red-contrib-jetson-mfrc522

Package Overview
Dependencies
0
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    node-red-contrib-jetson-mfrc522

Simple Node-RED node for the Jetson Nano to read NFC tags via a RC522 NFC reader. It can return the UID and optionaly a text from card.


Version published
Weekly downloads
4
decreased by-42.86%
Maintainers
1
Created
Weekly downloads
 

Readme

Source

A Node-Red node that allows you to read NFC tags with an RC522 card reader. Tested the node on a Jetson Nano.

Requirements


Enable SPI

  • Next, configure the Jetso for SPI, use the command
    sudo /opt/nvidia/jetson-io/jetson-io.py
  • Select Configure Jetson 40pin Header
  • Then, Select Configure Header pins manually
  • Select spi1 and then select exit
  • Select Save pin changes
  • Select Save and reboot to reconfigure pins
  • Last, use the following command to enable spidev
sudo modprobe spidev

WIRING

You need to connect to RC522 card reader to the following pins:

|      | PIN |
|------|-----|
| SDA  | 24  |
| SCK  | 23  |
| MOSI | 19  |
| MISO | 21  |
| GND  | 6   |
| RST  | 22  |
| 3.3V | 1   |

NOTES

Currently this project only support reading tags on SPI bus 0.0. Also, the node only supports reading tags, not writing tags.

Keywords

FAQs

Last updated on 24 Nov 2022

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