Last updated 2020/03/20
In the event that COVID-19 hospitalizations exhaust the availability of FDA approved ventilators. This project documents the process of converting a low-cost CPAP (Continuous Positive Airway Pressure) blower into either a rudimentary non-invasive ventilator that could help with breathing during respiratory distress. It also provides information, using the same parts, to create a low-cost powered air purifying respirator (PAPR) which is a valuable piece of personal protective equipement (PPE) that could protect caregivers. Unless you are able to participate in the detailed engineering and medical discussions regarding mitigating the risks of high pressure ventilation, I would highly recommend focusing on the PAPR version of this build.
WARNING/DISCLAIMER: Whenever possible, please seek professional medical care with proper equipment setup by trained individuals. Do not use random information you found on the internet. I am not a medical professional, just a random person putting information on the internet. There are significant risks associated with using a high pressure BiPAP as a DIY ventilator without medical supervision.
As an alternative to building a mediocre DIY ventilator, this device can also become a reasonable low-cost Powered Air Purifying Respirator (PAPR) with filter adapter and mask. PAPRs are effective pieces of Personal Protective Equipment (PPE) that could be helpful to caregivers. PAPRs will also be in extremely short supply and are much less risky and less controversial than building a DIY ventliator. You may be able to save many more lives by building a PAPR that protects a caregiver than a medicore ventilator for one patient.
- Being viewed as a viable alternative to available professional care or delaying seeking professional care. This is should be view as educational resource or a last resort option only. Community driven engineering efforts like this run the risk of making it "too easy to be harmful" which would be a bad outcome.
- Using non-invasive interfaces (such as masks and mouth pieces) can create aerosolized virus infecting many others in clean environments. Infecing yourself or other healthy individuals multiplies the problem. Restrict usage to places where aerosolized viruses are already abundant (lots of unmasked symptomatic individuals) or in isolation. NOTE: Self-quarantine in an apartment or multi-unit residence is NOT proper isolation due to potential shared ventilation and sewage.
- Giving too high a pressure (such as 20cmh2o and up) without observing lung compliance can cause rupture of infected lung tissue. This design currently lacks several features that to provide feedback to a caregiver to monitor that risk.
- See more detailed discussion of these risk and potential engineering/administrative controls to address them.
This rudimentary design could provide a programmable target breathing rate (10-16/min), a target Positive End-Expiratory Pressure (PEEP), and the blower is physicially able to hit a peak airway pressure of upto 45cmh2o. However, going above 20cmh2o can be DANGEROUS. It can't guarantee a specific tidal volume, and doesn't regulate specific fractional oxygen (FiO2). It is very doubtfull the blower is safe for 100% O2, so it just pushes atmospheric air (21% O2). Any other ratio would require O2 feed down stream and manual guess work on the supply flow. It is lacking in many ways, but it is possible this limited functionality could help when better care is not available and it is a starting point for how to do better.
Here's a youtube video walking through the components as of 2020/03/17:
There are also many other efforts in this direction. Here's a short list of them Thanks! discussion
- I had a long conversation with a pulmonologist to discuss the critical features of a proper ventilator and trade offs. Here are my notes. If you know someone with domain expertise, I would like confirmation that my take away notes are reasonable since this will drive priorities on engineering effort/conversations.
- Develop a simple low-cost sensor configuration that can provide a similar approximation of lung compliance provided by a ventilator loop display
- Test lung sourcing/research. Example high end one from Michigan Instruments.
- A supply chain person that can help us find good suppliers of parts. If there is desire to make these, I don't have a supply chain setup. The few parts I have on hand may not be easily sourcable in any volume quickly.
- Figure out how to reprogram an existing BiPAP. If this operating mode is helpful, there's a large number of these device's already in the field which could be enabled. I don't have good stats on the popularity of different makes/models. There could be on the order of a 1M devices worldwide?
- Design modifications to recapture exhaust to minimze addition viral spread. This only works in already "dirty" environments, where there is likely already airborne droplets containing virus - such as quarnateened spaces or other negative air pressure environments.
- Develop Arduino compatible algorithms to align blower cycle to the breathing cycle by looking at backpressure load on the blower, or very simple air pressure sensor that can be inserted into the output of the pump. For ease of developing algorithms see Colab notebook with data visualization.
- Solutions to prevent the system from becoming unsafe if power is lost. It's not obvious to me on how to do this. Ideas are welcome.
- A 3D model for an inline air filter with link to common filter supply such as this
- Test with a simple inflator pump and achieve the same pressure control.
- Develop a low-cost simple minute volume sensor/approximator. Here is some information about the downsides of being over/under on target volume.. Critical care seems to want up to 10-12L/Min.
To provide comments/feedback/offer help, create a new issue on the project. Thanks!
There is a growing list of useful documents around guidance for use of unapproved equipment, and information around estimated shortages of both ventilators and personal protective equipment. We have moved them to References Wiki to enable better updates make it easier to maintain.
- Continuous Positive Airway Pressure (CPAP) devices are commonly used by individuals to treat sleep apnea. As a result, CPAP blower components are fairly abundant. Used ones are available on eBay and new ones on Alibaba. In many of these devices, the blower is a simple BLDC motor that can be driven with an Electronics Speed Controller (ESC) used by quadrotors and RC cars. The one I used is pulled from a Respironics REMStar. In volume, these blower components can be under $20.
- Alternative: test a 12v inflator pump which is even more abundant.
- Alternative: print a blower [discussion]
-
Arduino Compatible Nano/Clone to control the motor speed, breathing cycles, and handle user input. Download the Arduino IDE to program the microcontroller software.
-
Brushless DC Motor Electronic Speed Controller capable of at least 10A.
-
Button or swtich for input control. The code cycles through 5 levels of pressure, and double click to swtich between CPAP and BiPAP/Fixed PEEP mode.
-
12v DC power supply that can handle at least 5A. The blower works pretty had, and the breathing cycles can create voltage drops which will reset the Arduino if the supply if not strong enough.
-
Tubing and face mask. If you search for CPAP face mask, you'll find many options/suppliers. The full face mask that covers both the mouth and nose and enabled pressure buildup in the lungs. As an alternative, see below for draft 3D printable parts.
-
Optional inline 12v battery backup.
This is the full system, with mask, tubing, pump, 12v battery, and swtich for input. However, I would strongly recommend running with a DC power supply since the battery will only last about 3-4 hours. Wearing the mask with a dead battery could cause dangerous CO2 build up. This particular battery can charge and supply power at the same time, acting as an inline battery backup to wall power.
Below is a close up of the extracted blower. It simply an BLDC motor driving a blower fan. A small ESC and Arduino attached (technically a Teensy2.0++, but the code has now been changed to an Arduino Nano). It has a 3d printed tapered hose adpater on it to fit in the hose. The microcontroller software can be programmed with the Arduino IDE. The software goes through a short initialization sequence to configure the ESC, and then starts at the lowest CPAP setting. You can use the switch to cycle through pressure levels, and double click to cycle through operating modes.
Here is the schematic for the electronics. As you can see, it's very simple with only a few parts. A slightly modifed version that is able to sense the blower current is here.

