Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Alarms: low airflow #38

Open
amanzimdwini opened this issue Mar 20, 2020 · 11 comments
Open

Alarms: low airflow #38

amanzimdwini opened this issue Mar 20, 2020 · 11 comments

Comments

@amanzimdwini
Copy link

Not sure how easy - but you'd need an alarm when the airflow decreases (such as when the mask comes off the patient). Please add to your "to do list".
And yes, (1) last effort, and (2) probably best for PROVIDERS, not patients. GREAT idea, though - I am ripping an old CPAP apart right now

@Istria1704
Copy link

Istria1704 commented Mar 22, 2020

The most robust and simple way I could think of:
Span a thin copper wire across the air channel and put a small (but constant) current through it.
The wire will heat up until it reaches equilibrium temp.

When air flows, the wire cools down. When air stops flowing, the wire heats back up.

Since resistance (Ohm) of the wire goes up with temperature rise, you could measure this "cycle" of increasing and decreasing resistance in the wire. If the cycle stops, you know something is wrong.

If you also want to know the direction of the airflow, you could use 2 heated wires with some (airflow) isolation between them. So one wire is always shielded for the "wind" while the other one is in the wind. If the direction changes, so does that. Like: https://patents.google.com/patent/US7278309B2/en

@jcl5m1
Copy link
Owner

jcl5m1 commented Mar 22, 2020 via email

@jcl5m1
Copy link
Owner

jcl5m1 commented Mar 22, 2020

I also curious about these air flow sensors used by engines:
https://www.autozone.com/engine-management/mass-air-flow-sensor

@jcl5m1
Copy link
Owner

jcl5m1 commented Mar 22, 2020

Looks like they even have 8 wire MAF sensors, that include flow, humidty, temp, and baro

https://www.youtube.com/watch?v=mFhovSdOY3g

I picked up a Bluestreak MF21029N 5-wire MAF sensor. Still trying to figure out how to talk to it.

@jcl5m1
Copy link
Owner

jcl5m1 commented Mar 25, 2020

worried about supply on these. I can't buy anymore. I am curious if a differential pressure flow valve can be make with two MS5611s

@jcl5m1
Copy link
Owner

jcl5m1 commented Mar 26, 2020

I tried an automotive flow sensor. It provides an analog flow signal.

https://photos.app.goo.gl/UkC9ceGeRCVUVESo6

For the part I used: MF21029. This pinout is starting from flat side:

  1. flow analog out (0-5v)
  2. 5v reference from controller (unclear this is needed)
  3. GND
  4. 12v supply
  5. temp analog out put (though this wasn't working for me)

@nasocializes nasocializes pinned this issue Mar 27, 2020
@jcrubino
Copy link

jcrubino commented Mar 27, 2020

@jcl5m1 You want to make a "Manometer" for differential pressure measurements.
From this, along with the dimensions of the circuit you can use Poiseuille equations to determine the flow and volume.

In Regards to How the ventilators do it @Istria1704 is correct about the heated wire method
heated wire flow sensor
source

@MeatLasers
Copy link

The SFM3200 supply might indeed by tight for a while.
An alternative would Sensirion SDP800 sensor, which is used to measure the airflow in CPAPs. This should be available in very high quantities, and is also now available without any problems at Digikey.
More info:
https://www.sensirion.com/en/flow-sensors/differential-pressure-sensors/sdp800-proven-and-improved/
https://www.sensirion.com/fileadmin/user_upload/customers/sensirion/Dokumente/0_Corporate/Specialist_Articles/Sensirion_Specialist_Article_Gas_Flow_Bypass_EN.pdf

@MikeJaworski
Copy link

I'm also interested in the issue of flow metering here - I'd already decided hot wire is the way to go as that's what commercial machines use but looks like the SFM3XXX series is out of stock globally and wouln't want to tax the medical supply chain anyway.

Can I ask how testing with automotive MAFs is going? Which model? Are they sensitive enough considering they are intended for use at much higher flow rates?

PS: I also found ultra-cheap (£5.50 = $7 each) bidirectional MAFS:

https://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=LMM-H03&DocType=Data+Sheet&DocLang=English&DocFormat=pdf&PartCntxt=G-MAFCO-005

This way you could easily measure inspired and expired flow, and calculate leak rate by difference.

Only issue is the linear portion of the sensor response is over the velocity range 20-40m/s

For standard 22mm ID breathing tubes, the velocity at 100LPM is only 4.3m/s so you'd be on a highly non-linear part of the response curve...

@MikeJaworski
Copy link

OK, even better I found this DP flow evaluation kit from sensiron with flow element.

The bare DP sensors are about $12, evaluation kit with flow element is about $70. You could 3D print flow elements, probably. Evaluation kit flow element fits to medical tubing.

https://www.sensirion.com/fileadmin/user_upload/customers/sensirion/Dokumente/8_Differential_Pressure/Application_Notes/Sensirion_Differential_Pressure_Sensors_EK-P4_Flow_Element.pdf

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants