rbaron / b-parasite

🌱💧 An open source DIY soil moisture sensor
1.85k stars 143 forks source link

Low battery voltage #149

Open andresp opened 12 months ago

andresp commented 12 months ago

Are levels for medium to low/critical battery voltages known? At what voltage is a battery generally considered depleted?

oleo65 commented 11 months ago

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.

jowi24 commented 3 months ago

Do you recognize a drift in moisture measurements when the battery voltages gets lower?

rbaron commented 3 months ago

@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.

jowi24 commented 3 months ago

Great, I have a look into the referenced documents. Thanks! 👍