-
Notifications
You must be signed in to change notification settings - Fork 151
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
Low battery voltage #149
Comments
In my experience this depends highly on the devices you run with the battery. For the parasites mine usually stop working when the battery voltage is somewhat around 2.6 V. The coin cell is not able to provide the current spikes any more needed for transmitting the data and the device reboots / power cycles because of that. I believe the MCU can go even lower for normal operation, but again this also depends on how it is used and what devices are attached to it. |
Do you recognize a drift in moisture measurements when the battery voltages gets lower? |
@jowi24 we try to estimate a bit of the effect of the battery voltage on the moisture measurements. In this comment and linked spreadsheet there's a very simple model of ADC readings vs. battery voltage. The coefficients of that model is what we use to interpolate the moisture values during operation, given the current battery state. It's a pretty simple, linear-ish, single variable model. |
Great, I have a look into the referenced documents. Thanks! 👍 |
Are levels for medium to low/critical battery voltages known? At what voltage is a battery generally considered depleted?
The text was updated successfully, but these errors were encountered: