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

How can I get the number of nodes (or devices) in the mesh network?

Hi there.

This is my first time to utilize BLE mesh of NRF5.

I just wonder that the library supports getting the number of nodes in the mesh network.

When utilizing the ble central and ble peripheral, getting rssi or physical address can be easily done

by using library for example, sd_ble_gap_rssi_get(m_conn_handle,&p_rssi,&p_ch_index)

Is there a fuction getting the number of existing nodes in the mesh network?

Related