Rp2040-mandel-pico Alternatives
Similar projects and alternatives to rp2040-mandel-pico
-
carbon-lang
Carbon Language's main repository: documents, design, implementation, and related tools. (NOTE: Carbon Language is experimental; see README)
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
-
-
-
-
-
rp2040-mandel-pico discussion
rp2040-mandel-pico reviews and mentions
- Show HN: A more complete Rust example project for the Rasberry Pi Pico
-
Ask HN: Has any Rust developer moved to embedded device programming?
I started to explore the area, mostly arm based (rp2040 and STM) and a little bit of ESP32.
Tool chain wise:
ESP32 support is very recent and still based on the C tool chain and this makes it very fragile (you can break your environment easily and it is never clear how to recover except recompiling the entire tooolchain from 0)
Arm is a little better because the support is native.
The community is trying to make a generic embedded Hal platform API and implement it for specific devices. And it is pretty bad: almost no documentation, very few examples, tons of autogenerated code where you need to come back to the C world to understand the actual concepts.
Once you start to get going Rust is a blast to program in and the generated code is pretty efficient.
A small project a shared to help people starting on a lilygo device: https://github.com/gbin/rp2040-mandel-pico
Stats
The primary programming language of rp2040-mandel-pico is Rust.