Hello Support Team,
I am testing Beaconing example in Mesh 2.0
How do I alter Transmission Range of beacon with small place?
Hello Support Team,
I am testing Beaconing example in Mesh 2.0
How do I alter Transmission Range of beacon with small place?
Hi,
You should be able to alter the transmission range by changing the tx power. This line inside set_default_broadcast_configuration():
p_broadcast->params.radio_config.tx_power = RADIO_POWER_NRF_0DBM;
Mttrinh I have no knowledge about radio
Right now its RADIO_POWER_NRF_0DBM
Going towards NEG will decrease ??
Yes, lowering the tx power will decrease the range.