Skip to content

Commit 447b116

Browse files
jamessizelandSergioGasquez
authored andcommitted
Update README.md
Add c3 devkit demo example link to no_std. This is a project I've put together to give new users an idea of how to construct a medium complexity project with multiple parts talking to each other. It uses Actors, Async, and some nice design patterns and only requires a single board purchase to run.
1 parent 4c140d0 commit 447b116

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ You can usually find community members (including some employees of Espressif) i
100100
- [esp-clock-rs](https://github.com/zhangzqs/esp-clock-rs) - A weather clock project designed based on the Slint UI framework. This is a attempt for the low-coupling cross-platform project based on the message communication mechanism, which supports running on ESP32-C3, WebBrowser(WASM), Desktop, and Android.
101101

102102
### `no_std`
103-
103+
- [esp32c3-devkit-rust - Embassy, BLE, Sensors example](https://github.com/jamessizeland/esp32c3-devkit-demo) - Medium complexity project demo interfacing with the peripherals available on this board, which include RGB LED, i2c IMU, Temperature & Humidity and BLE using TrouBLE and Embassy.
104104
- [esp32 wifi tank](https://jamesmcm.github.io/blog/esp32-wifi-tank/) - Building a Wifi-controlled car with Rust and ESP32
105105
- [Beginner Rust ESP32 development - Snake](https://jamesmcm.github.io/blog/beginner-rust-esp32-lcdsnake/) - Snake game to run on an ESP32 development board with a connected OLED display and controlled with a joystick.
106106
- [esp32-rust-nostd-temperature-logger](https://github.com/bjoernQ/esp32-rust-nostd-temperature-logger) - MQTT temperature logger running on ESP32.

0 commit comments

Comments
 (0)