-
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
Oxygen Sensor, why not blood oxygen sensor (oximeter) instead? #100
Comments
2 comments:
|
A pulse oximeter works by measuring the hemoglobin 02 saturation through light refraction tuned to hemoglobin. Oxygen sensors for devices are measuring the gas concentration. |
I would like to suggest that will it be effective if a feedback from blood oxygen level monitor is taken via Bluetooth and the same could be used to control the speed of blower? |
See point 1 above. Response time is going to be >1minute. Have fun tuning that PID loop. PS you can't just adjust blower speed to force more air in, you'll rupture the patient's lungs. You'd need to be much more advanced than that - increasing PIP until a limit is reached, then increasing cycling rate between PIP and PEEP after that. |
The clinical standard is to get an arterial blood gas which measures paO2, paCO2 and HCO3. If the patient has chemical poisonings the hemoglobin, specifically the pulse oximeter is not an accurate measure of oxygenation. |
There is annoxygen sensor controlled by an App. It could work using an Arduino module to read the value of the sensor |
|
I just spent 20 minutes writing a nice little piece on SpO2, PaO2, the oxyhemoglobin dissociation curve, and closed-loop control of mechanical ventilators. Somehow it got lost in the ether. I'm too tired to do it again. Anyway, at the end I said I'm a respiratory therapist and pulmonary physiologist and many of you are engineers. To solve many of these issues, we need each other. |
Since your primary concern is the oxygenation of the patients blood, couldn't you use a solenoid valve on an oxygen tank, which would be controlled by a blood oxygen sensor like the max30100 or max30102. That way you wouldn't have to worry about the oxygen in the flow of air (the inspiration), but instead could just add oxygen, at a constant rate, to the stream until the patients' levels began increasing or hit a threshold set by a clinician. Then the system could continuously open and close the valve on the oxygen tank in response to the patients need; in a feedback loop between the patient and the oxygen tank.
The text was updated successfully, but these errors were encountered: