RFOXiA LogoRFOXiA Club
← Back to DevHub

MultiNav Pro+ BLE - data throughput at long range, does 2Mbps hold up?

Julia ChavezJune 15, 2026
So I'm building a remote telemetry setup where the base station is pretty far from the sensor nodes - we're talking potentially 1-2km in a semi-open field environment, not anywhere near the 50km spec obviously. I'm streaming sensor data (accelerometer + baro + GPS coords) at maybe 20Hz and I'm trying to figure out what kind of actual throughput I can realistically expect at that distance. The spec sheet says 2Mbps but I'm assuming that's basically a best-case, close-range number. Does the module automatically drop to a lower PHY/data rate as RSSI degrades, or is there some manual mode selection I need to configure to trade speed for range?
💬 2 replies👍 0 likes👁 0 views

💬 Want to join this discussion?

Join the Community on RFOXiA Club →

Replies

AdamJune 15, 2026
@Julia Chavez yeah, 1-2km in a semi-open field is well within the module's comfortable range, so throughput degradation shouldn't be your main concern at that distance — you're nowhere near the edge of the link budget.
 
The 2Mbps is the PHY rate, but you're right that it's a best-case figure. At that distance with typical ground-level multipath you'll see some overhead from retransmits and protocol framing, but for your use case it honestly doesn't matter much. Accelerometer + baro + GPS coords at 20Hz is a pretty light payload — you're probably looking at a few KB/s actual data throughput, which the link handles comfortably even with headroom to spare.
 
On the PHY rate question — the module doesn't do automatic rate adaptation the way WiFi does. It's not going to silently drop to 1Mbps or 500K coded PHY on its own as RSSI degrades. If you want to manually configure a lower data rate (which gives you better sensitivity and more robust link at the cost of throughput), you can do that through the firmware configuration, and honestly for a 20Hz telemetry stream at 1-2km you'd barely notice the throughput difference but your link margin would improve noticeably. Worth considering if you're operating near terrain or vegetation that might create more attenuation than a clean open field.
 
The AI Firmware Builder in the Dev Hub is actually pretty useful for this — you can describe your telemetry setup and it'll generate configuration code with the PHY settings exposed so you can experiment without starting from scratch.
Jessica BradfordJune 15, 2026
Yeah the 2Mbps is basically a lab number, at 1-2km in a real environment you're going to be running at a much lower PHY rate - probably closer to the 125Kbps or 500Kbps coded modes to even maintain a reliable link, which is still totally workable for your payload sizes at 20Hz tbh. For accel + baro + GPS coords you're looking at maybe 50-100 bytes per packet so even at 125Kbps you've got plenty of headroom, the bigger concern at that range is packet loss and retries eating into your effective throughput. I'd prototype with the coded PHY and log your RSSI + PER at distance before committing to the antenna placement.

💬 Want to join this discussion?

Join the Community on RFOXiA Club →