|
10 | 10 |
|
11 | 11 | - [Community](#community)
|
12 | 12 | - [Books, Blogs, and Training Materials](#books-blogs-and-training-materials)
|
13 |
| -- [Video Courses](#video-courses) |
| 13 | +- [Video Courses and Talks](#video-courses-and-talks) |
14 | 14 | - [Tools](#tools)
|
15 | 15 | - [Templates](#templates)
|
16 | 16 | - [Open Hardware](#open-hardware)
|
@@ -41,11 +41,14 @@ You can usually find community members (including some employees of Espressif) i
|
41 | 41 | - [その 1 環境構築](https://lang-ship.com/blog/work/esp32-std-rust-1/) (Part 1: Building the environment)
|
42 | 42 | - [その 2 L チカ](https://lang-ship.com/blog/work/esp32-std-rust-2/) (Part 2: Blink an LED)
|
43 | 43 |
|
44 |
| -## Video Courses |
| 44 | +## Video Courses and Talks |
45 | 45 |
|
46 | 46 | - [EN] [Rust on ESP32-C3](https://www.youtube.com/playlist?list=PLkch9g9DEE0Lkm1LqcD7pZNDmXEczOo-a)
|
47 | 47 | - [EN] [Andrei Litvin / @embedded-rust](https://www.youtube.com/@embedded-rust/videos)
|
| 48 | +- [EN] [Rust embedded at Espressif @ Copenhagen Rust Community](https://www.youtube.com/watch?v=gdmUhzJfgzk) |
| 49 | +- [EN] [Embedded Rust on ESP32 - Juraj Michálek - Rust Linz November 2022](https://www.youtube.com/watch?v=0PPPdqoDBQs) |
48 | 50 |
|
| 51 | +[EN] [Rust on Espressif chips - Scott Mabin](https://www.youtube.com/watch?v=qeEmJ_-6fPg) |
49 | 52 | ## Tools
|
50 | 53 |
|
51 | 54 | - [espup](https://github.com/esp-rs/espup) - Tool for installing and maintaining the required toolchains for developing applications in Rust for Espressif SoC's.
|
@@ -91,6 +94,7 @@ You can usually find community members (including some employees of Espressif) i
|
91 | 94 | - [esp32s3-box-examples](https://github.com/sambenko/esp32s3-box-examples) - Various graphic examples for ESP32-S3 Box.
|
92 | 95 | - [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
|
93 | 96 | - [plantineers-edge](https://github.com/plantineers/edge) - Firmware for edge devices for an Open Source Plant Monitoring solution using esp-now
|
| 97 | +- [esp32c3-no-std-async-mqtt-demo](https://github.com/JurajSadel/esp32c3-no-std-async-mqtt-demo) - ESP32-C3 application that measures temperature (using BMP180) and sends the results with MQTT via WiFi - everything is done asynchronously. Also available for [ESP32](https://github.com/JurajSadel/esp32-no-std-async-mqtt-demo) and [ESP32-S3](https://github.com/JurajSadel/esp32s3-no-std-async-mqtt-demo) |
94 | 98 |
|
95 | 99 | ## License
|
96 | 100 |
|
|
0 commit comments