MoonModules / WLED

Control WS2812B and many more types of digital RGB LEDs with an ESP8266 or ESP32 over WiFi! MoonModules adds features on top of upstream.
https://mm.kno.wled.ge
GNU General Public License v3.0
202 stars 64 forks source link

Esp32 c3 #19

Closed TysTies closed 1 year ago

TysTies commented 1 year ago

Hey, I just got a seed studio esp32 c3 off amazon and put weld on it. I was wondering if you could make a version for it. here is the Aircoookie Esp c3 stuff https://github.com/srg74/WLED-wemos-shield/tree/master/resources/Firmware/%40Aircoookie/v0.14.0-b2/S2_S3_C3

Thanks!

srg74 commented 1 year ago

Is Aircoookie firmware works for you?

TysTies commented 1 year ago

What do you mean? yes, i just want a sound reactive version for esp 32 c3

On Thu, Feb 16, 2023 at 8:29 AM srg74 @.***> wrote:

Is Aircoookie firmware works for you?

— Reply to this email directly, view it on GitHub https://github.com/MoonModules/WLED/issues/19#issuecomment-1433363793, or unsubscribe https://github.com/notifications/unsubscribe-auth/A3FJYSROZJRYIRKDZDAIUCLWXZIXJANCNFSM6AAAAAAU6KDS6Y . You are receiving this because you authored the thread.Message ID: @.***>

softhack007 commented 1 year ago

Our -C3 buildenv [env:esp32c3dev_4MB_max] could work for you, if you have

softhack007 commented 1 year ago

i just want a sound reactive version for esp 32 c3

I you already got WLED working on your -C3, then you should indeed use the MoonModules fork for audioreactive. I've recently made some optimization for -C3, so you should have more "fluent" animations, and less lagging behind and other problems with our version.

TysTies commented 1 year ago

Could you send me a link? I can't find it. (To a bin file I can download)

softhack007 commented 1 year ago

Could you send me a link? I can't find it. (To a bin file I can download)

Sorry, no pre-compiled bin availeable, so you'll need to build yourself in VSCode (platformio). Considering the experimental nature of -C3 support, this might any way be the better option. We have seem many problems with pre-compiled -C3 firmware that simply won't start (bootlooping) - caused by minor HW differences of the boards.

Maybe @srg74 could you add a build of esp32c3d3v_4MB_max to your repo? @TysTies pre-built firmware may or may not work on -C3, it's not a simple install-and-go as on "classic esp32". If it does not run, then you need to build&upload yourself from VSCode.

srg74 commented 1 year ago

Done.

TysTies commented 1 year ago

@srg74 Where would I find it?

srg74 commented 1 year ago

@srg74 Where would I find it?

https://github.com/srg74/WLED-wemos-shield/blob/master/resources/Firmware/%40MoonModules/v0.14.0-b2.19/WLEDMM_0.14.0-b2.19_esp32c3dev_4MB_max.bin

softhack007 commented 1 year ago

@TysTies please close this ticket if the bin above works for you.

TysTies commented 1 year ago

Thanks!

On Fri, Feb 24, 2023 at 7:03 AM Frank @.***> wrote:

@TysTies https://github.com/TysTies please close this ticket if the bin above works for you.

— Reply to this email directly, view it on GitHub https://github.com/MoonModules/WLED/issues/19#issuecomment-1443812165, or unsubscribe https://github.com/notifications/unsubscribe-auth/A3FJYSQQEQPLVDAX5GNCI43WZDETHANCNFSM6AAAAAAU6KDS6Y . You are receiving this because you were mentioned.Message ID: @.***>

softhack007 commented 1 year ago

Look like the issue is solved.