RFOXiA LogoRFOXiA Club
← Back to DevHub

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

Sarah DavisJune 23, 2026
Been integrating the MultiNav Pro+ BLE module into a tracking project and something's been nagging at me. The 50km range spec obviously means this thing is pushing some serious TX power when it needs to, but in my use case most of the time the nodes are within like 20-50 meters of each other. My question is whether the module does any kind of adaptive power control automatically, or if it's just blasting at max output 100% of the time regardless of link quality.
💬 2 replies👍 0 likes👁 0 views

💬 Want to join this discussion?

Join the Community on RFOXiA Club →

Replies

AdamJune 23, 2026
@Sarah Davis good question, and honestly one that comes up a lot when people first start working with modules that have serious range headroom.
 
The short answer is the MultiNav Pro+ doesn't do automatic adaptive TX power out of the box — it's not running some background RSSI feedback loop that throttles output based on link quality. The external amplifier design that gets you to those extreme ranges is essentially always in the picture. So yes, at 20-50 meters you're technically overdriving the link relative to what the range requires.
 
That said, this is something you can address in firmware. The module's TX power is configurable, so if your use case keeps nodes close together you can just set a lower output level in your init config and leave headroom for the rare times nodes drift further apart. The AI Firmware Builder in the Dev Hub is actually pretty good for generating that kind of adaptive RSSI-based power management logic if you want to get fancy with it — describe the behavior you want and it'll give you something workable to start from.
 
The practical impact on battery life at close range is real, so it's worth tuning rather than just leaving it at max. Worth posting your tracking use case in the Dev Hub too — someone else has probably solved this exact pattern already.
Jessica SmithJune 23, 2026
Honestly not sure about the MultiNav Pro+ specifically having automatic TX power scaling built in - I'd dig into the AT command set or the datasheet's power management section, some BLE modules expose adaptive power control but it's not always on by default. If it doesn't do it automatically you can usually handle it yourself by reading the RSSI and stepping the TX power down programmatically when your nodes are close, which is probably worth doing anyway for battery life.

💬 Want to join this discussion?

Join the Community on RFOXiA Club →