Add XIAO Wio-SX1262 overlay; support SX12xx bandwidths (including 62.5 kHz) as default
- boards/seeed/xiao_wio_sx1262: add overlay, .conf, board.yml - app: support full set of SX12xx bandwidths; default BW set to 62 (62.5 kHz) - Update Kconfig and prj.conf - Update lora_modem.h/c for validation and mapping
This commit is contained in:
@@ -19,10 +19,10 @@ CONFIG_HEAP_MEM_POOL_SIZE=4096
|
||||
CONFIG_MAIN_STACK_SIZE=2048
|
||||
|
||||
# Default radio parameters (US 915 MHz, SF9, BW125, CR 4/5)
|
||||
CONFIG_LORAMODEM_LORA_FREQ_HZ=915000000
|
||||
CONFIG_LORAMODEM_LORA_SF=9
|
||||
CONFIG_LORAMODEM_LORA_BW=125
|
||||
CONFIG_LORAMODEM_LORA_FREQ_HZ=869618000
|
||||
CONFIG_LORAMODEM_LORA_SF=8
|
||||
CONFIG_LORAMODEM_LORA_BW=62
|
||||
CONFIG_LORAMODEM_LORA_CR=5
|
||||
CONFIG_LORAMODEM_LORA_TX_POWER_DBM=14
|
||||
CONFIG_LORAMODEM_LORA_TX_POWER_DBM=21
|
||||
CONFIG_LORAMODEM_LORA_PREAMBLE_LEN=8
|
||||
CONFIG_LORAMODEM_MAX_PACKET_SIZE=255
|
||||
|
||||
Reference in New Issue
Block a user