I'd like to get started with RISC-V chips. Can anyone reccommend a good dev board similarly priced or spec'd to the Pi Pico? Would be nice if the standalone SoC are easy to acquire as well.
Which is the best cost wise? Which is the best performance wise? Power consumption wise?
I don't need WiFi/Bluetooth though it would be nice. Low cost is preferrable over sheer performance. Ideally I get a fair amount of GPIO (>30) and it supports 3V or 5V.
I'm using the StarFive VisionFive 2 and its working quite well, there are debain and ubuntu images available as well as some other distributions, generally most of the boards features are working fine and there is a community around it actively improving software support.
For your requirements it might be a bit overkill in performance as its more in the neighborhood of a RasperryPi 3/4 in terms of size, power consumption and performance.
Probably the closest to a Pico in terms of being symmetrical would be the $9 Milk-V duo with two 1 GHz C906 cores (with vector units), and 64 MB RAM. It's obviously far more powerful than the Pico. And isn't available outside China yet.
Taking a step down to things that are actually available, the Sipeed M1s Dock and Pine64 Ox64 use the BL808 chip which has one 320 MHz 32 bit core, one 480 MHz 64 bit core (with vector processor), and a 3rd smaller 32 bit core that is intended to be dedicated to running the WIFI/BT. This chip also has 64 MB of on-chip RAM. The Ox64 is $6 or $8 depending on how big a flash chip (2 MB or 16 MB) it has. The M1s is a little more.
Going back to 2019, the Kendryte K210 chip has two 400 MHz 64 bit cores and 8 MB of RAM. There have been a ton of boards using it, especially from Sipeed but it's a bit more expensive than the newer chips.
There are tons of cheaper boards, but they tend to be single core and only a few KB to few hundred KB of RAM.
I don't know why this comment was dead. Pine64 is legit and the Star64 looks like a viable option.
Anyone with experience on the Star64? I've had some rough times in the past with Pine64 products, from boards dying to the pinebook pro suddenly unable to boot from sd card. Better documentation would have helped. I didn't have hours to comb through forums and discords/matrices.
Still have a major warm place in my heart for Pine64 though, and overall have felt like they're a good value.
WCH has a bunch of new ones that have come out recently, like the CH32V003 and CH32V307 [1]. I would start there, they are close enough and could probably run micropython since they have some that have reasonable amounts of SRAM.
I think they are mostly looking to replace STM32s though.
This is really cool. This is riscv running under wasm in your browser and else where. Paired with a web repl and some JS peripherals, should should probably be the top answer.
Which is the best cost wise? Which is the best performance wise? Power consumption wise?
I don't need WiFi/Bluetooth though it would be nice. Low cost is preferrable over sheer performance. Ideally I get a fair amount of GPIO (>30) and it supports 3V or 5V.