Strain gauge

Hi guys,

I have these 2 strain gauges as you can see in the image (code 632-180) and i want to connect it to the arduino so i can read the deformation.

they should be in wheatstone half bridge.

I read that i would have to connect it to an operational amplifier so i can be able to read the data, so i have already an INA122P from texas and a LM234 DRG3 is coming.

Hope someone can help me with the connections from the strain gauge to the amplifier and then to the arduino.

Thanks in advance.

so guys, I've tried to make a schematic with the help of the datasheet of INA122p and i hope you can now help me.

here is a image of the datasheet of an example in wheatstone full bridge. Imgur: The magic of the Internet

here is what i will try to do with the half bridge. Imgur: The magic of the Internet

Is it correct?

Hope you can help me.

REF200 is a chip.

You do not need the REF200. Strain gauges can be connected directly to 5V supply as shown in your circuit diagram (subject to checking that is within their specifications).

Vcm will be 2.5V. Vo will be between 0V and 5V.

Why 2 strain gauges in 1 bridge? When mounted in the same orientation, the signals will extinct each other. At least connect them into opposite (diagonal) sides of the bridge.

They are in opposite direction as you can see in the first post. Isn't this the correct half bridge installation?

netrocos:
They are in opposite direction as you can see in the first post. Isn't this the correct half bridge installation?

I can't work out what your photo is showing. Please explain what there is in that photo.

I would expect strain gauges to be mounted on opposite sides of a bending beam so one is being stretched and the other is being compressed. The conductors in each strain gauge need to be parallel to the stretching or compression. It doesn't matter which end the terminals appear.

As I understand your drawing, both gauges are in the right half of the bridge. Unless you know exactly what you're doing, replace the second gauge by a resistor.

Explain what the two sensors should measure, and how exactly you want to mount them.

i want to do this configuration: Imgur: The magic of the Internet

i have to connect 2 or 3 wires to the strain gage? is that in all schematics we have 2 wires coming out.

netrocos:
i want to do this configuration: Imgur: The magic of the Internet

That's correct, so far. But when both strain gauges are exposed to different strain, what will you measure?

i have to connect 2 or 3 wires to the strain gage? is that in all schematics we have 2 wires coming out.

Two wires are fine, the role of a third connector is unclear.

Hi again guys,

I changed the configuration of the second strain gage, so my sketch is this:

This is what i did here:

The problem is that i now read the tension value in the arduino and the value is always 0, no matter how hard i press it.

Is something missing?

Thanks in advance

Tension does not mean pressure. A strain gauge wants to be pulled, not pushed. Piezos instead like pressure.

Also the gain of your amplifier may be too low. A strain gauge provides a very small signal, and small signals tend to get lost on breadboards. Try e.g. an LDR or pot instead of the strain gauge, to find out whether your amplifier works at all.

If nothing helps, get a ready-made amplifier module and try again.

Hi again, guys.

I have this configuration in the breadboard:

The instrumentation amplifier is the ina122p and not that one. That 3 wires are the 2 strain gages.

The arduino is running this program:

I read 0.36 or 0.4 (tension) and it doesn't change as i apply load.

If i use the multimeter i read little changes when applied directly to the strain gage.

Can someone help me?

Thanks

Pin A1 needs to be an input.

Why multiply by 0.04?

What codes are using in Arduino?
I would like to try and use your design and code for a 1/4 inch diameter shaft.
Thanks Don

I would be shocked if you get a reply from someone who hasn't posted in 3 years.

Additionally, the HX711 has become a lot more mainstream since then, with more support and online tutorials. That's the best way to go for an Arduino strain gauge at the moment.