GithubHelp home page GithubHelp logo

last known weight lost on reset about hx711 HOT 8 CLOSED

bogde avatar bogde commented on July 17, 2024
last known weight lost on reset

from hx711.

Comments (8)

electrokean avatar electrokean commented on July 17, 2024 1

Indeed - in my systems I store the offset in EEPROM, and can send a serial command to tare at any time. I also have an auto-tare function in my host code that triggers when the weight (and noise level) is below a certain threshold.
This compensates for drift over time and temperature, which is normal in load cells, but also accumulation of debris (sand & penguin droppings in my case). You'll need to determine if your accuracy requirements need that complexity.
Some good info on drift & noise here: https://phidgets.wordpress.com/2014/05/12/noise-and-drift-in-load-cells/

from hx711.

bogde avatar bogde commented on July 17, 2024

Did you try to remove scale.tare(); from your setup() section?

from hx711.

mohanlate avatar mohanlate commented on July 17, 2024

When I do, I get wrong results. I get 77 even when there is not weight. And when I put weight, I still get 77.

from hx711.

electrokean avatar electrokean commented on July 17, 2024

Just like you've calculated your scale value, you need to calculate your offset (e.g. 77).
You then manually set it in setup() section using scale.set_offset(77);

from hx711.

bogde avatar bogde commented on July 17, 2024

that's correct. also, you can add something like a tare button to your device, read here to see what i mean by that: http://www.escali.com/blog/using-the-tare-feature-on-digital-kitchen-scales/

you can also add code to save the last weight value, offset etc., so in case of power loss or reset you can start with the last known values. that plus a tare button and maybe a way to set the offset using some kind of input would give you more flexibility.

from hx711.

bogde avatar bogde commented on July 17, 2024

@mohanlate do you still need any help with this?

from hx711.

mohanlate avatar mohanlate commented on July 17, 2024

Thanks for all the valuable help. I went back to using the original library
for the time being since it served my basic purpose.

On Wed, Apr 6, 2016 at 10:48 AM, bogde [email protected] wrote:

@mohanlate https://github.com/mohanlate do you still need any help with
this?


You are receiving this because you were mentioned.
Reply to this email directly or view it on GitHub
#32 (comment)

from hx711.

JoeToeniskoetter avatar JoeToeniskoetter commented on July 17, 2024

Just like you've calculated your scale value, you need to calculate your offset (e.g. 77).
You then manually set it in setup() section using scale.set_offset(77);

Could you help me figure this out? How do I go about calculating the correct offset?

from hx711.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.