RespiraWorks / Ventilator

Fully-featured ICU ventilator design, optimized for manufacture using commonly available components and free to license. Repository tracks all mechanical, electrical and systems design, software, requirements and regulatory documentation.
Apache License 2.0
130 stars 38 forks source link

Solve flow measurement problem #372

Closed tapemaster closed 4 years ago

tapemaster commented 4 years ago

What has to be done We need mathematically correct measurement of volume based on readings from the flow sensors.

How do you know it has to be done Pressure sensors working alright at the moment. But to solve some of the challenges for ventilator, the volume and flow are also very important pieces of data. Inspiratory attempt is one of the things that depends on this. https://respiraworks.slack.com/archives/C011ABVBS21/p1590516382457200

Other There is work ongoing here: https://github.com/RespiraWorks/SystemDesign/issues/57

The whole slack channel #flow-measurement.

asmodai27 commented 4 years ago

Ran some simulations for volume computations through integration of flow, as well as some sensors characterization, and can outline several problems as of today:

tapemaster commented 4 years ago

Difference in flow is calculated reliably enough. What we need now is to have proper absolute flow measurement.

tapemaster commented 4 years ago

The absolute flow measurement is extracted to a separate issue (#710). Closing this one now.