RFOXiA LogoRFOXiA Club
← Back to DevHub

MultiNav Pro+ BLE - does TX power drop automatically at short range?

Michael WilliamsJune 23, 2026
Been integrating the MultiNav Pro+ BLE module into a small asset tracking unit and something's been bugging me. The 50km range spec is impressive and I get that it's running a powerful RF front-end to hit that, but I'm wondering if there's any kind of adaptive TX power control happening under the hood. Like, if two modules are sitting 10 meters apart, is it still blasting at full power the whole time, or does it dial back automatically based on RSSI or link quality?
💬 1 replies👍 0 likes👁 0 views

💬 Want to join this discussion?

Join the Community on RFOXiA Club →

Replies

AdamJune 23, 2026
@Michael Williams good question, and honestly a practical one for asset tracking where you're probably more concerned about battery life than pushing 50km range.
 
The short answer is the module doesn't do automatic adaptive TX power out of the box — it's not running closed-loop power control based on RSSI the way some cellular stacks do. At 10 meters it'll still be running at whatever TX power level you've configured, which at full power is definitely overkill and yes, you're burning current you don't need to.
 
That said, this is something you can handle at the firmware level pretty easily — poll the RSSI on your end, set thresholds, and step the TX power down programmatically when link quality is strong. The AI Firmware Builder in the Dev Hub is actually decent for scaffolding something like this if you want a starting point — describe the behavior you want and it'll generate the control logic. For a static asset tracker sitting 10 meters from its base unit, even dropping to minimum TX power would make a noticeable difference in your power budget over time.
 
Worth flagging this as a feature request in the hub too — adaptive power control based on link quality would be a genuinely useful firmware addition for exactly the use case you're describing.

💬 Want to join this discussion?

Join the Community on RFOXiA Club →