Has there been anyone use a RISC-V board yet? I could image some neat projects if all the hype is true about them.
Maybe want to clarify what board you’re referring to and for what purpose/what you expect it to do.
The ESP32-C3 uses a risc-v core already. CPU arch itself is essentially irrelevant.
sorry. was looking at the Milk-V Duo but realized no wifi…? I guess that won’t work
Embedded design is less about what CPU core is used (the compiler takes care of that) but more about the peripherals and “ecosystem” of libraries. WLED is built around the Espressif SoCs and software ecosystem. Can it be ported to other platforms? Sure, but that’s a lot of work and there may not be much point to it.
Appreciate the straightforward explanation.