we have used the ble mesh sdk v0.9.2 to implement long range ble mesh network on nrf52840 SOC it is successfully working with s132 softdevice. with default configuration. please let me know how to change mesh configuration for long range communication.
as of now default configuration tx power is 0dBm and tx bandwidth is 1 Mbit/s Nordic proprietary radio mode.
i have tried to set values to Output power Register (0x4000150C) to 8 dBm and Data rate and modulation Register (0x40001510) to 5 (kbit/s).
but it fallback to default configuration at 0dBm and 1 Mbit/s.