From f2a31cc67886c2e1feb2fec9671f20fde40a6c4a Mon Sep 17 00:00:00 2001 From: puzzled-pancake <78745145+puzzled-pancake@users.noreply.github.com> Date: Sun, 27 Feb 2022 17:01:25 +1300 Subject: [PATCH 1/4] Update RadioInterface.cpp Add NZ 866 --- src/mesh/RadioInterface.cpp | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/src/mesh/RadioInterface.cpp b/src/mesh/RadioInterface.cpp index 6efba50f8..34162b693 100644 --- a/src/mesh/RadioInterface.cpp +++ b/src/mesh/RadioInterface.cpp @@ -78,6 +78,12 @@ const RegionInfo regions[] = { /* https://lora-alliance.org/wp-content/uploads/2020/11/lorawan_regional_parameters_v1.0.3reva_0.pdf */ + RDEF(NZ866, 864.0f, 868.0f, 100, 0, 0, true, false), + + /* + https://rrf.rsm.govt.nz/smart-web/smart/page/-smart/domain/licence/LicenceSummary.wdk?id=219752 + https://iotalliance.org.nz/wp-content/uploads/sites/4/2019/05/IoT-Spectrum-in-NZ-Briefing-Paper.pdf + */ RDEF(TH, 920.0f, 925.0f, 100, 0, 16, true, false), /* @@ -447,4 +453,4 @@ size_t RadioInterface::beginSending(MeshPacket *p) sendingPacket = p; return p->encrypted.size + sizeof(PacketHeader); -} \ No newline at end of file +} From a25beff241e1a8df4f16e7a0862499df1581f51b Mon Sep 17 00:00:00 2001 From: puzzled-pancake <78745145+puzzled-pancake@users.noreply.github.com> Date: Sun, 27 Feb 2022 17:29:25 +1300 Subject: [PATCH 2/4] Update RadioInterface.cpp --- src/mesh/RadioInterface.cpp | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/src/mesh/RadioInterface.cpp b/src/mesh/RadioInterface.cpp index 34162b693..efe0794d6 100644 --- a/src/mesh/RadioInterface.cpp +++ b/src/mesh/RadioInterface.cpp @@ -75,14 +75,15 @@ const RegionInfo regions[] = { */ RDEF(IN, 865.0f, 867.0f, 100, 0, 30, true, false), - /* - https://lora-alliance.org/wp-content/uploads/2020/11/lorawan_regional_parameters_v1.0.3reva_0.pdf + /* + https://rrf.rsm.govt.nz/smart-web/smart/page/-smart/domain/licence/LicenceSummary.wdk?id=219752 + https://iotalliance.org.nz/wp-content/uploads/sites/4/2019/05/IoT-Spectrum-in-NZ-Briefing-Paper.pdf */ RDEF(NZ866, 864.0f, 868.0f, 100, 0, 0, true, false), - /* - https://rrf.rsm.govt.nz/smart-web/smart/page/-smart/domain/licence/LicenceSummary.wdk?id=219752 - https://iotalliance.org.nz/wp-content/uploads/sites/4/2019/05/IoT-Spectrum-in-NZ-Briefing-Paper.pdf + + /* + https://lora-alliance.org/wp-content/uploads/2020/11/lorawan_regional_parameters_v1.0.3reva_0.pdf */ RDEF(TH, 920.0f, 925.0f, 100, 0, 16, true, false), From f9bcddafefa5c812de2fb4d9881afccf9cf373be Mon Sep 17 00:00:00 2001 From: puzzled-pancake <78745145+puzzled-pancake@users.noreply.github.com> Date: Sun, 27 Feb 2022 17:30:11 +1300 Subject: [PATCH 3/4] Update RadioInterface.cpp --- src/mesh/RadioInterface.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/mesh/RadioInterface.cpp b/src/mesh/RadioInterface.cpp index efe0794d6..98b4cdb14 100644 --- a/src/mesh/RadioInterface.cpp +++ b/src/mesh/RadioInterface.cpp @@ -81,7 +81,6 @@ const RegionInfo regions[] = { */ RDEF(NZ866, 864.0f, 868.0f, 100, 0, 0, true, false), - /* https://lora-alliance.org/wp-content/uploads/2020/11/lorawan_regional_parameters_v1.0.3reva_0.pdf */ From 9b44d2e999c8e13b1f0c6aab5dd541324a9aea2f Mon Sep 17 00:00:00 2001 From: puzzled-pancake <78745145+puzzled-pancake@users.noreply.github.com> Date: Sun, 27 Feb 2022 18:12:27 +1300 Subject: [PATCH 4/4] Update RadioInterface.cpp --- src/mesh/RadioInterface.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mesh/RadioInterface.cpp b/src/mesh/RadioInterface.cpp index 98b4cdb14..d280377b4 100644 --- a/src/mesh/RadioInterface.cpp +++ b/src/mesh/RadioInterface.cpp @@ -79,7 +79,7 @@ const RegionInfo regions[] = { https://rrf.rsm.govt.nz/smart-web/smart/page/-smart/domain/licence/LicenceSummary.wdk?id=219752 https://iotalliance.org.nz/wp-content/uploads/sites/4/2019/05/IoT-Spectrum-in-NZ-Briefing-Paper.pdf */ - RDEF(NZ866, 864.0f, 868.0f, 100, 0, 0, true, false), + RDEF(NZ865, 864.0f, 868.0f, 100, 0, 0, true, false), /* https://lora-alliance.org/wp-content/uploads/2020/11/lorawan_regional_parameters_v1.0.3reva_0.pdf