Another update to radio-settings.md

1.2-legacy
Jm Casler 2021-02-02 23:59:34 -08:00
rodzic 324627482a
commit 6d66a53f8d
1 zmienionych plików z 7 dodań i 3 usunięć

Wyświetl plik

@ -31,6 +31,8 @@ Channel zero starts at 903.08 MHz center frequency.
## Data-rates
### About
Various data-rates are selectable when configuring a channel and are inversely proportional to the theoretical range of the devices.
Considerations:
@ -47,6 +49,9 @@ Considerations:
* * 4/7 - 1.75x overhead
* * 4/8 - 2x overhead
### Pre-Defined
Predefined Channels:
| Channel setting | Alt Channel Name | Data-rate | SF / Symbols | Coding Rate | Bandwidth |
@ -56,6 +61,8 @@ Predefined Channels:
| Long range (but slower) | Long Alt | 0.275 kbps | 9 / 512 | 4/8 | 31 |
| Very long range (but slow) | Long Slow | 0.183 kbps (default) | 12 / 4096 | 4/8 | 125 |
### Custom Settings
Other settings can be set by using the Python API.
> meshtastic --set spread_factor 10 --set coding_rate 8 --bandwidth 125
@ -75,7 +82,4 @@ Some example settings:
| 0.092 kbps | 12 / 4096 | 4/8 | 62 | |
| 0.046 kbps | 12 / 4096 | 4/8 | 31 | Twice the range of "Long Slow" |
An easy calculator of other bit rates is:
[Lora Parameters](https://unsigned.io/understanding-lora-parameters/)