Mesh3.2,How does the LPN node get the data of the friend node? Which API can the polled data use to read this data?
Mesh3.2,How does the LPN node get the data of the friend node? Which API can the polled data use to read this data?
Hi.
Have you looked at the example documentation on our infocenter?
We also have a documentation page with a lot of useful information about Integrating Low Power node feature.
Integrating Low Power node feature
Which API can the polled data use to read this data?
Not quite sure what you mean by this.
You can take a look at the LPN API here:
Mesh LPN API reference
This might be what you are looking for:
mesh_lpn_friend_poll ()
This will initiate a Friend Poll. Calling this API can generate the following events:
NRF_MESH_EVT_LPN_FRIEND_POLL_COMPLETE
Which means that theThe LPN successfully polled all data from the Friend node.
Best regards,
Joakim
Hi.
Have you looked at the example documentation on our infocenter?
We also have a documentation page with a lot of useful information about Integrating Low Power node feature.
Integrating Low Power node feature
Which API can the polled data use to read this data?
Not quite sure what you mean by this.
You can take a look at the LPN API here:
Mesh LPN API reference
This might be what you are looking for:
mesh_lpn_friend_poll ()
This will initiate a Friend Poll. Calling this API can generate the following events:
NRF_MESH_EVT_LPN_FRIEND_POLL_COMPLETE
Which means that theThe LPN successfully polled all data from the Friend node.
Best regards,
Joakim