You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/moonbase/inputoutput.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ For each board the following presets are defined:
12
12
13
13
* Modded: set when any pin differs from the selected board preset. Press off to return to the preset defaults.
14
14
* Max Power in Watts: adjust the brightness to approach this max power, depending on the number of LEDs used. Default 10: 5V * 2A = 10W (so it runs fine on USB). Used by LED drivers, see [Drivers](../../moonlight/drivers/)
15
-
* Switch1 and 2: If the board contains a jumper or pins have different functions, a custom switch can be set. Eg. select between Infrared and Ethernet. See boards below for details
15
+
* Switch1 and 2: If the board contains a jumper or pins have different functions, a custom switch can be set. Eg. select between Infrared and Ethernet. If a switch is turned on or off, the board the modded status will not change. See boards below for details
16
16
* Pins: Assign functionality to gpio pins. Other modules and nodes use the pin assignments made here.
17
17
* GPIO = gpio_num;
18
18
* Usage: See below
@@ -89,4 +89,4 @@ For each board the following presets are defined:
* Select physical layer to directly store the received channels into the physical layer
@@ -93,17 +93,18 @@ Sends Lights in Art-Net compatible packages to an Art-Net controller specified b
93
93
94
94
#### Controls
95
95
96
-
***Controller IP**: The last segment of the IP address within your local network, of the the hardware Art-Net controller.
96
+
***Controller IPs**: The last segment of the IP address within your local network, of the hardware Art-Net controller. Add more IPs if you send to more than one controller, comma separated.
97
97
***Port**: The network port added to the IP address, 6454 is the default for Art-Net.
98
98
***FPS Limiter**: set the max frames per second Art-Net packages are send out (also all the other nodes will run at this speed).
99
99
* Art-Net specs recommend about 44 FPS but higher framerates will work mostly (up to until ~130FPS tested)
100
-
***Nr of outputs**: Art-Net LED controllers can have more then 1 output (e.g. 12)
100
+
***Nr of outputs**: Art-Net LED controllers can have more than 1 output (e.g. 12)
101
101
***Universes per output**: How many universes can each output handle. This determines the maximum number of lights an output can drive (nr of universe x nr of channels per universe / channels per light)
102
+
***Nr of Outputs per IP**: How many outputs does one Art-Net controller have. If all outputs are sent, Art-Net will be sent to the next IP number.
102
103
103
104
!!! tip "Set universes"
104
105
Set the number of universes also on the controller!
105
106
106
-
***Channels per ouput**: each output can drive a maximum number of channels, determined by the universes per output
107
+
***Channels per output**: each output can drive a maximum number of channels, determined by the universes per output
107
108
108
109
!!! warning "DMX start with 1"
109
110
Dmx channels count from 1 to 512. At the moment we start counting from 0..511.
@@ -119,7 +120,7 @@ The following devices have been tested and are recommended:
119
120
* Driving DMX fixtures: Used to drive the Light Presets for DMX lights / moving heads (see below)
120
121
***Nr of outputs**: max 2 outputs
121
122
***Universes per output**: 1 universe
122
-
***Channels per ouput**: 512 channels
123
+
***Channels per output**: 512 channels
123
124
124
125
[Club Lights 12 Pro Artnet Controller - CL12P](https://s.click.aliexpress.com/e/_Ex9uaOk)
125
126
@@ -129,7 +130,7 @@ The following devices have been tested and are recommended:
129
130
130
131
***Nr of outputs**: Max 12 outputs
131
132
***Universes per output**: Max 8 universes
132
-
***Channels per ouput**: max 8 * 512.
133
+
***Channels per output**: max 8 * 512.
133
134
134
135
Each color in a LED is one channel: For RGB max 170 LEDs is 510 channels per universe, for RGBW max 128 LEDs per universe is 512 channels per universe => max 1360 RGB LEDs and 1024 RGBW LEDs per output.
0 commit comments