Skip to main content
Version: 2.8

Power Configuration

Use Device Config first

Power settings are advanced configuration, most users should choose a role under Device Config to manage power for their device and shouldn't ever need to adjust these settings.

The power config options are: Power Saving, Shutdown after losing power, ADCADC (Analog-to-Digital Converter). A circuit that turns a varying voltage into a digital value. Devices use one to read sensors and to measure battery voltage. Multiplier Override, Wait Bluetooth Interval, Light Sleep Interval, Minimum Wake Interval, and Device Battery INA2xx Address. Power config uses an admin message sending a Config.Power protobufProtobuf (Protocol Buffers). A method developed by Google for serializing structured data, used in Meshtastic for efficient communication protocol between devices..

Power Config Valuesโ€‹

Power Savingโ€‹

warning

If enabled, modifications to settings can be made by waking the device through pressing the user button, resetting, or through the admin channel for remote administration.

When activated, this feature disables Bluetooth, Serial, Wi-Fi, and the device's screen to conserve power. This is particularly beneficial for devices relying on low-current power sources, like solar panels. For details on which device roles have this feature enabled by default, please check the Device Config section.

Shutdown after losing powerโ€‹

Automatically shut down a device after a defined time period if power is lost.

Before setting this, ensure your board correctly detects when it is connected to external power (the "๐Ÿ”Œ" icon in the app). Otherwise, your device could shut down even when power is present. Many devices detect power status correctly, however for some devices, you will need to modify the ADCADC (Analog-to-Digital Converter). A circuit that turns a varying voltage into a digital value. Devices use one to read sensors and to measure battery voltage. Multiplier (below).

ADC Multiplier Overrideโ€‹

Ratio of voltage divider for battery pin e.g. 3.20 (R1=100k, R2=220k)

Overrides the ADC_MULTIPLIER defined in the firmware device variant file for battery voltage calculation.

Should be set to floating point value between 2 and 6

Calibration Process (Attribution)โ€‹

  1. Install the rechargeable battery.
  2. Charge the battery until full. Indication of this state may vary depending on device. At this point, the battery voltage should be 4.2V +-1%.
  3. Input the "Battery Charge Percent" displayed on the screen or in your connected app into the calculator below.
  4. If "Battery Charge Percent" (e.g., B 3.82V 60%) is not displayed on the screen, it means that the default value of "Operative AdcADC (Analog-to-Digital Converter). A circuit that turns a varying voltage into a digital value. Devices use one to read sensors and to measure battery voltage. Multiplier" is too high. Lower the "Operative AdcADC (Analog-to-Digital Converter). A circuit that turns a varying voltage into a digital value. Devices use one to read sensors and to measure battery voltage. Multiplier" to a smaller number (it is recommended to decrease by 0.1) until the screen displays "Battery Charge Percent". Enter the current "Operative AdcADC (Analog-to-Digital Converter). A circuit that turns a varying voltage into a digital value. Devices use one to read sensors and to measure battery voltage. Multiplier" in use into the "Operative AdcADC (Analog-to-Digital Converter). A circuit that turns a varying voltage into a digital value. Devices use one to read sensors and to measure battery voltage. Multiplier" field in the calculator. Also, input the "Battery Charge Percent" displayed on the screen into the calculator.
  5. Click the "Calculate" button to compute the "Calculated New Operative AdcADC (Analog-to-Digital Converter). A circuit that turns a varying voltage into a digital value. Devices use one to read sensors and to measure battery voltage. Multiplier", and set it as the new "Operative AdcADC (Analog-to-Digital Converter). A circuit that turns a varying voltage into a digital value. Devices use one to read sensors and to measure battery voltage. Multiplier" for the device.
ADC Calculator
info

This calibration method only maps 4.2V to Battery Charge Percent 100%, and does not address the potential non-linearities of the ADC.

Battery Charge Percent:
Current Adc Multiplier:
Calculated New Operative Adc Multiplier:

Default values for ADC Multipliers are:

DeviceDefault ADC Multiplier
chatter25.0
diy1.85
esp32-s3-pico3.1
heltec_v1 & heltec_v23.2
heltec_v3 & heltec_wsl_v35.1205
heltec_v45.1205
heltec_wireless_paper2
heltec_wireless_tracker 1.0/1.15.1205
heltec_T1144.916
m5stack_coreink5
nano-g1-explorer2
nano-g2-ultra2
picomputer-s33.1
rak46311.73
rpipico3.1
rpipicow3.1
station-g16.45
tlora_v2_1_162
tlora_v2_1_182.11
tlora_t3s3_v12.11
t-deck2.11
t-echo2

Wait Bluetooth Intervalโ€‹

How long to wait before turning off BLEBLE (Bluetooth Low Energy). The default wireless connection between a node and a phone client. in no Bluetooth states

0 for default of 1 minute

Light Sleep Intervalโ€‹

ESP32 Only

This setting only applies to ESP32ESP32A chipset of microcontroller made/designed by Espressif, used by a number of devices. Higher power usage than nRF52, but often cheaper and supports Wi-Fi if desired.-based boards, it will have no effect on nRF52nRF52A microcontroller chipset made by Nordic, used by several devices such as the RAK Meshtastic Starter Kit and the Lilygo T-Echo. Lower power usage than ESP32./RP2040rp2040A microcontroller chip developed by Raspberry Pi, featuring dual ARM Cortex-M0+ processors. boards.

In light sleep the CPU is suspended, LoRaLoRaA low-power, long-range wireless communication technology used by Meshtastic devices to enable communication over distances of several kilometers without the need for cellular, Wi-Fi, or other traditional network infrastructures. radio is on, BLEBLE (Bluetooth Low Energy). The default wireless connection between a node and a phone client. is off and GPSGPS (Global Positioning System). A satellite positioning system. A node with a GPS module determines its own location and can report that position to the mesh. is on

0 for default of five minutes

Minimum Wake Intervalโ€‹

While in light sleep when we receive packets on the LoRaLoRaA low-power, long-range wireless communication technology used by Meshtastic devices to enable communication over distances of several kilometers without the need for cellular, Wi-Fi, or other traditional network infrastructures. radio we will wake and handle them and stay awake in no Bluetooth mode for this interval

0 for default of 10 seconds

Device Battery INA2xx Addressโ€‹

If an INA-2XX device is auto-detected on one of the I2CI2CA two-wire bus used to attach peripherals such as sensors and displays to a device. buses at the specified address, it will be used as the authoritative source for reading device battery level voltage. Setting is ignored for devices with PMUs (e.g. T-beams)

Convert hexadecimal to decimal

I2CI2CA two-wire bus used to attach peripherals such as sensors and displays to a device. addresses are normally represented in hexadecimal and will require conversion to decimal in order to set via Meshtastic clients. For example the I2CI2CA two-wire bus used to attach peripherals such as sensors and displays to a device. address of 0x40 converted to decimal is 64.

Power Config Client Availabilityโ€‹

Appleโ€‹

info

Select Power config options are available on iOS, iPadOS and macOS at Settings > Device Configuration > Power.