Skip to content

Commit

Permalink
Added plantineers-edge (#23)
Browse files Browse the repository at this point in the history
* Added plantineers-edge

This was a university project made with other students. It has two repositories for the esp32c3 using no-std but this one is the more interesting one. Data is encoded using the postcard library and then decoded in the [esp-gateway](github.com/plantineers/esp-gateway)

* Fixed training link
  • Loading branch information
Nereuxofficial authored Jun 12, 2023
1 parent d37b872 commit d44aeab
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ You can usually find community members (including some employees of Espressif) i
## Books, Blogs, and Training Materials

- [EN] [The Rust on ESP Book](https://esp-rs.github.io/book/introduction.html) - The goal of this book is to provide a comprehensive guide on using the Rust programming language with Espressif SoCs and modules.
- [EN] [Embedded Rust on Espressif](https://esp-rs.github.io/espressif-trainings/) - Training for Rust development on ESP32-C3 by [Ferrous Systems](https://ferrous-systems.com/training/).
- [EN] [Embedded Rust on Espressif](https://esp-rs.github.io/std-training/) - Training for Rust development on ESP32-C3 by [Ferrous Systems](https://ferrous-systems.com/training/).
- [EN] [Scott Mabin - Rust on Espressif chips](https://mabez.dev/blog/posts/) - Quarterly updates about Rust on Espressif chips.
- [EN] [Bare-Metal Rust on ESP32: A brief overview](https://beta7.io/posts/bare-metal-rust-on-esp32/) - Overview of the `no_std` ecosystem on ESP32 chips.
- [EN] Making a Dino Light with the ESP32 and WS2812
Expand Down Expand Up @@ -87,6 +87,7 @@ You can usually find community members (including some employees of Espressif) i
- [SlimeVR-Rust/firmware](https://github.com/SlimeVR/SlimeVR-Rust/tree/main/firmware) - Async & no_std rust firmware for SlimeVR Full Body Tracking.
- [esp32s3-box-examples](https://github.com/sambenko/esp32s3-box-examples) - Various graphic examples for ESP32-S3 Box.
- [nostd-wifi-lamp](https://github.com/Nereuxofficial/nostd-wifi-lamp) - A Wi-Fi Lamp built with an ESP32 and Neopixel Lights controllable via Wi-Fi
- [plantineers-edge](https://github.com/plantineers/edge) - Firmware for edge devices for an Open Source Plant Monitoring solution using esp-now

## License

Expand Down

0 comments on commit d44aeab

Please sign in to comment.