Blame
|
1 | # Mid Testing |
||||||
| 2 | ||||||||
| 3 | Sydney is currently split into two distinct 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 | | Setting | Mid | |
|||||||
| 11 | | ---------------- | ------- | |
|||||||
| 12 | | Frequency (MHz) | 915.075 | |
|||||||
| 13 | | Bandwidth (kHz) | 125.0 | |
|||||||
| 14 | | Spreading Factor | 9 | |
|||||||
| 15 | | Coding Rate | 5 | |
|||||||
| 16 | ||||||||
| 17 | Problems that are trying to be solved: |
|||||||
| 18 | ||||||||
| 19 | 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). |
|||||||
| 20 | 2. More speed benefits closer to Narrow; by increasing the Bandwidth |
|||||||
| 21 | 3. Distance benefits of Wide; Western Sydney has a sparse node distribution with long distance links. |
|||||||
| 22 | 4. Find common settings that the whole Sydney Mesh can agree upon to resolve the Wide/Narrow split. |
|||||||
| 23 | ||||||||
| 24 | ## Testing |
|||||||
| 25 | ||||||||
| 26 | If you want to temporarily test these settings on a router: |
|||||||
| 27 | ||||||||
| 28 | `tempradio 915.075,125,9,5,120` |
|||||||
| 29 | ||||||||
| 30 | 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. |
|||||||