Build an Easy Ventilator workshop

From HOPE Wiki
Revision as of 15:16, 14 July 2020 by Kev1n8088 (talk | contribs) (Main change)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Abstract:

WeChat Image 20200714231257.jpg

As COVID19 sweeps the world, thousands of people die of pneumonia everyday. One of the key lifesavers is the ventilator, but due to this insane number of cases, ventilators are on short supply. We designed this workshop to help people create simple, inexpensive and portable ventilators to fight the pandemic, as well as to let participants learn coding and engineering.

This workshop is for total newbies although having some programming and/or engineering experience will benifit you drastically. Besides learning new skills, you’ll have fun and do you part in fighting the pandemic!

Both the code and the hardware are provided by us, however if you would like to tinker around, please do so!


Time:

TBD


Disclaimer: This ventilator, while we believe is helpful, has not been clinically tested or approved by any medical adminstrations. If there are professional ventilators avaliable, please use those. We are not responsible for any injuries or deaths caused by this piece of equipment.


Full Description:

Participants will learn the basic functions of a ventilator and how to achieve those functions in the easiest way possible. They will learn how to build a simple frame and mechanism for the ventilator, as well as how to compile and possibly edit the code.

Though simple, inexpensive, and portable, the ventilator we have created for this workshop has 3 modes: Manual, timed, or dynamic. Manual is the easiest to use and program, as its basically just actuating a motor when you press a button. Timed is slightly harder, as it requires the motor to be actuated, then wait a certain time, then repeat. Dynamic is the hardest, as you have to test the air pressure in the respiration tube, and wait until it is negative. This shows that the patient is attempting to breathe, and the motor must actuate to assist with it.

We will provide the code in a link, however, if you would like to use your own code, that is totally up to you!

This workshop is taught by Kevin Zheng and Rockets Xia


Summary:

What: Make a basic ventilator

When: TBD

Where: Link will be emailed to participants

Who: Anyone!

Max #: 10 participants


--You must register to participate in this workshop--


Cost: 150$ for the parts


Parts:

Required software:

Arduino Compiler


Links:

Ventilator Github