<?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>SEND SONSOR DATA VIA BLUETOOTH MESH. BLUETOOTH MESH SYSTEM includes LPN, FRIEND NODE, RELAY NODE.</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/98755/send-sonsor-data-via-bluetooth-mesh-bluetooth-mesh-system-includes-lpn-friend-node-relay-node</link><description>Hi everyone, Have a good weekend! 
 I am working with Bluetooth mesh. My Application is read sensor data, then send data to Destination node, at destination node, i will handle data, send data to cloud. 
 My system includes LPN, FN, RELAY NODE. I see</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 18 Apr 2023 09:29:55 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/98755/send-sonsor-data-via-bluetooth-mesh-bluetooth-mesh-system-includes-lpn-friend-node-relay-node" /><item><title>RE: SEND SONSOR DATA VIA BLUETOOTH MESH. BLUETOOTH MESH SYSTEM includes LPN, FRIEND NODE, RELAY NODE.</title><link>https://devzone.nordicsemi.com/thread/420961?ContentTypeID=1</link><pubDate>Tue, 18 Apr 2023 09:29:55 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d01e057e-01d6-4461-a295-a737a63a1fbe</guid><dc:creator>Hieu</dc:creator><description>&lt;p&gt;You are right.&amp;nbsp;We provide it as a reference. I could not say it better than the documentation:&lt;/p&gt;
&lt;p style="padding-left:30px;"&gt;&lt;em&gt;You can use this example as the starting point for adding the LPN feature to your device, as it demonstrates all the required changes to the application. Read more about the Low Power Node feature in&amp;nbsp;&lt;a href="https://infocenter.nordicsemi.com/topic/com.nordic.infocenter.meshsdk.v5.0.0/md_doc_user_guide_modules_lpn_concept.html"&gt;Low Power node feature&lt;/a&gt;.&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Please look into it and if you have any difficulty in replicating the Low Power feature setup in your project, I can help you.&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: SEND SONSOR DATA VIA BLUETOOTH MESH. BLUETOOTH MESH SYSTEM includes LPN, FRIEND NODE, RELAY NODE.</title><link>https://devzone.nordicsemi.com/thread/420921?ContentTypeID=1</link><pubDate>Tue, 18 Apr 2023 07:38:15 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1d67c66f-1ffc-4404-a10c-86dffaf1c44f</guid><dc:creator>NguyenDinhBien</dc:creator><description>&lt;p&gt;i see that lpn example using for&amp;nbsp;&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;a class="el" href="https://infocenter.nordicsemi.com/topic/com.nordic.infocenter.meshsdk.v5.0.0/group__GENERIC__ONOFF__CLIENT.html"&gt;Generic OnOff Client model&lt;/a&gt;, my application uses to read sensor.&amp;nbsp;&lt;/p&gt;
&lt;div id="eJOY__extension_root" class="eJOY__extension_root_class"&gt;&lt;/div&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: SEND SONSOR DATA VIA BLUETOOTH MESH. BLUETOOTH MESH SYSTEM includes LPN, FRIEND NODE, RELAY NODE.</title><link>https://devzone.nordicsemi.com/thread/420855?ContentTypeID=1</link><pubDate>Mon, 17 Apr 2023 19:14:41 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:67f86879-7689-4e69-b99b-438a7d9b92a3</guid><dc:creator>Hieu</dc:creator><description>&lt;p&gt;Hi NguyenDinhBien,&lt;/p&gt;
[quote user=""]1. I am wondering Which Example i should use to make LPN ( lpn example or sensor server of sensor model ) and Friend Node ( using Sensor server to enabled Friend Feature or can use both sensor server and sensor client to enabled Friend FEATURE ).&amp;nbsp;[/quote]
&lt;p&gt;You can refer to the Low Power Node example:&amp;nbsp;&lt;a href="https://infocenter.nordicsemi.com/topic/com.nordic.infocenter.meshsdk.v5.0.0/md_examples_lpn_README.html"&gt;https://infocenter.nordicsemi.com/topic/com.nordic.infocenter.meshsdk.v5.0.0/md_examples_lpn_README.html&lt;/a&gt;&lt;/p&gt;
[quote user=""]2. In example of Sensor model. Application is when pressing 1 in 4 buttons in Sensor Server, it will send data &amp;quot;mocked motion sensed&amp;quot; to Sensor Client by publishing data to Sensor Server&amp;#39;s&amp;nbsp; unicast address. But i want to read sensor data of Heart rate Sensor, Temperature Sensor, SpO2 sensor in interval which i want. In sensor server i see&amp;nbsp;sensor_status_publish(&amp;amp;m_sensor_server_0, SENSOR_MOTION_SENSED_PROPERTY_ID) function&amp;nbsp; which send data. I clicked&amp;nbsp; m_sensor_server_0 definition but i don&amp;#39;t know where sensor data value is, i take this function set it in main.c but terminal give me error. Can you give me a hand and show me clearly how to do this.&amp;nbsp;[/quote]
&lt;p&gt;For the periodic publishing of sensor data, please refer&amp;nbsp;to the documentation of the Sensor Example; in particular, the &lt;em&gt;Testing the Example&lt;/em&gt; section:&amp;nbsp;&lt;a href="https://infocenter.nordicsemi.com/topic/com.nordic.infocenter.meshsdk.v5.0.0/md_examples_sensor_README.html"&gt;https://infocenter.nordicsemi.com/topic/com.nordic.infocenter.meshsdk.v5.0.0/md_examples_sensor_README.html&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;For the sensor value, it is updated&amp;nbsp;in the button handler, and is retrieved by the mesh model using &lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier;"&gt;&lt;a href="https://github.com/NordicSemiconductor/nRF5-SDK-for-Mesh/blob/master/examples/sensor/server/src/main.c#L182-L236"&gt;app_sensor_get_cb()&lt;/a&gt;&lt;/span&gt;. &lt;a href="https://github.com/NordicSemiconductor/nRF5-SDK-for-Mesh/blob/master/examples/sensor/server/src/main.c#L164"&gt;This callback is registered with the model in the model struct initialization&lt;/a&gt;&amp;nbsp;(referring to the C language structure initialization itself, not the initialization process done by a function).&lt;/p&gt;
&lt;p&gt;Hieu&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>