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

RSSI sdk for mesh

Is there a way to get the RSSI value of a message using the standard functions within the sdk for mesh. I am currently using a modified version of the simple_on_off client and servers models. The function I receive messages uses a function definition similar to the following:

static void handle_status_cb(access_model_handle_t handle, const access_message_rx_t * p_message, void * p_args)

{

Is it possible to obtain the RSSI using any of the arguments in that functions (e.g. access_model_handle_t, access_message_rx_t or p_args).

Thanks, Richard

Parents Reply Children
No Data
Related