Skip to content

Latest commit

 

History

History
60 lines (36 loc) · 1.69 KB

README.md

File metadata and controls

60 lines (36 loc) · 1.69 KB

FixMoreLungs

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

Objective

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.

Overview

Currently consists of a:

  1. CPAP-style blower with speed control.
  2. Feedback from a differential pressure sensor with one side measuring delivered pressure to patient, other side ambient.

Setup

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

Contributing

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 the link to the website under Helpful Links (below).

Licensing

This project is licensed under the GPLv3.

Helpful Links

Project Description

Self-link

Pandemic Ventilator Website

Copyright 2020

Edwin Chiu

Frost Methane Labs/Fix More Lungs

Based on example code by Tom Igoe and Brett Beauregard