-
Notifications
You must be signed in to change notification settings - Fork 234
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
Comments
The most robust and simple way I could think of: 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 |
added to do's.
i ordered some nichrome wire, which gives 26 ohms/ft. But, i actually
don't think
https://www.amazon.com/gp/product/B07CHTXZYW/ref=ppx_yo_dt_b_asin_title_o01_s00?ie=UTF8&psc=1
This reference has consideration of the material for hot wire anemometer.
But, seems have mixed material recommendations.
https://www.sciencedirect.com/topics/engineering/hot-wire-anemometer
I think this can be done with a low cost 24-bit ADC like the HX711
https://www.sparkfun.com/products/13879
I am also curious about ultrasonic flow sensors:
https://www.youtube.com/watch?v=Mkjw-iX6Af4
I wonder if one of these can be re-purposed to do that. It claim to have
0.3cm resolution.
rough velocity estimation in the tube is 50cm/s is 1.5% speed of sound. If
I am doing the math correctly, does that mean to it has to be a 30cm long
tube that varies by 1% due creating a 1% deviation of 0.3cm that it can
detect it?
https://www.amazon.com/gp/product/B01COSN7O6/ref=ppx_yo_dt_b_search_asin_title?ie=UTF8&psc=1
…On Sat, Mar 21, 2020 at 5:09 PM Istria1704 ***@***.***> wrote:
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.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#38 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAM6QAXJNNGSDFVEXK4F25LRIVJLPANCNFSM4LQOKHUA>
.
|
I also curious about these air flow sensors used by engines: |
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. |
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 |
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:
|
@jcl5m1 You want to make a "Manometer" for differential pressure measurements. In Regards to How the ventilators do it @Istria1704 is correct about the heated wire method |
The SFM3200 supply might indeed by tight for a while. |
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: 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... |
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. |
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
The text was updated successfully, but these errors were encountered: