node-red-contrib-toypad 1.0.3

Nodes to read NFC data from the lego dimensions toypad

npm install node-red-contrib-toypad

node-red-contrib-toypad

this is a collection of nodes to control the Lego Dimensions Toypad NFC reader via Node-RED.

Currently supported

✅ Reading NFC UIDs

✅ Detecting the different reader regions for the tags

✅ Controlling the RGB LED color for every section

✅ Fading LEDs

✅ Flashing LEDs

❌ Reading payloads

❌ Writing payloads

Installation

Linux

libusb needs to be installed. You also might want to create a udev rule.

sudo vim /etc/udev/rules.d/99-dimensions.rules
SUBSYSTEM=="usb", ATTR{idVendor}=="0e6f", ATTR{idProduct}=="0241", MODE="0666"

Node-RED inside Docker

This needs some attention as you can't access USB right away. I've found success in adding the following lines to my docker-compose.yaml:

    devices:
      - '/dev/bus:/dev/bus'

Node Info

Version: 1.0.3
Updated 8 months, 3 weeks ago
License: MIT
Rating: 5.0 1

Categories

Actions

Rate:

Downloads

3 in the last week

Nodes

  • toypad-color
  • toypad-tag-event

Keywords

  • node-red
  • lego
  • dimensions
  • toypad
  • nfc

Maintainers