|
34 | 34 |
|
35 | 35 | <img width="200" alt="Screenshot 2025-06-07 at 20 58 22" src="https://github.com/user-attachments/assets/08894be5-e4ed-4ed8-b2ae-86a6ce5c9ef6" /> |
36 | 36 |
|
37 | | -* **Step 9**: MoonLight will show up in a **web browser** (all browsers supported). A new install will take some time to show up (up to a minute or sometimes 2). On some browsers, e.g. Safari MoonLight pops up showing Connection to device lost repeatedly. In that case, close this browser window and open MoonLight in a brower using 192.168.4.1 as URL. You will see this screen, select WiFi Station. |
| 37 | +* **Step 9**: After connecting, MoonLight will show up in a **web browser** (all browsers supported). A new install will take some time to show up (up to a minute or sometimes 2). On some browsers, e.g. Safari, MoonLight pops up showing Connection to device lost repeatedly (bug). In that case, close this browser window and open MoonLight in a brower using 192.168.4.1 as URL. You will see this screen, select WiFi Station. |
38 | 38 |
|
39 | 39 | <img width="400" alt="Screenshot 2025-06-07 at 20 59 19" src="https://github.com/user-attachments/assets/3d8bddfb-9f95-4317-891c-be8b90880541" /> |
40 | 40 |
|
41 | 41 | * **Step 10**: Enter your local **WiFi network credentials**: |
42 | 42 |
|
43 | 43 | <img width="400" alt="Screenshot 2025-06-07 at 20 59 34" src="https://github.com/user-attachments/assets/38f6cb86-e44c-478e-9910-1b0614c99292" /> |
44 | 44 |
|
45 | | -* **Step 11**: Press **Add Network** and apply settings. After connecting to your local network you will see this screen showing the new IP address of your MoonLight board. If you don't know the IP address of your board anymore you can go to step 3 and 4 and step 7 and check the IP address in the Serial logging. Advanced tip: Use [ESP32Instances](https://github.com/ewowi/ESP32Instances) to discover the ESP32 nodes on your network (using nodeJS and html) |
| 45 | +* **Step 11**: Press **Add Network** and apply settings. After connecting to your local WiFi network you will see this screen showing the new IP address of your MoonLight board. If you don't know the IP address of your board anymore you can go to step 3 and 4 and step 7 and check the IP address in the Serial logging. Advanced tip: Use [ESP32Instances](https://github.com/ewowi/ESP32Instances) to discover the ESP32 nodes on your network (using nodeJS and html) |
46 | 46 |
|
47 | 47 | <img width="400" alt="Screenshot 2025-06-07 at 20 59 55" src="https://github.com/user-attachments/assets/3696f3b0-70f7-4be8-a310-948b003450b7" /> |
48 | 48 |
|
49 | | -* **Step 12**: Go to your WiFi settings and connect to your local network and enter the IP address of your MoonLight board in a browser and go to **MoonLight Animations**. Add a layout Node by pressing the blue + button and select Panel 🚥. Scroll down to the Pin Control field and enter the pin number you connected the strip or panel to in Step 1. After setting the right pin the strip or panel should show lights. |
| 49 | +* **Step 12**: Go to your WiFi settings and connect to your local WiFi network and enter the IP address of your MoonLight board in a browser and go to **MoonLight Animations**. Add a layout Node by pressing the blue + button and select Panel 🚥. Scroll down to the Pin Control field and enter the pin number you connected the strip or panel to in Step 1. After setting the right pin the strip or panel should show lights. |
50 | 50 |
|
51 | 51 | <img width="400" alt="Screenshot 2025-06-07 at 21 01 02" src="https://github.com/user-attachments/assets/5d4d581f-5586-43c0-a5ea-02930effc3d8" /> |
52 | 52 |
|
53 | | -* **Thats it**. Check **MoonLight Docs** (this site for more information), or press the ? in MoonLight to go directly to the relevat information - WIP |
| 53 | +* **Thats it**. You can now change effect nodes, or add nodes. For audio add the AudioSync node. Check [MoonLight Docs](https://moonmodules.org/MoonLight/) (this site) for more information, or press the ? in MoonLight to go directly to the relevant information. |
54 | 54 |
|
55 | 55 | * Made using [esp-web-tools](https://esphome.github.io/esp-web-tools/) |
56 | 56 | * See also [ESP-Web-Tools-Tutorial](https://github.com/witnessmenow/ESP-Web-Tools-Tutorial/blob/main/README.md) |
57 | 57 |
|
58 | 58 | ## Installation - Developer |
59 | 59 |
|
60 | | -* Open GitKraken Press + / New tab and select Clone a Repo (Or another git management tool) |
| 60 | +* Open GitKraken (or any other GitHub client). Press + / New tab and select Clone a Repo (Or another git management tool) |
61 | 61 | * Select the folder on your local drive where to copy to (e.g. /github/ewowi) |
62 | 62 | * Copy [MoonLight.git](https://github.com/MoonModules/MoonLight.git) and paste in the URL field of GitKraken |
63 | 63 | * Press clone the repo |
64 | 64 | * Open VSCode |
65 | | -* Install the PlatformIO IDE extension |
| 65 | +* Install the PlatformIO IDE extension, if not already done so. |
66 | 66 | * Open the folder created with GitKraken |
67 | 67 | * Connect an ESP32 or an ESP32-S3 with USB to your computer |
68 | 68 | * On the status bar select the env to flash and the board to flash to |
|
0 commit comments