Compare commits

...

2 Commits

Author SHA1 Message Date
IoTThinks.com
43a7d2b179
Merge ef086e573c into 1d8638b47d 2025-07-28 16:35:07 +02:00
IoTThinks.com
ef086e573c
To add VN_433 and VN_923 for Vietnam
This PR is to add VN_433 and VN_923 for Vietnam.

Main document: https://vanban.chinhphu.vn/default.aspx?pageid=27160&docid=204286
In Page 16: https://datafiles.chinhphu.vn/cpp/files/vbpq/2021/10/08-btttt.signed.pdf
The accepted frequencies by Vietnam government is

Item 39: 433.05 - 434.79 MHz <=25 mW ERP
Item 45: 920 - 923 MHz <=25 mW ERP
2025-07-16 17:55:36 +07:00

View File

@ -185,6 +185,15 @@ const RegionInfo regions[] = {
*/
RDEF(BR_902, 902.0f, 907.5f, 100, 0, 30, true, false, false),
/*
Vietnam
Main document: https://vanban.chinhphu.vn/default.aspx?pageid=27160&docid=204286
Page 16: https://datafiles.chinhphu.vn/cpp/files/vbpq/2021/10/08-btttt.signed.pdf
Item 39: 433.05 - 434.79 MHz <=25 mW ERP
Item 45: 920 - 923 MHz <=25 mW ERP
*/
RDEF(VN_433, 433.05f, 434.79f, 100, 0, 14, true, false, false), RDEF(VN_923, 920.0f, 923.0f, 100, 0, 14, true, false, false),
/*
2.4 GHZ WLAN Band equivalent. Only for SX128x chips.
*/