Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Offset auto calibration proccess #15

Open
Dpineda1996 opened this issue Jan 19, 2021 · 3 comments
Open

Offset auto calibration proccess #15

Dpineda1996 opened this issue Jan 19, 2021 · 3 comments

Comments

@Dpineda1996
Copy link

Hi,

I am using the ADS1230 device developed by circuitar (https://www.circuitar.com/nanoshields/modules/load-cell/ ) to convert the measurements to weight from a load cell. Recently I discovered that by disconnecting and connecting back electrically to the source supply after some seconds, the stability of the system is even better than only reading and switching the SPI interface during the time (weeks).
As I am using the reference library for this converter (https://github.com/circuitar/Nanoshield_LoadCell) I have a question. What do I need to do in the library or example program ("ReadWeight") for what after each restarting the system doesn't go to the calibration function and just set the initial parameters (OFFSET...) previously saved and continues just reading the current weight normally as if it had not been restarted?.

Thank you so much for your attention and I will be looking forward to your answers.

Greetings,

Duvan.

@alexsartin
Copy link

alexsartin commented Jan 20, 2021

Hi,

Try calling loadCell.begin(false); and comment below lines

while (!loadCell.updated());
loadCell.setZero();
in the example.

Maybe just the comment part is enough.

@Dpineda1996
Copy link
Author

Hi,

Try calling loadCell.begin(false); and comment below lines

while (!loadCell.updated());
loadCell.setZero();

in the example.
Maybe just the comment part is enough.

Hi,

Thanks for your answer. I tested your idea but there is one issue more (it is not something significant), in my case, I am using a 10kg load cell 1mv/V, and always the measurements began 1100 gr upper than the real weight. Do you know to solve this (not only using Real weight - 1100)?.

Thanks.

@alexsartin
Copy link

alexsartin commented Jan 20, 2021 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants