Skip to content

blechdom/node-red-contrib-dmxusbpro

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

node-red-contrib-dmxusbpro

A simple Node-Red driver for Enntec DMX USB PRO.

Pre-requisites

Requires Node-Red

Installation

$ npm i --save node-red-contrib-dmxusbpro

Description

  • Sends DMX data through the Enntec DMXUSBPRO device
  • Adapted, simplified, hacked from the existing node-dmx package
  • requires node-serialport module
  • node-red-contrib-dmxusbpro node takes an array of ints (0-255) as input.
  • node-red-contrib-dmxusbpro requires the serialport node library. Similarly, the serialport needs to be assigned, COM3, COM4, or /dev/ttyS0, etc
  • The DMX starting address is assignable in the object. This shifts where the preset array is stored in the Universe buffer.
  • Checkout the example Flow called "DMX Presets with MongoDB2 and DMXUSBPRO node"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published