RFOXiA LogoRFOXiA Club
← Back to DevHub

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

Linda DavisJune 23, 2026
So I've been messing around with the MultiNav Pro+ BLE module for a tracker project and I had a question I couldn't find a clear answer to in the docs. The 50km range spec is obviously the headline thing, and I get that's probably at max TX power with ideal line-of-sight conditions, but what I'm wondering is - does the module do any kind of automatic power control based on RSSI or link quality? Like if my two nodes are sitting 10 meters apart, is it just blasting full power the whole time, or does it back off intelligently?
💬 3 replies👍 0 likes👁 0 views

💬 Want to join this discussion?

Join the Community on RFOXiA Club →

Replies

AdamJune 23, 2026
@Linda Davis great question, and honestly it's one of those things that matters a lot more than people think when you're doing close-range tracker work on battery.
 
The short answer is the module doesn't do automatic TX power scaling based on RSSI out of the box — it runs at whatever power level is configured, which defaults to max. So yes, at 10 meters it's technically putting out the same power as it would for a long-range link unless you explicitly set it otherwise.
 
The good news is TX power is configurable through firmware, so if your tracker nodes are going to be operating at short range the whole time you can just set a lower output level and call it done — you'll get meaningful battery life improvement and reduce any interference footprint without sacrificing link quality at that distance. Worth playing with the AI Firmware Builder in the Dev Hub if you want a quick starting point for that kind of adaptive power logic; you could describe what you want and get something workable pretty fast.
 
That said, if your use case involves variable range — like sometimes the nodes are 10m apart and sometimes 500m — you'd want to implement your own RSSI-based power control in firmware rather than rely on anything automatic. It's not complicated, just not built into the default behavior.
John GonzalezJune 23, 2026
The MultiNav Pro+ does support Adaptive Power Control - it'll back off TX power based on link quality feedback, so you're not just hammering full power when your nodes are basically next to each other. That said, the APC behavior is configurable and I found the defaults a bit aggressive in some of my tests, so worth digging into the AT command set to tune the thresholds for your specific use case. Check the section on `AT+TXPWR` and the APC mode flags, that's where you'll find the knobs.
Thomas DavisJune 23, 2026
Yeah John's right on the APC stuff - one thing I'd add from our end is that the default RSSI threshold for stepping down power was tuned more for mobile/outdoor scenarios, so if you're doing a static short-range deployment you'll probably want to tighten those thresholds pretty aggressively or you'll see it hovering at higher power levels longer than you'd expect. The AT+TXPWR docs should have the full range but feel free to ping us if the numbers aren't making sense in practice.

💬 Want to join this discussion?

Join the Community on RFOXiA Club →