Blame
|
1 | # Mid Testing |
||||||
| 2 | ||||||||
|
3 | Sydney is currently split into two distinct and incompatable[^bridges] radio settings. |
||||||
|
4 | |||||||
| 5 | * **Narrow**: This is primarily used in the Northeast Sydney and Newcastle |
|||||||
| 6 | * **Wide**: This is used in Western Sydney, Southwest Sydney, and the Blue Mountains. |
|||||||
| 7 | ||||||||
| 8 | There is a new setting that is being tested by several people dubbed "Mid". |
|||||||
| 9 | ||||||||
|
10 | | Name | MHz | BW | SF | CR | |
||||||
| 11 | | --------- | -------:| -----:| --:| --:| |
|||||||
| 12 | | Mid | 915.075 | 125.0 | 9 | 5 | |
|||||||
| 13 | | MidNarrow | 915.075 | 62.5 | 7 | 8 | |
|||||||
|
14 | |||||||
| 15 | Problems that are trying to be solved: |
|||||||
| 16 | ||||||||
| 17 | 1. Sit at the bottom of the AU ISM Band and avoid conflicts with [LoRaWAN](https://www.thethingsnetwork.org/country/australia/) gear (which starts at 915.200 MHz). |
|||||||
| 18 | 2. More speed benefits closer to Narrow; by increasing the Bandwidth |
|||||||
| 19 | 3. Distance benefits of Wide; Western Sydney has a sparse node distribution with long distance links. |
|||||||
| 20 | 4. Find common settings that the whole Sydney Mesh can agree upon to resolve the Wide/Narrow split. |
|||||||
| 21 | ||||||||
| 22 | ## Testing |
|||||||
| 23 | ||||||||
| 24 | If you want to temporarily test these settings on a router: |
|||||||
| 25 | ||||||||
|
26 | ``` |
||||||
| 27 | tempradio {freq},{bw},{sf},{cr},{minutes} |
|||||||
| 28 | tempradio 915.075,125,9,5,120 |
|||||||
|
29 | tempradio 915.075,62.5,7,8,1440 |
||||||
|
30 | ``` |
||||||
|
31 | |||||||
|
32 | This changes a repeater to the mid settings for 120 mins. It will revert to the previously configured settings after 2 hours or if the repeater is rebooted. |
||||||
|
33 | |||||||
| 34 | ||||||||
|
35 | [^bridges]: Bridges allow traffic across the boundries |
||||||