this post was submitted on 14 Sep 2025
21 points (100.0% liked)
Meshtastic
1164 readers
24 users here now
A community to discuss Meshtastic (https://meshtastic.org/docs/introduction)
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Us bandwidth restrained by law cos frequency ranges are limited?
The frequency ranges, power of the transmitter, signal bandwidth, the fraction of time that the transmitter is transmitting (duty cycle), and some other parameters are regulated. LoRa usually transmits in an unlicensed ISM region of the radio spectrum. So, you don't need a license to transmit, but devices still need to comply with the regulations to remain lawful.
I'm not sure about the legal bandwidth limits in different locations. The commonly used LoRa chip (SX1261) can support up to 500 KHz bandwidth, and the OP mentioned 250 KHz as their limit.
Interesting. So what's the limiting factor for Meshtastic data throughput? Is it legal or technological?
Bandwidth is a resource that limits the amount of information that you can transfer per unit time. You can get a higher throughput if you can increase the information density or by using more bandwidth. Physically, both are possible. Increasing bandwidth of a 868 MHz radio signal is primarily limited by law, not technology. Increasing the information density is limited by the technology of the receiver, transmitter, and modulation.
As for Meshtastic, they often rely on the SX1261/2 chips that have a bandwidth limit by design. The people who manufacture that chip could design it to support a wider bandwidth, but it makes more sense for them to optimize the specs in a way that falls within the legal boundaries of the target applications. This comes from the chip's datasheet:
So... It is both, legal and technological. The technology is designed considering the law. But it is not limited by the laws of physics.
And there is an additional layer of constraints that are imposed by the Meshtastic firmware itself.
Thanks for the info.