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
+21-6Lines changed: 21 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,10 +10,10 @@ Currently the following boards are defined. Not all are supported yet 🚧
10
10
11
11
For each board the following presets are defined:
12
12
13
-
* Modded: if any change to the default preset is made.
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
15
* Jumper1: If the board contains a jumper, it can define pin behaviour. Eg. select between Infrared and Ethernet.
16
-
* Pins: This module is the central place to assign functionality to gpio pins. Other modules and nodes use the pin assignments made here.
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
19
19
* Index: specify first, second, third, ... usage output, e.g. LED D01 to LED D16
@@ -28,7 +28,7 @@ For each board the following presets are defined:
28
28
29
29
* Supported
30
30
* LEDs: Used by LED drivers to setup LED outputs, see [Drivers](../../moonlight/drivers/)
31
-
* Voltage and Current: Sets energy monitoring, see [System status](../../system/status) and , see [System Metrics](../../system/metrics)
31
+
* Voltage and Current: Sets energy monitoring, see [System status](../../system/status) and [System Metrics](../../system/metrics)
32
32
* Infrared: Used by IR driver, see [Drivers](../../moonlight/drivers/)
33
33
* Button LightsOn: sets on/off in [Light Control](../../moonlight/lightscontrol/)
34
34
* Relay LightsOn: sets on/off in [Light Control](../../moonlight/lightscontrol/)
@@ -56,14 +56,29 @@ For each board the following presets are defined:
* Dig 2Go, Dig Uno, Dig Quad: Choose the esp32-d0 (4MB) board in the [MoonLight Installer](../../gettingstarted/installer/)
60
-
* Dig Octa: Choose the esp32-d0-16mb board in the [MoonLight Installer](../../gettingstarted/installer/)
59
+
*[Dig 2Go](https://quinled.info/quinled-dig2go/), [Dig Uno](https://quinled.info/pre-assembled-quinled-dig-uno/), [Dig Quad](https://quinled.info/pre-assembled-quinled-dig-quad/): Choose the esp32-d0 (4MB) board in the [MoonLight Installer](../../gettingstarted/installer/)
60
+
*[Dig Octa](https://quinled.info/quinled-dig-octa/): Choose the esp32-d0-16mb board in the [MoonLight Installer](../../gettingstarted/installer/)
61
61
* On first install, erase flash first (Especially when other firmware like WLED was on it) as MoonLight uses a partition scheme with 3MB of flash (currently no OTA support).
62
-
* You might need to reset your router if you first run WLED on the same MCU and no new IP is assigned.
62
+
* After install, select the QuinLED board preset to have the pins assigned correctly.
63
+
64
+
!!! tip "Reset router"
65
+
You might need to reset your router if you first run WLED on the same board and no new IP is assigned.
63
66
64
67
!!! Tip "Dig Uno USB"
65
68
Remove fuse to connect USB cable to flash the board.
* See [ESP32-P4 shield](https://shop.myhome-control.de/en/ABC-WLED-ESP32-P4-shield/HW10027). Choose the esp32-p4-nano board in the [MoonLight Installer](../../gettingstarted/installer/)
75
+
* On new ESP32-P4 Nano boards, the WiFi coprocessor needs to be updated first to a recent version, currently ESP-Hosted v2.0.17, see the link in the [MoonLight Installer](../../gettingstarted/installer/)
76
+
* After install, select the **MHC P4 Nano Shield** board preset to have the pins assigned correctly.
77
+
* Assuming 100W LED power; change if needed.
78
+
* Jumper1: off (default): 16 LED pins. On: 8 LED pins, 4 RS-485 pins and 4 exposed pins (set also the switches on the board).
79
+
* Add the Parallel LED Driver, see [Drivers](../../moonlight/drivers/). It uses [@troyhacks](https://github.com/troyhacks) his parallel IO driver to drive all LED pins configured for the shield.
0 commit comments