Updated docs for 0.8
This commit is contained in:
parent
c20f9a534a
commit
0af872e743
@ -160,15 +160,12 @@ The main features
|
|||||||
Battery life
|
Battery life
|
||||||
------------
|
------------
|
||||||
|
|
||||||
I'm currently measuring battery life of v0.5 but previous versions have been able to measure gravity for
|
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.
|
||||||
a 2-3 weeks without issues (Using 900 seconds as interval).
|
|
||||||
|
|
||||||
I had a device running with an sleep interval of only 30s with ok wifi connection. The device lasted
|
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.
|
||||||
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
|
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.
|
||||||
can take around 400ms but can in some cases take up to 8 seconds.
|
|
||||||
|
|
||||||
*More on this topics once my tests are done*
|
|
||||||
|
|
||||||
Performance
|
Performance
|
||||||
-----------
|
-----------
|
||||||
|
@ -7,7 +7,7 @@ Welcome to GravityMon's documentation!
|
|||||||
######################################
|
######################################
|
||||||
|
|
||||||
.. note::
|
.. 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
|
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
|
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
|
||||||
|
@ -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
|
from 16k to 2k. This can make a huge difference on a device with only 40k RAM. Not all
|
||||||
servers might support this feature.
|
servers might support this feature.
|
||||||
* Updated documentation pages.
|
* Updated documentation pages.
|
||||||
|
* Tested batterylife, 47 days using an update frequency of 5 min
|
||||||
|
|
||||||
v0.7.1
|
v0.7.1
|
||||||
------
|
------
|
||||||
|
Loading…
Reference in New Issue
Block a user