Hi Guys,
yes… another guys having troubles understanding what is going on with the Stalker 3.1. Hope you can point me to correct direction ;)
I have a Stalker with Bosche cell running in test and all is good so far. Which is nice and big thanks goes to Clemens for that.
Recently Clemens provided me with 4 matched cells since I wanted to try such setup. However I am struggling to get this up and running. Here I am at the end of all what I could try.
Basic idea was to strip down the current working setup and connect hx711 and test it with the apropriate adjustment sketch :
// use pin4 for power
pinMode(4, OUTPUT);
digitalWrite(4, HIGH);
// load cell / HX711 pin definition: Dout 8, SCK 7
loadCell.begin(8, 7);
However when I run the sketch the serial output doesn’t change and prints only one value no matter if there is something on the scale or not
21:03:20.059 -> -1822500
21:03:23.496 -> -1822500
21:03:26.948 -> -1822500
21:03:30.374 -> -1822500
When I take the same sketch and make same connections using arduino uno it reads all nice and I can adjust the scale.
It is worth to mention that I also tried a bit different approach taken from here:
https://learn.sparkfun.com/tutorials/load-cell-amplifier-hx711-breakout-hookup-guide/all
Again the same result works via UNO but the Stalker shows only one value no matter what I try.
I know that the stalker itself works fine since when I assemble it again with the ads1231, load the correct sketch it works like a charm.
As I said I am reaching the end with what I could try to make this work. So please if you have any advise - let me know.
Many thanks
Ondrej