<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://devzone.nordicsemi.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Pings between nodes in mesh nRF52840</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/40463/pings-between-nodes-in-mesh-nrf52840</link><description>Hi. I have been going through the mesh examples. Now i need to know how to send pings between any two nodes in the mesh. My aim is to first be able to successfully ping a target and have it send a ping back to whichever node pinged initially. How can</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 16 Nov 2018 09:17:20 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/40463/pings-between-nodes-in-mesh-nrf52840" /><item><title>RE: Pings between nodes in mesh nRF52840</title><link>https://devzone.nordicsemi.com/thread/157669?ContentTypeID=1</link><pubDate>Fri, 16 Nov 2018 09:17:20 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a19866ad-8aa0-4b46-b78a-316b41f977de</guid><dc:creator>Rorisang</dc:creator><description>&lt;p&gt;Ok. thanks for that. I will try the heartbeat messages and see how far I get.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Pings between nodes in mesh nRF52840</title><link>https://devzone.nordicsemi.com/thread/157346?ContentTypeID=1</link><pubDate>Wed, 14 Nov 2018 14:54:13 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b65015b1-7bf4-4630-9372-cb8499637d28</guid><dc:creator>tesc</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Bluetooth Mesh does not have the concept of pinging. Rather, it uses &amp;quot;Heartbeat messages&amp;quot; to diagnose the network, which we do support in nRF5 SDK for Mesh. It is not a &amp;quot;normal&amp;quot; mesh model in that it is really part of the transport layer, and in our SDK it is configured through the &lt;a href="http://infocenter.nordicsemi.com/index.jsp?topic=%2Fcom.nordic.infocenter.meshsdk.v2.2.0%2Fgroup__CONFIG__CLIENT.html&amp;amp;anchor=gaba46d0854d16f2d2cf1f25d116a485cb"&gt;config_client_heartbeat_*() functions&lt;/a&gt;. For more information about it I refer to the Bluetooth &lt;a href="https://www.bluetooth.com/specifications/mesh-specifications"&gt;Mesh Networking Specifications&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;If you need the time of ping/ping-back interaction, however, then I am afraid it looks like you must &lt;a href="http://infocenter.nordicsemi.com/index.jsp?topic=%2Fcom.nordic.infocenter.meshsdk.v2.2.0%2Fmd_doc_getting_started_how_to_models.html"&gt;implement your own model&lt;/a&gt; and time the round trip time yourself. For instance using the &lt;a href="http://infocenter.nordicsemi.com/index.jsp?topic=%2Fcom.nordic.infocenter.sdk5.v15.2.0%2Flib_timer.html"&gt;app timer library&lt;/a&gt; from the nRF5 SDK.&lt;/p&gt;
&lt;p&gt;Regards,&lt;br /&gt;Terje&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>