Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/knarkzel/crustyc3

esp32c3 experiment
https://github.com/knarkzel/crustyc3

esp32c3 rust

Last synced: 6 days ago
JSON representation

esp32c3 experiment

Awesome Lists containing this project

README

        

# crustyc3

Connect your `esp32c3` with a cable that has data transfer capability, then do following:

```
git clone https://github.com/knarkzel/crustyc3
cd crustyc3
nix develop # or nix-shell
cargo run
```

## Resources

Checkout the `no-std` sections of these resources:

- [esp-rs](https://github.com/esp-rs/)
- [embassy](https://embassy.dev/)
- [esp-wifi](https://github.com/esp-rs/esp-wifi)
- [The Rust on ESP Book](https://esp-rs.github.io/book/introduction.html)