1. Art-Net 4 Node : DMX / RDM Controller / Pixel Controller

Download with instructions link

    • Pixel controller WS28xx/SK6812/APA102/UCSx903 [Orange Pi Zero]

      • 1x 4 Universes {zip}

      • 4x 4 Universes {zip}

      • 8x 4 Universes {zip}

    • DMX Node / RDM Controller

      • 1 Port {zip} {Orange Pi Zero}

      • 2 Ports {zip} {Orange Pi Zero}

      • 4 Ports {zip} {Orange Pi One}

    • Real-time Monitor 1 Universe {zip} {Orange Pi One - HDMI output}

Hardware :

Main features

ArtSync

At power on or rest the Node operates in non-synchronous mode. This means that ArtDmx packets will be immediately processed and output.

When the Node receives an ArtSync packet it transfers to synchronous operation. This means that received ArtDmx packets will be buffered and output when the next ArtSync is received.

In order to allow transition between synchronous and non-synchronous modes, a the Node will time out to non-synchronous operation if an ArtSync is not received for 4 seconds or more.

ArtAddress

The following options are implemented:

    • NetSwitch : Bits 14-8 of the 15 bit Port-Address

    • SubSwitch : Bits 7-4 of the 15 bit Port-Address

    • SwOut0 : Bits 3-0 of the 15 bit Port-Address for the DMX Output Port

    • Short Name : The array represents a null terminated short name for the Node.

    • Long Name : The array represents a null terminated long name for the Node

  • Commands :

    • AcCancel Merge : If the Node is currently in merge mode, cancel merge mode upon receipt of next ArtDmx packet.

    • AcLedNormal : The Act LED the Node operate normally (1Hz blink).

    • AcLedMute : The Act LED of the Node are disabled and switched off.

    • AcLedLocate : Rapid flashing (3Hz) of the Node’s Act LED. It is intended as an outlet locator for large installations.

    • AcMergeLtp0 : Set the DMX Ouput Port to Merge in LTP mode.

    • AcMergeHtp0 : Set the DMX Ouput Port to Merge in HTP (default) mode.

    • AcClearOp0 : Clear DMX Output buffer for the DMX Ouput Port.

Multiple Controllers support

ArtDmx

The Art-Net protocol allows multiple nodes or controllers to transmit ArtDmx data to the same universe. The Node detects this situation by comparing the IP addresses of received ArtDmx packets. If ArtDmx packets addressed to the same Universe are received from different IP addresses, the Node automatically merge the data.

Merge mode is implemented as follows:

    • If ArtDmx is received from differing IP addresses, the data is merged to the DMX output. In this situation, ArtPollReply-GoodOutput-Bit 3 is set.

    • If Art-Poll-TalkToMe Bit 1 is set, an ArtPollReply is transmitted when merging commences.

Exit from Merge mode is handled as follows:

    • If ArtAddress AcCancelMerge is received, the Next ArtDmx message received ends Merge mode. The Node then discards any ArtDmx packets received from an IP address that does not match the IP address of the ArtDmx packet that terminated Merge mode.

    • If either (but not both) sources of ArtDmx stop, the failed source is held in the merge buffer for 10 seconds. If, during the 10 second timeout, the failed source returns, Merge mode continues. If the failed source does not recover, at the end of the timeout period, the Node exits Merge mode.

    • If both sources of ArtDmx fail, the output holds the last merge result.

Merging is limited to two sources, any additional sources will be ignored by the Pi Node.

ArtPoll

When there are multiple controllers, the Node will receive ArtPolls from different controllers which may contain conflicting diagnostics requirements. This is implemented as follows:

    • If any controller requests diagnostics, the Node will send diagnostics. (ArtPoll->TalkToMe->2).

    • If there are multiple controllers requesting diagnostics, diagnostics will be broadcast. (Ignore ArtPoll->TalkToMe->3).

    • The lowest minimum value of Priority is used. (Ignore ArtPoll->Priority).