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/gettingstarted/installation.md
+13-2Lines changed: 13 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,6 +21,10 @@ Install Moonlight onto an ESP32 microcontroller using the MoonLight Web installe
21
21
22
22
The Web Installer works on Google Chrome or Microsoft Edge or similar browsers, not on Safari.
23
23
24
+
!!! tip "ESP32-P4-Nano"
25
+
26
+
On each esp32-p4-nano board, install [C6 firmware]([esp32-c6-firmware-update](https://esp32-c6-firmware-update.github.io/)) first, choose Via ESP32-P4 USB/UART port ("OTA update"), then press connect for MoonLight install.
* Add a layout Node by pressing the blue + button and select on off the 🚥 options (Panel 🚥 is a safe bet to start with). Scroll down to the Pin Control field and enter the pin number(s) you connected the strip or panel to.
121
+
* Add a layout Node by pressing the blue + button and select on off the 🚥 options (Panel 🚥 is a safe bet to start with). Scroll down to the Pin Control field and enter the pin number(s) you connected the strip or panel to, make sure the pin exists, otherwise the device can crash and will restart in save mode. Correct the pin(s) in the Layout node and restart.
115
122
116
123
!!! info "Monitor"
117
124
The Monitor should now show the effect
@@ -126,9 +133,13 @@ Install Moonlight onto an ESP32 microcontroller using the MoonLight Web installe
126
133
The LEDs on your strip or panel should now show the effect
127
134
128
135
!!! tip "Choose driver"
129
-
FastLED driver is best to start with if you have a normal (ws2812) LED strip or panel. Choose the Physical driver if you have more then 4 LED strips or panels or non standard LEDS (e.g. RGBW lights, curtains...). Other drivers (Virtual, Hub,) not supported yet.
136
+
FastLED driver is best to start with if you have a normal (ws2812) LED strip or panel.
137
+
Choose the Physical driver if you have more then 4 LED strips or panels or non standard LEDS (e.g. RGBW lights, curtains...). Other drivers (Virtual, Hub,) not supported yet.
130
138
In some cases restart the device to make layout changes effective is needed.
139
+
For ESP32-P4-Nano, choose Physical driver, using the Parallel IO driver by @Troyhacks. Easy quick start: choose Pin 37 and connect a LED strip or panel as follows:
* MoonBase firmware is MoonBase only, no MoonLight included (basis for other IOT projects)
43
+
* On each esp32-p4-nano board, install [C6 firmware]([esp32-c6-firmware-update](https://esp32-c6-firmware-update.github.io/)) first, choose Via ESP32-P4 USB/UART port ("OTA update"), then press connect for MoonLight install.
0 commit comments