Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/quartiq/thermostat-eem
Embedded software for the Thermostat-EEM multichannel temperature controller.
https://github.com/quartiq/thermostat-eem
Last synced: 9 days ago
JSON representation
Embedded software for the Thermostat-EEM multichannel temperature controller.
- Host: GitHub
- URL: https://github.com/quartiq/thermostat-eem
- Owner: quartiq
- License: apache-2.0
- Created: 2022-01-31T11:07:27.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-10-21T05:31:32.000Z (15 days ago)
- Last Synced: 2024-10-21T08:19:43.743Z (15 days ago)
- Language: Rust
- Size: 1.13 MB
- Stars: 7
- Watchers: 3
- Forks: 4
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.APACHE2
Awesome Lists containing this project
- rust-embedded - Thermostat EEM - channel temperature controller used in physics experiments (Firmware projects / WIP)
- awesome-embedded-rust - Thermostat EEM - channel temperature controller used in physics experiments (Firmware projects / WIP)
README
![download](https://user-images.githubusercontent.com/17088194/202482347-8327558f-0a0e-4e09-905c-88c8c808cbae.png)
# Thermostat-EEM
Embedded software for the [Thermostat-EEM](https://github.com/sinara-hw/Thermostat_EEM) multichannel temperature controller.- using [STM32H7 hal](https://github.com/stm32-rs/stm32h7xx-hal)
- [RTIC](https://github.com/rtic-rs/cortex-m-rtic) based task scheduling
- [MQTT](https://mqtt.org/) networking using the [smoltcp](https://github.com/smoltcp-rs/smoltcp) tcp/ip stack, [minimq](https://github.com/quartiq/minimq) for embedded MQTT and [miniconf](https://github.com/quartiq/miniconf) for settings
- signal processing and control based on biquad IIR filters from [idsp](https://github.com/quartiq/idsp)