This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

How to configure a node in the mesh network as a relay node in light switch example ?

I need to configure 2 devices as relay nodes in order to relay messages from the client node to the server node  

How can i implement this in the light switch example ?

Parents Reply Children
  • Hi, I do not believe this will be an issue. I would suggest you to test this out yourself to make sure this works. You may need to lower the output power of the devices to test this properly. You can do this by using the sd_ble_gap_tx_power_set() function or by changing the tx power register directly in the radio_config_config() function: NRF_RADIO->TXPOWER = p_config->tx_power;

Related