WLED on custom ESP32-C3 board

Hello!

I made my own ESP32-C3 board intended to be used with WLED. When I go to install.wled.me i get the error message “Your ESP32-C3 board is not supported”. How would I go about install WLED on my board?

I’ve attached photo of the device. I cant post the schematic because of upload limit. Thanks for any guidance.

Testing schematic upload

I was able to flash it using this website https://wled-compile.github.io/

R

That is good to know , the nightly builds works better with C3 ,S2 and S3 from this site WLED installation (wled-install.github.io) ( i think both sites are maintained by the same person)

Yes this site works very well for my board. Was able to flash and configure wifi. Thanks.

R

Next time use PIO or esptool.
You’ll need bootloader, partition map and WLED firmware.

With this site instruction the OP posted we can say bye bye to local pio , i just tried it and it works . https://wled-compile.github.io/ .