You first need to find the sensitivity.
Apply 5v for the excitation voltage and connect a voltmeter with at least 4 digits of resolution to the signal wires.
You will need to mount it properly and apply 10kg.
Note what the voltmeter reads.
@asdfsgada - the load cell must bend/flex to get a reading as @jim-p has noted... here is an example image (it is not showing the bolts holding the plates to the hx711 - but you need mounting hardware):
If you really are powering the HX with 5v as shown, then you could have damaged your Due.
Warning: Unlike most Arduino boards, the Arduino Due board runs at 3.3V. The maximum voltage that the I/O pins can tolerate is 3.3V. Applying voltages higher than 3.3V to any I/O pin could damage the board.
Get a Sparkfun HX711. It is designed for use with 3.3v processors and allows you to also give the HX the 5v it needs for the Analog part.
Yes. ESP8266 or ESP32. Can be programed just like other Arduino boards. Wifi, BT, faster processors (and both are 3.3v), more memory...
PS: if you are powering the HX711 with 3.3v, it won't work, because the analog part needs that 5v. And the digital needs 3.3v to be compatible with the 3.3v processor. Hence the suggestion to get the Sparkfun HX711 in post #11.