esp-idf-svc
Type-Safe Rust Wrappers for various ESP-IDF services (WiFi, Network, Httpd, Logging, etc.) (by esp-rs)
esp-idf-template
Template application for https://github.com/espressif/esp-idf (by espressif)
esp-idf-svc | esp-idf-template | |
---|---|---|
2 | 2 | |
392 | 346 | |
6.6% | 2.0% | |
9.2 | 10.0 | |
8 days ago | almost 3 years ago | |
Rust | Makefile | |
Apache License 2.0 | GNU General Public License v3.0 or later |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
esp-idf-svc
Posts with mentions or reviews of esp-idf-svc.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-03-13.
-
Switching from C++ to Rust
[4]: https://github.com/esp-rs/esp-idf-svc/issues/55#issuecomment...
-
Rust for Embedded Development (e.g. microcontrollers)
If you would like to try the standard library port for espressif chips, there is already an async interface for wifi & drivers which uses embassy crates, but not the embassy executor: https://github.com/esp-rs/esp-idf-svc
esp-idf-template
Posts with mentions or reviews of esp-idf-template.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-12-06.
-
esp-idf starting a new project
How does everyone start a new project? Do you copy an example? Do you setup something from scratch? Do you use this (really really old) template (https://github.com/espressif/esp-idf-template)?
-
Rust for Embedded Development (e.g. microcontrollers)
One option, if you used esp-idf in your old firmware, could be to use the rust standard library approach and replace components with Rust equivalents, one at a time. We have a quickstart template for creating projects with rust-based components here: https://github.com/espressif/esp-idf-template.
What are some alternatives?
When comparing esp-idf-svc and esp-idf-template you can also consider the following projects:
esp-wifi-sys - Wi-Fi and BT drivers packaged for integration into bare-metal esp-wifi.
no_std-training - Getting-started guide on using the Rust with Espressif SoCs using no_std.
espup - Tool for installing and maintaining Espressif Rust ecosystem.
mo - 🦄 Monads and popular FP abstractions, powered by Go 1.18+ Generics (Option, Result, Either...)
templates - Templates for bootstrapping a Rust TUI application with Ratatui