The Hx711 does not have an analog output. It is designed to connect to a processor using I2C digital communications.
For power, Vcc connects to +5V and GND to ground. If your processor runs on 5V, Vdd should also be connected to 5V. If your processor runs on 3.3V, Vdd should be connected to 3.3V. This is all shown in the schematic at https://cdn.sparkfun.com/assets/f/5/5/b … d_Cell.pdf
brow:
When it’s all said and done, the quickest and easiest solution for getting an analog output might be buying an off the shelf device:
[Example amplifier
[/quote]
Right you are. And this is precisely what the HX711 is. Perhaps the difference is on the resolution and quality of the amp; but the HX711 does the amplification, conditioning, ADC, and averaging function (which otherwise would have to be done outside the single analog amp (i.e. at some point or other, you will still need the other functions to get the desired results - unless all one cares for is a raw analog voltage).](http://swann-associates.com/load-cell-amplifiers/icas-icah-strain-gauge-or-load-cell-embedded-analog-amplifier/)
MT performance:
I read through it but the output I don’t understand the power side and the load cell I get but It doesn’t list an output voltage range
You connect it exactly as in any of the examples I pointed to (one of which SFE already went through great detail in describing). The HX711 is an analog amplifier, with programmable gain, with some conditioning built-in, with an analog-to-digital converter built-in; so that you can go from raw voltage output (from TAL220 load cell) to a digital output that can be read by a digital device (e.g. MCU, PLC, rPI, FPGA, etc.). The assumption from you using the HX711 with the TAL220 is that you are trying to read the load cell (i.e. TAL220) with some sort of digital device. Perhaps you are trying to do something different; cause the hookup could not get much easier than the HX711 Hookup Guide from SFE.
languer:
Right you are. And this is precisely what the HX711 is. Perhaps the difference is on the resolution and quality of the amp; but the HX711 does the amplification, conditioning, ADC, and averaging function (which otherwise would have to be done outside the single analog amp (i.e. at some point or other, you will still need the other functions to get the desired results - unless all one cares for is a raw analog voltage).
OP is looking for a 0-5 volt analog signal that is proportional to the load. Analog outputs are very common for PLC inputs in automated environments, though a 4-20 mA system is probably more typical.