root: update README

This commit is contained in:
Vasily Davydov 2022-10-26 21:49:56 +03:00
parent 1e82220e70
commit 4d9f5a2cf3

View File

@ -1,3 +1,7 @@
# ESP-Ventilation # ESP-Ventilation
A school project to control a simulated ventilation system based on measured CO2 levels <br> A school project to control a simulated ventilation system based on measured CO2 levels <br>
**[Google drive folder](https://docs.google.com/document/d/12K4G12bVbDqZUrHPMkFk3nm1rfgFxZ1O2iIwMq2Nnus/edit?usp=sharing)** **[Google drive folder](https://docs.google.com/document/d/12K4G12bVbDqZUrHPMkFk3nm1rfgFxZ1O2iIwMq2Nnus/edit?usp=sharing)**
## Embedded Systems Programming Ventilation Project
The objective of this project was to create a smart ventilation system that has the capability to display sensor data and let users set the ventilation fan speed manually, or let the system determine the fan speed in automatic operation by setting the target output air pressure to achieve. This documentation examines the overall system architecture in hardware and software, operation of the system, the development process and goes in detail of the technical implementation. As hardware implementation of this ventilation system is pre-determined, particular attention in this documentation is paid to the embedded software and communications implementation.