Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/svelterust/crustyc3
esp32c3 experiment
https://github.com/svelterust/crustyc3
esp32c3 rust
Last synced: 22 days ago
JSON representation
esp32c3 experiment
- Host: GitHub
- URL: https://github.com/svelterust/crustyc3
- Owner: svelterust
- Created: 2023-10-14T13:02:38.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2023-10-16T20:41:18.000Z (about 1 year ago)
- Last Synced: 2024-10-20T00:46:03.938Z (27 days ago)
- Topics: esp32c3, rust
- Language: Nix
- Homepage:
- Size: 57.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)