baileychic
Advanced Member level 3
Invasive blood pressure monitoring. How to?
My previous BPM related thread here
https://www.edaboard.com/showthread.php?383839-How-to-interface-BP-Transducer-to-PIC18F
got all messed up with wrong information provided by Client.
She was telling that she was using a hand pump and a Syringe method.
So, now I have opened this new thread. Please do not merge this thread with above one.
I have attached the datasheets of the BP Transducer (BP Sensor), BP AMP and BP STIMULATOR used in the lab.
The excitation voltage used for the sensor is 5V DC.
Operating range: –50 to +300 mmHg
Excitation voltage: 2 to 10 V DC
Sensitivity (full range): 5 µV/V/mmHg
5uV * 5 = 25uV for 5V and it is equal to 1 mmHg?
If yes, then range is -50 to 300 mmHg = 350
So, 25uV * 350 = 8750 uV = 8.75mV?
But the client is already using the above BP AMP apparatus to get 0 to 2.5V for 0 to 250 mmHg pressure.
I found these two articles related to IBPM.
I can use a PIC16F or Atmega2560.
So, how should I design the ADC interface circuit and what additional circuits are needed to get the sensor reading and in the coding part how to find the below.
1. MAP (Mean Arterial Pressure
2. SBP (Systolic Blood Pressure)
3. DBP (Distolic Blood Pressure)
?
What I have top do is,
Find MAP, SBP and DBP and then if MAP is less than 60 mmHg then I have to run the Stimulator (Not BP Stimulas lab device but DAC and OPAMP based Stimulator).
My previous BPM related thread here
https://www.edaboard.com/showthread.php?383839-How-to-interface-BP-Transducer-to-PIC18F
got all messed up with wrong information provided by Client.
She was telling that she was using a hand pump and a Syringe method.
So, now I have opened this new thread. Please do not merge this thread with above one.
I have attached the datasheets of the BP Transducer (BP Sensor), BP AMP and BP STIMULATOR used in the lab.
The excitation voltage used for the sensor is 5V DC.
Operating range: –50 to +300 mmHg
Excitation voltage: 2 to 10 V DC
Sensitivity (full range): 5 µV/V/mmHg
5uV * 5 = 25uV for 5V and it is equal to 1 mmHg?
If yes, then range is -50 to 300 mmHg = 350
So, 25uV * 350 = 8750 uV = 8.75mV?
But the client is already using the above BP AMP apparatus to get 0 to 2.5V for 0 to 250 mmHg pressure.
I found these two articles related to IBPM.
I can use a PIC16F or Atmega2560.
So, how should I design the ADC interface circuit and what additional circuits are needed to get the sensor reading and in the coding part how to find the below.
1. MAP (Mean Arterial Pressure
2. SBP (Systolic Blood Pressure)
3. DBP (Distolic Blood Pressure)
?
What I have top do is,
Find MAP, SBP and DBP and then if MAP is less than 60 mmHg then I have to run the Stimulator (Not BP Stimulas lab device but DAC and OPAMP based Stimulator).