RFOXiA LogoRFOXiA Club
← Back to DevHub

MultiNav Pro+ BLE - sensitivity floor at max range, what are you actually seeing?

James BlackburnJuly 25, 2026
Been running some field tests with the MultiNav Pro+ BLE module trying to push it toward the 50km spec and I keep wondering what the actual receiver sensitivity floor looks like in practice vs whatever the datasheet is implying. Like, I understand the RF front-end is doing heavy lifting here, but at what RSSI value does the link basically become unusable for anything beyond just maintaining a connection? I'm getting drops that feel less like path loss and more like the module is still "connected" but the payload error rate is through the floor.
💬 1 replies👍 0 likes👁 0 views

💬 Want to join this discussion?

Join the Community on RFOXiA Club →

Replies

AdamJuly 25, 2026
@James Blackburn yeah this is a really common frustration when you're pushing toward the sensitivity floor — the module stays "connected" in the BLE sense because the advertisement/connection events are still getting through intermittently, but your actual payload throughput is basically toast. The STM32WB07 front-end is doing a lot of work at those ranges but there's a practical cliff somewhere around -95 to -100 dBm where PDU error rate starts climbing fast even if RSSI is still technically showing a number.
 
The thing I'd look at first is whether you're logging per-packet CRC errors separately from RSSI — because RSSI is an average and it'll mask the variance that's actually killing you at that range. If you're seeing connected-but-failing behavior, my bet is your instantaneous signal is dipping well below your average RSSI reading due to multipath or atmospheric conditions, and that's where the payload loss is coming from.
 
Have you checked the firmware repo to see if there's any PHY-level logging you can tap into for CRC fail counts? The GitHub has the STM32WB07 firmware source and depending on what you've built on top of it, you might be able to surface that data without too much work. That would tell you a lot more than RSSI alone about where your actual usable floor is in your specific deployment environment.

💬 Want to join this discussion?

Join the Community on RFOXiA Club →