Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vitorebatista/covid-19-airflow-sensor-iot-server
Proof of concept of Rapidly Manufactured Ventilation System integrated with flow sensor and MQTT broker
https://github.com/vitorebatista/covid-19-airflow-sensor-iot-server
Last synced: about 1 month ago
JSON representation
Proof of concept of Rapidly Manufactured Ventilation System integrated with flow sensor and MQTT broker
- Host: GitHub
- URL: https://github.com/vitorebatista/covid-19-airflow-sensor-iot-server
- Owner: vitorebatista
- License: mit
- Created: 2020-06-07T18:33:05.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T20:00:54.000Z (almost 2 years ago)
- Last Synced: 2024-04-14T13:05:03.548Z (9 months ago)
- Language: TypeScript
- Size: 1.61 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## COVID 19 Airflow Sensor (WORK IN PROGRESS)
This is a proof of concept of Rapidly Manufactured Ventilation System (RMVS) integrated with flow sensor and MQTT broker. The basic idea of this project is to integrate a flow sensor with an existing RMVS to collect the oxygen flow and send to an MQTT broker. This broker will persist the data and it will evaluate the flow based on the patient's profile to determine inconsistencies and thus generate alerts.
![Diagram](./diagram.png)
### Configurations
The project is separated in IOT and Server, so its important to you read the specific README files
- [IOT](./iot/README.md)
- [Server](./server/README.md)# License
[MIT licensed](./LICENSE).