| Literature DB >> 35582518 |
Michael Barrow1, Francesco Restuccia2,3, Mustafa Gobulukoglu1, Enrico Rossi4, Ryan Kastner1.
Abstract
As COVID-19 began to grip healthcare systems worldwide, worst-case models predicted huge demands for ventilators. The global community sprang to action, producing a large number of emergency "makeshift" ventilator designs. This brought about another problem: a gap between the quantity of new mechanical ventilators and the number of skilled physicians to operate them. New physicians could not complete training at the pace of ventilator production, which threatened to leave patients sitting untreated, next to unusable ventilators. To address this challenge, we developed a universal remote control system for makeshift ventilators that uses low-cost hardware add-on modules to connect to different ventilators, and a three-tier control architecture to interface the ventilators with telemedicine software. We demonstrate system integration with two representative ventilator designs, adding a remote control option that allows caregivers to quickly and easily monitor and control these ventilators remotely.Entities:
Keywords: Open source hardware; public healthcare; resource management; telemedicine
Year: 2021 PMID: 35582518 PMCID: PMC8956371 DOI: 10.1109/LES.2021.3107837
Source DB: PubMed Journal: IEEE Embed Syst Lett ISSN: 1943-0663
Fig. 1.Three-tier ventilator control architecture. Tier 1 is the most primitive and is intended for dire emergency situations. Tier 2 meets the minimum ventilator specification of “Rapidly Manufactured Ventilator System” RMVS001 for medical use. Tier 3 ventilator control provides additional features to those found in Tier 2 which do not break RMVS001 specification.
Fig. 2.Examples of ventilator control hardware and software built from plans and code in our repository. (a) is example Tier 1 Hardware; a motor controller compatible with basic ventilators. (b) is example Tier 3 Hardware; a “Shield” compatible with Arduino RMVS001 compliant ventilators. Both (a) and (b) are designed to be built from salvage components on the breadboard in an emergency. (c) and (d) show the remote control app having auto-configured to control Tier 1 and Tier 3 type ventilators, respectively. (c) is presented when the phone is connected to (a), and only respiratory rate can be controlled. (d) is presented when the phone is connected to (b), and all RMVS001 features can be controlled.
Fig. 3.Example of our Universal Control for a simple Tier 1 makeshift ventilator. Salvage parts from an ATX power supply are used to interface the ventilator with a smartphone via 3.5-mm (audio) jack.
Fig. 4.Example of our Universal Control for an Arduino UNO-based Tier 2 RMVS001 compliant makeshift ventilator. Our Arduino shield is used to interface a smartphone to the ventilator via the 3.5-mm audio jack.
Fig. 5.Software architecture of the Tier 2 makeshift ventilator example. The minimal safety-critical requirements are provided by the ARTe framework.