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
+11-3Lines changed: 11 additions & 3 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: if any change to the default preset is made. Press off to go back to standard. If any pin is not default, modded will be set.
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
@@ -59,13 +59,21 @@ For each board the following presets are defined:
59
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
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.
66
69
67
70
### MyHome-Control ESP32-P4 shield
68
71
72
+
* Choose the esp32-p4-nano board in the [MoonLight Installer](../../gettingstarted/installer/)
73
+
* On new boards, the WiFi coprocessor needs to be updated first to a recent version, currently v2.0.17, see the link in the [MoonLight Installer](../../gettingstarted/installer/)
74
+
* After install, select the MHC P4 shield board preset to have the pins assigned correctly.
75
+
* Add the Parallel LED Driver, see [Drivers](). It uses @troyhacks his parallel IO driver to drive all the 12 LED pins of the P4 shield.
0 commit comments