Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jiahaoxiang2000/monitor_t
monitor the temperature and humidity of the room.
https://github.com/jiahaoxiang2000/monitor_t
Last synced: 29 days ago
JSON representation
monitor the temperature and humidity of the room.
- Host: GitHub
- URL: https://github.com/jiahaoxiang2000/monitor_t
- Owner: jiahaoxiang2000
- Created: 2024-07-14T01:37:11.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-07-15T14:45:11.000Z (5 months ago)
- Last Synced: 2024-07-16T02:56:05.037Z (5 months ago)
- Language: C
- Homepage:
- Size: 768 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# monitor
## Description
monitor the temperature and humidity of the room. show on the digital display.
## Schematic
[View Schematic (PDF)](doc/Schematic.pdf)
## Development Tools
- [STM32CubeMX](https://www.st.com/en/development-tools/stm32cubemx.html)
- for generate project based the HAL library
- [Cmake](https://cmake.org/)
- for build the project
- [openocd](http://openocd.org/)
- for flash the firmware to the target board## reference
[software document](https://www.yuque.com/wldz/jlceda/dqetva01onq5tgdz)
[video from lceda](https://www.bilibili.com/video/BV1ui421Y7L6/)