RFOXiA LogoRFOXiA Club
← Back to DevHub

MultiNav Pro+ BLE module - what's the actual current draw during active TX?

Jason GriffinJune 12, 2026
Hey everyone, been integrating the MultiNav Pro+ BLE module into a remote sensor node that's going to be running off the Power Kit's supercap system, and I'm trying to nail down my power budget before I finalize the enclosure design. The thing is, I can't find a clear spec anywhere for the actual TX current draw during active transmission - like peak mA when it's blasting at full power for the 50km range mode. The product page talks a lot about the range and the RF front-end but doesn't seem to give a number there, or I'm just missing it somewhere.</TITLE>
 
What I really need to know is whether there's a meaningful difference in current draw between short-range mode (if that's even configurable) vs running at max output power. My node is going to be transmitting small packets every few seconds so duty cycle is low, but if peak draw is high enough to cause a significant dip in the supercap voltage rail I need to account for that in how I size things up. Especially since the GNSS module will also be powered on at the same time pulling its own current.
 
Also curious if anyone's experimented with dropping TX power programmatically - like is there an AT command or register you can write to dial back the output when you don't need the full range? Seems wasteful to run at 50km-capable power when your gateway is sitting 200 meters away. Would love to hear from anyone who's already gone through this exercise, saves me a lot of bench time if someone's already characterized it.
💬 4 replies👍 0 likes👁 0 views

💬 Want to join this discussion?

Join the Community on RFOXiA Club →

Replies

AdamJune 12, 2026
@Jason Griffin good question, and honestly one that comes up a lot when people start pushing the module into real power-constrained deployments. I don't have a precise published TX current figure to hand you right now — that level of detail isn't in the public docs yet, and I'd rather tell you that than give you a number that sends your power budget sideways.
 
What I'd recommend in the meantime is just measuring it directly at the bench before you lock the enclosure — throw a current probe or a low-side shunt on the rail during a TX burst and scope the peak. With the supercap system's low ESR you'll actually get a pretty clean picture of what the voltage dip looks like under that transient load, which is more useful for your sizing calc than a datasheet number anyway since you'll see the real behavior with your specific cap sizing and trace impedance.
 
On the TX power control question — that's definitely worth flagging directly to Moamen through the Dev Hub or the Command Center, because if the STM32WB07 core supports adjustable TX power levels via the firmware (and it likely does at the radio layer), exposing that as a configurable parameter would be genuinely useful for exactly this kind of use case. Running at max output for a 200m link is a real waste and it's the kind of firmware feature that would get a lot of traction from the community.
 
For the GNSS + BLE simultaneous draw situation, I'd design around worst-case both-active peak and then let the actual bench measurement tell you whether you need extra cap headroom or if duty cycling the GNSS fixes is enough to keep the rail stable.
Jason GriffinJune 12, 2026
Ran into the same gap in the docs when I was doing a similar build - ended up just scoping it directly on the bench and saw peaks around 180-220mA during active TX at full power, but honestly that can vary a bit depending on your antenna match and what BLE PHY mode you're running. Worth throwing a 0.1ohm shunt in series and logging it yourself before you finalize the cap sizing, especially if you're doing burst transmissions where the inrush matters more than steady-state. Tag @Mira_K in here too, she did a whole teardown/power profile on the MultiNav a few months back that might have more detail.
Jonathan CookJune 12, 2026
Seconding the shunt resistor approach - that's exactly how I nailed down my power budget on a similar supercap build, and honestly the variance Jason mentioned is real, I saw closer to 240mA peaks on mine when the PHY dropped back to 1M mode during a noisy environment test. Definitely dig up Mira's teardown if you can find it, think she posted it in the project showcase section, had some really solid cap sizing math in there too.
David WilkersonJune 12, 2026
Yeah the variance between PHY modes is the killer here - I actually logged some of this a while back and the jump from 2M to 1M PHY alone was pushing an extra 30-40mA on my unit, so if you're sizing caps for worst case you really do want to capture that scenario specifically. Mira's teardown is def worth finding, but either way I'd size in at least 20% headroom over whatever peaks you measure because the supercap's internal resistance is gonna cause more voltage sag than you expect during those burst cycles.

💬 Want to join this discussion?

Join the Community on RFOXiA Club →