COVID-19 Ventilator Software (ACSPEED test) software developed by Frost Methane Labs.
This is basic hardware bringup testing and demo software for a COVID-19/ARDS Ventilator
To make a minimum-viable ARDS ventilator that can be deployed or constructed on-site in countries underserved by commercial global supply chains during the COVID-19 outbreak.
Currently consists of a:
- CPAP-style blower with speed control.
- Feedback from a differential pressure sensor with one side measuring delivered pressure to patient, other side ambient.
Tested with an RF-nano arduino board, which has similar parts and pinout to an Arduino Nano.
Using the Arduino IDE, you will also need to install the PID library from here. Steps for Arduino library installation instructions can be found here
If you would like to contribute, please first make sure to fork the project, make a branch, and then create a pull request, then assign a reviewer from a member of the team, where review will then be traiged.
If you would like to get more involved with the overarching pandemic ventilator project, see th 6239 e link to the website under Helpful Links (below).
This project is licensed under the
GPLv3
.
Copyright 2020
Edwin Chiu
Frost Methane Labs/Fix More Lungs
Based on example code by Tom Igoe and Brett Beauregard