Made config voltage configurable

This commit is contained in:
Magnus Persson
2022-07-03 23:46:44 +02:00
parent 0c936cfb88
commit 79a3274286
10 changed files with 64 additions and 14 deletions

View File

@ -233,6 +233,10 @@ Hardware Settings
Factor used to calcualate the battery voltage. If you get a too low/high voltage you can adjust this value.
* **Config voltage:**
Defines the level of voltage when the device should enter config mode due to charging. This might vary between different battery manufacturers.
* **Temperature correction:**
This value will be added to the temperature reading (negative value will reduce temperature reading). This is applied
@ -245,6 +249,13 @@ longer battery life (this is an experimental feature). The value used is the fir
device is activated, since the gyro should be cool this is reflecting the surronding temperature. After it has
been running the value would be totally off.
* **Enable storage mode when placed on cap**
Enable storage mode on the device. When place on the cap (<5 degres tilt) the device will go into max sleep. In order to wake it up
you need to do a reset (or wait for the device to wake up). One option is to attach a magnetic reed switch (default open) to the reset pin
and use a magnet to force a reset without opening the tube. The reed switch is typically an electronic component of 14 mm long incapsulated
in a small glass tube.
* **Bluetooth: (Only ESP32)**
If the build is using an ESP32 then you can send data over BLE, simulating a Tilt device. Choose the color that you want the device to simulate.

View File

@ -17,6 +17,13 @@ Documentation
User interface
++++++++++++++
* Under format options its now possible to select brewfather ispindle format to avoid mixing endpoints.
* Added brewblox as format under format options.
* User can now edit the voltage level that forces the device into config mode (charging)
Features
++++++++
* Added storage mode which is activated under hardware setting. When place on the cap (<5 degres tilt) the device will go into
storage mode and sleep for the max allowed time.
Issues adressed
++++++++++++++++