Hi everyone,
ESP newb here. I have a bunch of LED equipment and trying to get a working controller. I have one digi-uno which is ESP8266 based. That flashes fine and I can control my equipment without issue, however I’d like to add things like sound reactive, plugins (MoonModules?). All that stuff seems to be best on ESP32 devices? Either way I got myself 2 different types. One is the Inland ESP32 board form MicroCenter, the chip is ESP32-WROOM-32. And the other is the NodeMCU ESP32-C3-M1-Kit, the chip on this one is the ESP32-C3-M1. I have tried every trick I find on the internet but I can’t get WLED to work on either.
I’ve done the web install, no luck on the WROOM, the C3 it just tells me from the start no. To be clear, when I say no luck, I can get the device to flash but the WLED AP never shows up. When I look at a serial monitor I see the port bouncing up and down, if I hold the buttons down to control the boot while connected to the monitor I can see WLED initialize but the “ada” and the monitor disconnects. TO me it seems like it’s in a reboot cycle.
I’ve also tried the manual install using ESPTool (both exe and py). Clear the flash, flash the boot loader (tried v2 and v4), flash the BIN (tried several different variations of this on both devices, both base WLED and modded). This doesn’t work for either device also. Sometimes the device ends in what appears to be a boot cycle like described above. Other times I see a littlefs error.
And yes I’ve tried compiling form source using PlatformIO in VSCode. I think I figured out what to do there, tried several different environments for both board, again same basic results.
Really hoping someone can help me. If I can even get a base WLED on these working I can go from there. Any pointers are appreciated!