Skip to content

jn04137/e-vent

 
 

Repository files navigation

build

MIT E-Vent: A Low Cost Emergency Ventilator Controller

MIT E-Vent Prototype

This code is provided for reference use only. Our goal is to help others understand the function of our prototype system, with regards to: delivering tidal volumes, breaths per minute and I:E ratios; visible and audible alarm functions; and the user interface. Assist control, to detect patient breathing, is implemented, but is still a work in progress. (Synchronizing with a human is non-trivial.) These features are only a baseline and others will likely wish to add more safeties and features.

Caution: Any group working to develop ventilation or other medical device must conduct significant hardware and software validation and testing to identify and mitigate fault conditions. This is essential to ensure patient safety.

Please see https://e-vent.mit.edu/ for a high level description of the complete system.

Volume Control Mode Definitions

The following waveform diagram is a visual explanation of the key cycle parameters used in e-vent.ino.

  |                                                                    
  |     |<- Inspiration ->|<- Expiration ->|                           
P |                                                                    
r |     |                 |                |                           
e |             PIP -> /                                  /            
s |     |             /|                   |             /|            
s |                  / |__  <- Plateau                  / |__          
u |     |           /     \                |           /     \         
r |                /       \                          /       \        
e |     |         /         \              |         /         \       
  |              /           \                      /           \      
  |     |       /             \            |       /             \     
  |            /               \                  /               \    
  |     |     /                 \          |     /                     
  |          /                   \              /                      
  |     |   /                     \        |   /                       
  |        /                       \          /                        
  |       /                         \        /                         
  | _____/                  PEEP ->  \______/                          
  |___________________________________________________________________ 
         |             |  |          |      |                          
         |<- tIn ----->|  |          |      |                   Time   
         |<- tHoldIn ---->|          |      |                          
         |<- tEx ------------------->|      |                          
         |<- tPeriod ---------------------->|                          
         |                                                             
                                                                       
     tCycleTimer                                                       

About

MIT Project: A low cost emergency ventilator controller

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 91.2%
  • C 8.8%