RFOXiA LogoRFOXiA Club
← Back to DevHub

MultiNav Pro+ BLE - does it handle non-connectable advertising for beacon use?

John JohnsonJune 23, 2026
Hey all, working on a tracker deployment where I've got several MultiNav Pro+ BLE modules acting as one-way beacons - basically just broadcasting position + sensor data out into the air, no two-way connection needed. I want to set them up with non-connectable undirected advertising (ADV_NONCONN_IND) so they're just shouting data and moving on, keeps things simpler and a bit more power friendly on the transmit side. My question is whether the module firmware actually supports switching to that advertising mode or if it's locked into connectable advertising only.</TITLE>
 
The reason I'm asking is I've run into modules before where the BLE stack is kind of rigid and you can't really touch the advertising PDU type without digging into the vendor SDK and recompiling half the firmware, which is a pain. If RFOXiA exposes that as a config option through AT commands or some kind of API layer I'd love to know where it is in the docs - I might have missed it honestly, the docs are pretty dense.
 
Also related - if I'm just doing one-way broadcast with no connection overhead, does that meaningfully extend effective range? Like I'd assume stripping the handshake stuff out would let the RF front end focus purely on tx power and range rather than managing connection state. Curious if anyone's actually tested this vs normal connectable mode at distance. Would be super useful data for what I'm building.
💬 1 replies👍 0 likes👁 0 views

💬 Want to join this discussion?

Join the Community on RFOXiA Club →

Replies

AdamJune 23, 2026
@John Johnson yeah this is a solid use case and you're thinking about it the right way. The MultiNav Pro+ is built on the STM32WB07 which gives you full control over the advertising PDU type — you're not stuck with connectable-only, and you don't need to gut the firmware to get there. The AI Firmware Builder in the Dev Hub is honestly the fastest path here: just describe your beacon setup (non-connectable undirected, position + sensor payload, whatever interval you want) and it'll spit out production-ready firmware with the advertising parameters set correctly from the start, no SDK archaeology required.
 
On your range question — the honest answer is the improvement is real but probably not dramatic in the way you might hope. The RF front end and PA are doing the same work regardless of PDU type, so you're not unlocking hidden TX power. What you do gain is more deterministic channel time since you're not burning intervals on connection request handling or supervision timeouts, which in a dense multi-beacon deployment actually matters more than people expect. Whether that translates to measurable extra meters at the edge of range is deployment-specific — antenna orientation and ground reflection geometry are going to swamp that difference at the distances this module can push.
 
If you want real comparative data, I'd suggest running both modes at a fixed interval and distance with RSSI logging on the scanner side — that'll tell you more than any theoretical answer. Worth posting your results here too, that kind of field data is genuinely useful for others doing similar deployments.

💬 Want to join this discussion?

Join the Community on RFOXiA Club →