mirror of
https://github.com/meshtastic/meshtastic.git
synced 2025-01-28 14:21:34 -08:00
added deep sleep to esp-only. combined info boxes
This commit is contained in:
parent
9ebbb92255
commit
186e140503
|
@ -15,6 +15,10 @@ Power settings are advanced configuration, most users should choose a role under
|
|||
|
||||
The power config options are: Power Saving, Shutdown after losing power, ADC Multiplier Override, Wait Bluetooth Interval, Mesh Super Deep Sleep Timeout, Super Deep Sleep Interval, Light Sleep Interval, and Minimum Wake Interval. Power config uses an admin message sending a `Config.Power` protobuf.
|
||||
|
||||
:::info
|
||||
ADC Multiplier, Super Deep Sleep, and Light Sleep settings only apply to ESP32-based boards. These settings will have no effect on nRF52 modules.
|
||||
:::
|
||||
|
||||
## Power Config Values
|
||||
|
||||
### Power Saving
|
||||
|
@ -33,10 +37,6 @@ Overrides the ADC_MULTIPLIER defined in the firmware device variant file for bat
|
|||
|
||||
Should be set to floating point value between 2 and 6
|
||||
|
||||
:::info
|
||||
ADC Multiplier only applies to ESP32-based boards. This setting will have no effect on nRF52 modules.
|
||||
:::
|
||||
|
||||
#### Calibration Process ([Attribution](https://wiki.uniteng.com/en/meshtastic/nano-g1-explorer#calibration-process))
|
||||
|
||||
1. Install the rechargeable Li-Polymer battery.
|
||||
|
@ -109,18 +109,12 @@ While in Light Sleep if Mesh Super Deep Sleep Timeout Seconds is exceeded we wil
|
|||
|
||||
`0` for default of one year
|
||||
|
||||
|
||||
|
||||
### Light Sleep Interval
|
||||
|
||||
In light sleep the CPU is suspended, LoRa radio is on, BLE is off and GPS is on
|
||||
|
||||
`0` for default of five minutes
|
||||
|
||||
:::info
|
||||
Light Sleep Interval only applies to ESP32-based boards. This setting will have no effect on nRF52 modules.
|
||||
:::
|
||||
|
||||
### Minimum Wake Interval
|
||||
|
||||
While in light sleep when we receive packets on the LoRa radio we will wake and handle them and stay awake in no Bluetooth mode for this interval
|
||||
|
|
Loading…
Reference in a new issue