To make it easy for others to build their own, I wrote a step-by-step [book](https://book.crimpdeq.com/) that walks through the full process, including how to prototype one by salvaging a crane scale.
Let me know what you think, or better yet, jump in and help make it even better!
> One thing I would like is better Rust support. I have taken a look around and everything is just out of date bindings to C/C++ projects. Not a whole lot of native Rust, so I don't really feel the need to switch until that changes.
There are currently 2 approaches for Rust in ESPs:
- std: Its built on top of ESP-IDF, so it ends up calling C functions. I guess this is what you've seen in the past.
Looks really interesting, do you mind sharing it (if its open-source) once its done? Probably it could be a great addition to https://github.com/esp-rs/awesome-esp-rust
To make it easy for others to build their own, I wrote a step-by-step [book](https://book.crimpdeq.com/) that walks through the full process, including how to prototype one by salvaging a crane scale.
Let me know what you think, or better yet, jump in and help make it even better!
reply