Replies: 4 comments
@lexfrei, Welcome to Meshtastic! 👋Thanks for opening your first issue. If it's helpful, an easy way If you have ideas for features, note that we often debate big ideas We're very active on discord, Welcome to the community! ❤️ |
|
@b8b8 I think we're looking at different use cases here. The feature isn't about choosing between BT and WiFi — it's about automatically disabling WiFi when unplugged while keeping BLE for phone connectivity. Use case:
Your table actually supports this: "Both off" cuts power in half. I just want to automate the "turn WiFi off" part when switching to battery, since BLE is sufficient for mobile use. For a portable node, every mA counts. Even 50mA difference means hours of extra runtime on a 1000mAh battery. |
|
Hi, This feature request implements For RAK users with the RAK13800 ethernet module, the power draw is ~150mA, so it is higher than WiFi. |

Uh oh!
There was an error while loading. Please reload this page.
Use Case
Docked mode (at home, charging):
Portable mode (on the go):
Currently, users must manually toggle WiFi settings when switching between these modes.
Proposed Behavior
Add new configuration options:
network.wifi_on_external_power_only(bool) — enable automatic WiFi management based on power sourcenetwork.wifi_power_loss_timeout_secs(uint32, default: 30) — delay before disabling WiFi after power lossWhen enabled:
wifi_power_loss_timeout_secsafter power loss before disabling WiFi (prevents accidental disconnects from briefly unplugged cable)Expected Benefits
Platform
Cross-Platform (ESP32, RP2040, Linux Native — platforms with WiFi support)
All reactions