Request
Please add Taiwan to the suggested radio settings / region presets served at
https://api.meshcore.nz/api/v1/config (config.suggested_radio_settings.entries),
which power the region dropdown in config.meshcore.io, the web flasher and map.meshcore.io.
There is currently no Taiwan entry (the nearest one is Vietnam, whose frequency does not
fit our use case). There is an active MeshCore community in Taiwan that has standardized
on a single radio config, published in our community tutorial site.
Proposed entry (matches the existing schema)
{
"title": "Taiwan",
"description": "920.500MHz / SF9 / BW250 / CR5",
"frequency": "920.500",
"spreading_factor": "9",
"bandwidth": "250",
"coding_rate": "5"
}
Equivalent to set radio 920.500,250,9,5.
Why these values
- Taiwan's licence-exempt LoRa allocation is only 920–925 MHz (NCC low-power RF device
regulations; the same band used by Meshtastic's TW region and LoRaWAN AS923-1).
920.500 MHz with 250 kHz bandwidth occupies 920.375–920.625 MHz, entirely inside the band.
- The frequency was chosen to coexist with the existing Taiwanese Meshtastic community,
which runs on 920.125 MHz / 250 kHz — this leaves a 125 kHz guard band between the two networks.
- SF9 / BW250 / CR5 is a mid-speed configuration (~3.5 kbps) that balances range and airtime
for Taiwan's dense urban areas and hilly terrain, and it is the setting already deployed
on live repeaters and room servers across the island.
Context
Note: as with #3041, the preset list appears to be served from api.meshcore.nz rather than
from a file in this repo, so this may need a config/API update rather than a code change —
happy to open a PR wherever the data actually lives if you can point me to it. Thanks!
Request
Please add Taiwan to the suggested radio settings / region presets served at
https://api.meshcore.nz/api/v1/config(config.suggested_radio_settings.entries),which power the region dropdown in config.meshcore.io, the web flasher and map.meshcore.io.
There is currently no Taiwan entry (the nearest one is Vietnam, whose frequency does not
fit our use case). There is an active MeshCore community in Taiwan that has standardized
on a single radio config, published in our community tutorial site.
Proposed entry (matches the existing schema)
{ "title": "Taiwan", "description": "920.500MHz / SF9 / BW250 / CR5", "frequency": "920.500", "spreading_factor": "9", "bandwidth": "250", "coding_rate": "5" }Equivalent to
set radio 920.500,250,9,5.Why these values
regulations; the same band used by Meshtastic's
TWregion and LoRaWAN AS923-1).920.500 MHz with 250 kHz bandwidth occupies 920.375–920.625 MHz, entirely inside the band.
which runs on 920.125 MHz / 250 kHz — this leaves a 125 kHz guard band between the two networks.
for Taiwan's dense urban areas and hilly terrain, and it is the setting already deployed
on live repeaters and room servers across the island.
Context
Note: as with #3041, the preset list appears to be served from
api.meshcore.nzrather thanfrom a file in this repo, so this may need a config/API update rather than a code change —
happy to open a PR wherever the data actually lives if you can point me to it. Thanks!