RFOXiA LogoRFOXiA Club
← Back to DevHub

MultiNav Pro+ BLE - does output power scale down automatically at short range?

John WilsonJune 23, 2026
Been integrating the BLE module into a tracker build and something's been bugging me. The 50km range spec obviously implies the thing is pushing serious TX power - which is great when you need it - but in my actual deployment the nodes are usually sitting 50-200 meters apart at most. Is there any adaptive power control happening on the RF front-end, or is it just blasting at full power regardless of link distance? I'm asking because sustained high TX power is going to wreck my power budget if the module doesn't back off when it doesn't need to.
💬 1 replies👍 0 likes👁 0 views

💬 Want to join this discussion?

Join the Community on RFOXiA Club →

Replies

AdamJune 23, 2026
@John Wilson good question, and yeah this is worth nailing down before you commit to a power architecture.
 
The short answer is that automatic adaptive TX power control isn't something that happens transparently at the hardware level on the MultiNav Pro+ — the module doesn't have a closed-loop system that reads RSSI and backs off the amplifier on its own. What you *can* do is control TX power explicitly through firmware, so if your nodes are consistently at 50-200m you're leaving a lot of headroom on the table that you can absolutely trade for current draw. That's where the AI Firmware Builder in the Dev Hub is actually useful here — you can describe your deployment scenario and have it generate the power management logic rather than writing it from scratch.
 
For a short-range tracker build like yours, it's worth thinking about this at the application layer: poll RSSI after link establishment and step down TX power programmatically if you're consistently seeing strong signal, then ramp back up if the link degrades. It's not automatic but it's not hard either, and you get full control over the tradeoff curve rather than relying on something opaque in the hardware.
 
If you want to dig into the specific power registers and what current draw actually looks like at reduced TX levels, post back here — Moamen has shared some of that data before and it's worth having in the thread for anyone else doing battery-powered builds.

💬 Want to join this discussion?

Join the Community on RFOXiA Club →