1.0.6 • Published 6 years ago

node-red-contrib-udmx v1.0.6

Weekly downloads
8
License
GPL-3.0
Repository
github
Last release
6 years ago

node-red-contrib-udmx

A node for outputting DMX through a USB dongle

This node looks for a UDMX dongle with USB ID 16c0:05dc and allows a single DMX channel to be set to a value.

It works with the Chinese usb to DMX adapters readily available (e.g. search ebay for "usb dmx").

alt text

Installation

Use the 'Manage Palette' option from the Node-Red admin panel, then search from the 'Install' tab.

If not found, you can install manually:

In your .node-red folder run: npm i node-red-contrib-udmx then restart the node-red service.

Usage

Set msg.topic to the DMX channel (1-512) and msg.payload to the value (0-255).

Tips

  • Restart node-red after inserting dongle to ensure it is detected

Known Issues

1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago