From 0af872e7436b973161cf908bb079ce0f6c223294 Mon Sep 17 00:00:00 2001 From: Magnus Persson Date: Sat, 5 Mar 2022 14:36:04 +0100 Subject: [PATCH] Updated docs for 0.8 --- src_docs/source/functionallity.rst | 11 ++++------- src_docs/source/index.rst | 2 +- src_docs/source/releases.rst | 1 + 3 files changed, 6 insertions(+), 8 deletions(-) diff --git a/src_docs/source/functionallity.rst b/src_docs/source/functionallity.rst index 63aa34c..40949eb 100644 --- a/src_docs/source/functionallity.rst +++ b/src_docs/source/functionallity.rst @@ -160,15 +160,12 @@ The main features Battery life ------------ -I'm currently measuring battery life of v0.5 but previous versions have been able to measure gravity for -a 2-3 weeks without issues (Using 900 seconds as interval). +The long term battery test has now been completed. Using a 2200 mA battery and sending data every 5 minutes to a local server on my network. The battery lasted 47 days which is excellet battery life. -I had a device running with an sleep interval of only 30s with ok wifi connection. The device lasted -12 days which i think is excellent considering the short sleep interval. From what I have discovered -it's the WIFI connection that has the most impact on the battery life. In a perfect scenario it -can take around 400ms but can in some cases take up to 8 seconds. +In another test I had a device running with an sleep interval of only 30s with ok wifi connection. The device lasted 12 days which i think is excellent considering the short sleep interval. + +From what I have discovered it's the WIFI connection or latency to internet hosted that has the most impact on the battery life. The typical runtime in the tests above was around 2 seconds. -*More on this topics once my tests are done* Performance ----------- diff --git a/src_docs/source/index.rst b/src_docs/source/index.rst index be7f609..27c626a 100644 --- a/src_docs/source/index.rst +++ b/src_docs/source/index.rst @@ -7,7 +7,7 @@ Welcome to GravityMon's documentation! ###################################### .. note:: - This documentation reflects **v0.8**. Last updated 2022-02-04 + This documentation reflects **v0.8**. Last updated 2022-03-05 GravityMon is used to measure gravity and temperature during fermentation of beer and report the progress. The graph below is an example on how the fermentation process can be tracked. This is from my last brew that was over on a few days. The graph is rendered using diff --git a/src_docs/source/releases.rst b/src_docs/source/releases.rst index 244ca1c..969e9d4 100644 --- a/src_docs/source/releases.rst +++ b/src_docs/source/releases.rst @@ -22,6 +22,7 @@ v0.8.0 from 16k to 2k. This can make a huge difference on a device with only 40k RAM. Not all servers might support this feature. * Updated documentation pages. +* Tested batterylife, 47 days using an update frequency of 5 min v0.7.1 ------