Hello.
I want to follow remotely the weight of my hives. So I'm using a HX711 module with balance and it works fine. working with a nodeMCU.
I have a question on the tare function : I want to write in my code the value of the tare (I don't want eah time I'm restarting the board to setup manually the tare as my hive will be on the balance) because I may need to stop the NodeMCU and so, I don't want to loose the value of the tare.
So the question is
As I know the weight of the tare, how to "write" it in the code so that I soon as I restart the board, I will be able to see the weight of the hive ?