Weighing scales to arduino

Hello,

I'm trying to take the output from a weighing scales and hook it up to my arduino Leonardo. I'm not no expert at electronics and I'm having some trouble.

The weighing scales consists of four 1/2 wheatstone bridges connected together, so I'm taking the output of these (S+ S- E+ E-) and hooking it up to the Texas Instruments INA125 Instrumentation amplifer, following the attached diagram.

When I connect my output to the arduino, my serial monitor code spits out values between 681 and 683, with no variance when pressure is applied to the load cells.

I'm not sure what to do from here, any advice would be greatly appreciated!

I would much prefer a schematic.

I'm getting to really hate Fritzing, even though I've never used it.

Which wheatstone bridge? Link to a datasheet?

here you go

cheers!

Screen Shot 2014-06-20 at 09.22.56.png

I don't have a datasheet for the loadcells, or for board that joins them all together and generates one output
(S+ S- E+ E-). I've looked it up but can't find anything on it.

This is the scales i'm using :

http://www.taylorusa.com/weight-management/electronic-scales/electronic-scale-with-expandable-readout.html

Thanks!

That is a block diagram.

Schematic:

Have you tried connecting a DMM between the S+ and S- pins to see what you are getting?

Unfortunately I don't have one. Is it possible that 5v isn't enough power for this circuit?

Buy a DMM. Seriously.

5V isn't power, it is voltage. The datasheet for that IC indicates it can work with 5V single supply.

OK I'll buy one.

cheers!

Then you can get a better idea if the outputs of the bridge are doing what you are expecting, and see what the output is from the INA125.

When you're using for a load cell, the proper resistor value for the gain setting for the INA125P is typically between 50 and 200 ohms, and if you're off by more than ~5 ohms you won't see much change in the reading.

If you're seeing an output voltage (from the INA125P) of ~4V then you need a higher ohm resistor. If the output voltage is always ~1.5V then your resistor is too high a value. Keep trying different resistors until you get a value that's somewhere in-between and then at that point you'll know you're getting close.

I took your advice and changed the resistor (to 50 ohms) and it worked!!

Thanks so much for all your help guys, I now am the proud owner of a multimeter.

Cheers!
Eva :slight_smile:

Hooray!