From c2c436a016bc7ef897fc8365937193e6eff07540 Mon Sep 17 00:00:00 2001 From: Ryan Summers Date: Tue, 18 Jul 2023 12:06:27 +0200 Subject: [PATCH 1/2] Add QUARTIQ Stabilizer + Booster Adds Stabilizer (https://github.com/quartiq/stabilizer) and Booster (https://github.com/quartiq/booster) from QUARTIQ to embedded example projects --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index d8226aa..f5bd403 100644 --- a/README.md +++ b/README.md @@ -1261,6 +1261,9 @@ Work in progress crates. Help the authors make these crates awesome! - [anne-key](https://github.com/ah-/anne-key): Alternate keyboard firmware for the Obins ANNE Pro - [μLA](https://github.com/dotcypress/ula): Micro Logic Analyzer for RP2040 - [air-gradient-pro-rs](https://github.com/jonlamb-gh/air-gradient-pro-rs): Bootloader, firmware and CLI tools for the AirGradient PRO +- [Stabilizer](https://github.com/quartiq/stabilizer): Firmware for a DSP tool used in quantum physics experimentation, includes telemetry via MQTT and run-time configuration +- [Booster](https://github.com/quartiq/booster): Firmware for an RF power amplifier, including telemetry via MQTT and run-time configuration + ## Old books, blogs and training materials From e63a67a9ee3b0a5de054830e0ca6d264cb78ab39 Mon Sep 17 00:00:00 2001 From: Ryan Summers Date: Tue, 18 Jul 2023 12:38:08 +0200 Subject: [PATCH 2/2] Adding thermostat project from https://github.com/quartiq/thermostat-eem --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f5bd403..9f68570 100644 --- a/README.md +++ b/README.md @@ -1263,6 +1263,7 @@ Work in progress crates. Help the authors make these crates awesome! - [air-gradient-pro-rs](https://github.com/jonlamb-gh/air-gradient-pro-rs): Bootloader, firmware and CLI tools for the AirGradient PRO - [Stabilizer](https://github.com/quartiq/stabilizer): Firmware for a DSP tool used in quantum physics experimentation, includes telemetry via MQTT and run-time configuration - [Booster](https://github.com/quartiq/booster): Firmware for an RF power amplifier, including telemetry via MQTT and run-time configuration +- [Thermostat EEM](https://github.com/quartiq/thermostat-eem): Firmware for a multi-channel temperature controller used in physics experiments ## Old books, blogs and training materials