diff options
| author | Dario Nieuwenhuis <[email protected]> | 2024-04-04 21:44:40 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-04-04 21:44:40 +0000 |
| commit | 0e1208947e89ea60bd1b5c85e4deb79efb94d89a (patch) | |
| tree | 6d76af7ae58d8c4862432b51673c2ca4584eb947 /docs | |
| parent | a0439479f70e0d50cc48d0e421a3034932a882b4 (diff) | |
| parent | f10ee07a905e6627537cbb00d72d6dd35108a949 (diff) | |
Merge pull request #2741 from schmettow/patch-1
Added YLab project to "in the wild"
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/modules/ROOT/pages/embassy_in_the_wild.adoc | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/modules/ROOT/pages/embassy_in_the_wild.adoc b/docs/modules/ROOT/pages/embassy_in_the_wild.adoc index 85ad7f4a2..4b650449f 100644 --- a/docs/modules/ROOT/pages/embassy_in_the_wild.adoc +++ b/docs/modules/ROOT/pages/embassy_in_the_wild.adoc | |||
| @@ -9,3 +9,11 @@ Here are known examples of real-world projects which make use of Embassy. Feel f | |||
| 9 | * The link:https://github.com/lora-rs/lora-rs[lora-rs] project includes link:https://github.com/lora-rs/lora-rs/tree/main/examples/stm32l0/src/bin[various standalone examples] for NRF52840, RP2040, STM32L0 and STM32WL | 9 | * The link:https://github.com/lora-rs/lora-rs[lora-rs] project includes link:https://github.com/lora-rs/lora-rs/tree/main/examples/stm32l0/src/bin[various standalone examples] for NRF52840, RP2040, STM32L0 and STM32WL |
| 10 | ** link:https://github.com/matoushybl/air-force-one[Air force one: A simple air quality monitoring system] | 10 | ** link:https://github.com/matoushybl/air-force-one[Air force one: A simple air quality monitoring system] |
| 11 | *** Targets nRF52 and uses nrf-softdevice | 11 | *** Targets nRF52 and uses nrf-softdevice |
| 12 | |||
| 13 | * 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 | ||
| 14 | firmware (RP2040, STM32) for capturing physiological data in behavioural science research. Included so far are: | ||
| 15 | ** biopotentials (analog ports) | ||
| 16 | ** motion capture (6-axis accelerometers) | ||
| 17 | ** air quality (CO2, Temp, Humidity) | ||
| 18 | ** comes with an app for capturing and visualizing data [link:https://github.com/schmettow/ystudio-zero[Ystudio]] | ||
| 19 | |||
