Show Posts
|
|
Pages: [1] 2 3 ... 12
|
|
1
|
Using Arduino / Sensors / Re: Problem with amplifying a pressure sensor for measuring blood pressure
|
on: March 05, 2013, 10:06:23 am
|
|
OK, I'll do that. But I'd like to figure out why this circuit is not behaving like I expect. It bugs me that I can't even get 1.25 volts that this IC is supposed to maintain across those 2 pins. I'd like to see if I could get something like 1 mA or something from it. If someone can tell me that the breadboard looks OK that would be very helpful. At least I would know if I'm understanding the circuit diagrams. Thanks for any help. I think I'll go read some of the general electronics post and see if I can feel comfortable with other circuits and their discussions.
|
|
|
|
|
2
|
Using Arduino / Sensors / Re: Problem with amplifying a pressure sensor for measuring blood pressure
|
on: March 05, 2013, 03:27:50 am
|
|
Didn't realize the thread was continuing. I have been busy reading some books and trying to understand electrical circuits and how to do the current source.
I'm working with an LM317T, but I'm having trouble with the basics. I thought I understood what was going on, but I don't. V=IR, so since the IC is maintaining 1.25 volts across the "output" and "adjust" pins, I can use a 12.5kOhm resistor.
Oddly, I never get a 1.25V reading across the output and adjust pins. Obviously I'm missing something. If anyone wants to take a look, this is my understanding of the circuit diagram that I'm trying to duplicate in the breadboard. Attached pdf.
But I am having many difficulties with the basics. The voltages at the output and adjust seem to be zero, with both being about a 0.5 volts less than the input with reference to ground.
I am also having difficulty measuring current. I setup an LED so that I make sure that the current was flowing thru the multimeter, but when I connect the multimeter in series the LED goes off. My multimeter is very confusing in regard to units of current (uA/mA/A), and seems unstable. But that's probably cause I'm doing something wrong if I can't get current to go through it.
And when I plug the circuit into a higher voltage power source (2.5V, 3.3V) the LED gets brighter, which would seem to indicate more current and thus not working as a constant current source. As I think LEDs get brighter on current and not voltage. When I plug in a 5V power source it starts fading and getting erratic so I guess that voltage is nearly out of range for the LED.
I did manage to get IC fairly warm when I plugged stuff together in certain ways so I assume it does work.
Oh, and yes at some point I can calibrate the sensor. But I still likely need a constant current source so that the calibrations don't change over time.
|
|
|
|
|
4
|
Using Arduino / Sensors / Re: Problem with amplifying a pressure sensor for measuring blood pressure
|
on: March 01, 2013, 02:06:48 am
|
|
The signal is looking better with a better resistor for the instrumentation amplifier. I used a 10.2kOhm/0.1% tolerance. I attached a pdf of the pressure signals again.
The pictures are from 2 different trials. Oddly, it does seem the device is altering the pressure a bit when it is detecting the systolic & diastolic blood pressure. Cause some noise-like signal appears where those pressures are in each trial.
|
|
|
|
|
6
|
Using Arduino / Sensors / Re: Problem with amplifying a pressure sensor for measuring blood pressure
|
on: February 28, 2013, 03:06:51 pm
|
|
I think part of my noise problem is the resistor I'm using now for the instrumentation amplifier.
I don't know the tolerances on the one I have but it's probably not good. The one I was expecting to use, until it was apparent the output of the sensor was 10x what the datasheet said, was very good. Now I'll just need to find one with better tolerances.
I hooked up the resistor with lower tolerances and the signal looks pretty clean with me just blowing pressure in the tube to the sensor.
|
|
|
|
|
13
|
Using Arduino / Sensors / Re: Problem with amplifying a pressure sensor for measuring blood pressure
|
on: February 25, 2013, 03:14:24 pm
|
|
Ok, finally had some time to sit down and check this out again.
It was definitely good to measure each item separately and check with a voltmeter.
I was probably wiring a couple of things wrong, and luckily it didn't seem to hurt anything.
The sensor was outputting -4mv with a null signal. Then the signal turns '+' for most of the output range. The datasheet mentions -40mv at resting, but in other places I've seen -4mv.
I only then connected up the INA122 and got up to nearly the 3.3V output. I was worried about the -4mv being amplified, but it seems to start from zero and go '+' from there. So, it looks like this combo works pretty well. Signal seems stable with me just blowing pressure into the tube.
Now, I'll pneumatically connect up to a blood pressure cuff and I'll post a pic of the pressure signal when I do. Cool!
I'll also update with my breadboard, I think I had some things wrong.
Thanks for your help.
|
|
|
|
|
15
|
Using Arduino / Sensors / Re: Problem with amplifying a pressure sensor for measuring blood pressure
|
on: February 22, 2013, 03:36:16 pm
|
|
I'm only using 3.3V, not 5V. I don't know how much current would come from that so I may have destroyed the sensor. So, I should use an op-amp to get a constant current source? I'll look over the example again, as I didn't realize that. I'm pretty naive to the electronics but I'm slowly getting there. It was confusing on the datasheet, cause I think it wants 2.5V for power, but the mouser page had it listed as 5V. And then it mentions current, so I assume it's somewhere in that range but current needs to stay constant.
Good point, I should check output directly from the sensor.
You are suggesting that I put a potentiometer and take the power source and divide the voltage and read the inputs? I think I checked the analog inputs on another sensor, but I should double-check that cause I can't quite remember. I'm pretty sure I get 0 connected to A-REF, and a 65535 connecting to 3.3V power pin.
Currently my analog input is hovering around 20,000, which should be at about 1V ((65536/2000) / 3.3).
Thanks.
|
|
|
|
|