Since I have a CPAP, I happen to have a Resmed AitFit F20 mask that I can use. This is quite comfortable and covers both the nose and mouth to make a good seal. However if you can't get a mask, below is a prototype mouthguard that fit in the category of not-so-great-but-usable-if-you-have-a-lot-of-tape. I am using some elastic straps as head gear. However in order to get a good air seal to get enough positive pressure, this would require some tape. A little bit of leakage is actually desirable to allow CO2 to escape near the mouth nose and to flush out the air over time; this prevents CO2 from being stuck in the tube. WARNING: wearing this sealed to the mouth with tape without power may cause dangerous CO2 build up.
Download the [3D model] [Fusion 360 link].
This is a picture of my test rig to measure the output pressure. It's a U-shaped tube with attached measuring tape to check displacement of water. The actual liquid displacement is 2x the measured line since liquid is being push downwards on the other side of the U an equal amount, doubling the displacement. (I think this is the correct way to measure). At full blast at 12v, it is achieving 45cmh2o. WARNING: Going above 20cmh2o can be DANGEROUS. So, these blowers are plently powerful.
Here are some images showing the dislacement of the liquid at differen speeds. I happen to have Diet Dr. Pepper on hand which makes it easier to see the liquid level rather than just plain water.
Here's a video of the blower pushing a breathing cycle of 16 cycles/min oscilating between 12 and 22cmh2o.
An open air blower into someone's airway isn't great. If possible, some filtration is preferred. These parts were originally used for a DIY Powered Air Purifying Respriator (PAPR). However, adding a filter will definitely affect the output pressure. It will depend on the blower you have if the motor can handle the additional load. Given the headroom of the blower I tested, these CPAP blowers can probably handle the filter and still hit the target pressure. However, I haven't done longterm thermal testing at high pressure and a strong filter. These adapter plates can be attached with liberal amounts of hot glue, and wrapping the unit in vinyl tape to get a reasonably airtight seal. My blower's enclosure was not air-tight, so it is difficult to guarantee that 100% of the air is coming only through the filter. Setting the blower to a low CPAP pressure, and leaving the face mask vent holes open will allow it to function reasonably as a PAPR.
- This is an adapter plate for a 3M P100 or N95 face mask filter cartridge. Download [3D model] [Fusion 360 link]
- This is an adapter plate for a NATO 40mm gas mask filter cartridge. These fitlers are available with CBRN ratings which are needed for viral and bacterial defense similar to those approved by the CDC/NIOSH. Download [3D model] [Fusion 360 link]
- This is an option for an inline filter [discussion] that looks easy to install, and would be helpful for non-CPAP blowers.
Click here to see updates.












