diff options
| author | 1-rafael-1 <[email protected]> | 2025-10-04 16:19:46 +0200 |
|---|---|---|
| committer | 1-rafael-1 <[email protected]> | 2025-10-04 16:19:46 +0200 |
| commit | 99ec24162aab51feb661b709a869ce64a30cfef1 (patch) | |
| tree | 382f8765f7a8042bf7b18b72b17fdf8487c76e81 /docs | |
| parent | e4e06ab5b136a21c98d42491ef1e31b6dc25e08e (diff) | |
Add Air Quality Monitor project to Embassy in the Wild page
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/pages/embassy_in_the_wild.adoc | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/docs/pages/embassy_in_the_wild.adoc b/docs/pages/embassy_in_the_wild.adoc index cedbedada..3b58bb9b4 100644 --- a/docs/pages/embassy_in_the_wild.adoc +++ b/docs/pages/embassy_in_the_wild.adoc | |||
| @@ -4,6 +4,8 @@ Here are known examples of real-world projects which make use of Embassy. Feel f | |||
| 4 | 4 | ||
| 5 | _newer entries at the top_ | 5 | _newer entries at the top_ |
| 6 | 6 | ||
| 7 | * link:https://github.com/1-rafael-1/air-quality-monitor[Air Quality Monitor] | ||
| 8 | ** Air Quality Monitor based on rp2350 board, ens160 and aht21 sensors and ssd1306 display. Code and 3D printable enclosure included. | ||
| 7 | * link:https://github.com/CarlKCarlK/clock[Embassy Clock: Layered, modular bare-metal clock with emulation] | 9 | * link:https://github.com/CarlKCarlK/clock[Embassy Clock: Layered, modular bare-metal clock with emulation] |
| 8 | ** A `no_std` Raspberry Pi Pico clock demonstrating layered Embassy tasks (Display->Blinker->Clock) for clean separation of multiplexing, blinking, and UI logic. Features single-button HH:MM/MM:SS time-set UI, heapless data structures, and a Renode emulator for hardware-free testing. See link:https://medium.com/@carlmkadie/how-rust-embassy-shine-on-embedded-devices-part-2-aad1adfccf72[this article] for details. | 10 | ** A `no_std` Raspberry Pi Pico clock demonstrating layered Embassy tasks (Display->Blinker->Clock) for clean separation of multiplexing, blinking, and UI logic. Features single-button HH:MM/MM:SS time-set UI, heapless data structures, and a Renode emulator for hardware-free testing. See link:https://medium.com/@carlmkadie/how-rust-embassy-shine-on-embedded-devices-part-2-aad1adfccf72[this article] for details. |
| 9 | * link:https://github.com/1-rafael-1/simple-robot[A simple tracked robot based on Raspberry Pi Pico 2] | 11 | * link:https://github.com/1-rafael-1/simple-robot[A simple tracked robot based on Raspberry Pi Pico 2] |
| @@ -11,7 +13,7 @@ _newer entries at the top_ | |||
| 11 | * link:https://github.com/1-rafael-1/pi-pico-alarmclock-rust[A Raspberry Pi Pico W Alarmclock] | 13 | * link:https://github.com/1-rafael-1/pi-pico-alarmclock-rust[A Raspberry Pi Pico W Alarmclock] |
| 12 | ** A hobbyist project building an alarm clock around a Pi Pico W complete with code, components list and enclosure design files. | 14 | ** A hobbyist project building an alarm clock around a Pi Pico W complete with code, components list and enclosure design files. |
| 13 | * link:https://github.com/haobogu/rmk/[RMK: A feature-rich Rust keyboard firmware] | 15 | * link:https://github.com/haobogu/rmk/[RMK: A feature-rich Rust keyboard firmware] |
| 14 | ** RMK has built-in layer support, wireless(BLE) support, real-time key editing support using vial, and more! | 16 | ** RMK has built-in layer support, wireless(BLE) support, real-time key editing support using vial, and more! |
| 15 | ** Targets STM32, RP2040, nRF52 and ESP32 MCUs | 17 | ** Targets STM32, RP2040, nRF52 and ESP32 MCUs |
| 16 | * link:https://github.com/cbruiz/printhor/[Printhor: The highly reliable but not necessarily functional 3D printer firmware] | 18 | * link:https://github.com/cbruiz/printhor/[Printhor: The highly reliable but not necessarily functional 3D printer firmware] |
| 17 | ** Targets some STM32 MCUs | 19 | ** Targets some STM32 MCUs |
| @@ -21,10 +23,9 @@ _newer entries at the top_ | |||
| 21 | * link:https://github.com/matoushybl/air-force-one[Air force one: A simple air quality monitoring system] | 23 | * link:https://github.com/matoushybl/air-force-one[Air force one: A simple air quality monitoring system] |
| 22 | ** Targets nRF52 and uses nrf-softdevice | 24 | ** Targets nRF52 and uses nrf-softdevice |
| 23 | 25 | ||
| 24 | * link:https://github.com/schmettow/ylab-edge-go[YLab Edge Go] and link:https://github.com/schmettow/ylab-edge-pro[YLab Edge Pro] projects develop | 26 | * link:https://github.com/schmettow/ylab-edge-go[YLab Edge Go] and link:https://github.com/schmettow/ylab-edge-pro[YLab Edge Pro] projects develop |
| 25 | firmware (RP2040, STM32) for capturing physiological data in behavioural science research. Included so far are: | 27 | firmware (RP2040, STM32) for capturing physiological data in behavioural science research. Included so far are: |
| 26 | ** biopotentials (analog ports) | 28 | ** biopotentials (analog ports) |
| 27 | ** motion capture (6-axis accelerometers) | 29 | ** motion capture (6-axis accelerometers) |
| 28 | ** air quality (CO2, Temp, Humidity) | 30 | ** air quality (CO2, Temp, Humidity) |
| 29 | ** comes with an app for capturing and visualizing data [link:https://github.com/schmettow/ystudio-zero[Ystudio]] | 31 | ** comes with an app for capturing and visualizing data [link:https://github.com/schmettow/ystudio-zero[Ystudio]] |
| 30 | |||
