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

Thermal compensation of the measurement #7

Closed
PiotrBeeScale opened this issue Jan 29, 2021 · 4 comments
Closed

Thermal compensation of the measurement #7

PiotrBeeScale opened this issue Jan 29, 2021 · 4 comments

Comments

@PiotrBeeScale
Copy link

The temperature influences the balance indications. When the temperature changes, the weight reading changes, even though the load on the scale has not changed.
Therefore, temperature measurement and balance reading compensation are required.
Pełzanie wagi1
Need to install a temperature sensor. I chose SHTC3.
SHTC3-PODŁĄCZENIE
Library:
https://www.14core.com/wiring-sensirion-i2c-shwx-shtcx-sht3x-temperature-humidity-sensor/

Montaż SHTC3
IMG_20201110_113741
SHTC3 kabelki i tasma

Wiring sketch
Rysunek montażowy elementów i SIM800 - solar charger SHTC3

The comparison of the temperature and weight measurements shows that the correction is possible with a linear function y=ax+b.
Here is an excel sheet with measurements and a calculated correction.
Kompensacja temperaturowa.xlsx
Arduino code changes :

Arduino_SHTC3.zip

@HannesOberreiter
Copy link
Owner

HannesOberreiter commented Jan 29, 2021

Hi Piotr,

hope you are doing well. Added the information for your new setup to the repo. I leave the Issue open for others to look at.

I stopped working with hive scales, but I'm happy to see that you still work with it.

Cheers
Hannes

@PiotrBeeScale
Copy link
Author

Hello Hannes

I have noticed that you are tackling more serious projects. I am continuing to work on the scale as it has attracted interest on the beekeeping forum. By the way, there was a problem with the effect of temperature on the scale readings. The differences were so significant that a correction had to be worked out. I am pleased that new people have joined the topic. I hope that they will actively participate in the development of this project, the design of which has impressed me. Especially because of the power saving by using ATtiny85. An app for Android and iOS would be useful for this scale.

Wishing you good health and further success
Piotr

@HannesOberreiter
Copy link
Owner

Hello Piotr,

thats good to hear. Yes, scale drift by temperature is often overlooked even in professional sold bee hive scales.

I reduced the amount of colonies, as the last few years I had a really bad harvest (2x lots of melezitose honey). Now I only do beekeeping as hobby anymore and try to find other ways to get some income for living.

As for the App I'm working on making my application open source (rewriting code and remove external proprietary licences). This may help other beekeepers to host their own server and application in combination in combination with their own hive scale, but this project will take at least another year time, as I only can work on it on my free time.

Cheers
Hannes

@PiotrBeeScale
Copy link
Author

Hello Hannes,
It is sad when there are losses in bees due to unfavorable natural conditions.
But seeing how well you write programs, I believe you have no trouble finding a job.
I am not a programmer, I dealt a bit with database administration. I also have a bit of an idea about electronics. Currently, I am developing scripts that analyze data from beekeeping scales so that event notifications are sent to gmail.
I am very glad that you are planning to provide a smartphone application.
Cheers
Piotr

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

No branches or pull requests

2 participants