<?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>Server(internet) controlled light on/off in Mesh Network for nrf52832</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/51838/server-internet-controlled-light-on-off-in-mesh-network-for-nrf52832</link><description>How a device in mesh of ble controlled by internet. 
 I tested light on/off of mesh and it works fine. 
 but how can I control it from internet. 
 like with wifi or ethernet modules connected with one of the device.</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 13 Sep 2019 04:51:09 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/51838/server-internet-controlled-light-on-off-in-mesh-network-for-nrf52832" /><item><title>RE: Server(internet) controlled light on/off in Mesh Network for nrf52832</title><link>https://devzone.nordicsemi.com/thread/209514?ContentTypeID=1</link><pubDate>Fri, 13 Sep 2019 04:51:09 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:15730354-555c-41e1-88f1-fea991f21aae</guid><dc:creator>bivay</dc:creator><description>&lt;p&gt;Thanks for clarification. Have an example which uses directly access layer for communication in Mesh. and if you haven&amp;#39;t can you guide me a little bit the way to build application directly with access layer.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Server(internet) controlled light on/off in Mesh Network for nrf52832</title><link>https://devzone.nordicsemi.com/thread/209178?ContentTypeID=1</link><pubDate>Wed, 11 Sep 2019 12:52:15 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:7c744a94-610d-4e83-9dd9-7c60d06f4d64</guid><dc:creator>Hung Bui</dc:creator><description>&lt;p&gt;Yes. I would suggest you to have a look at the &lt;a href="https://www.bluetooth.org/docman/handlers/downloaddoc.ashx?doc_id=457092"&gt;mesh spec&lt;/a&gt; to get a better understanding of what under the hood.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Server(internet) controlled light on/off in Mesh Network for nrf52832</title><link>https://devzone.nordicsemi.com/thread/209107?ContentTypeID=1</link><pubDate>Wed, 11 Sep 2019 08:54:12 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:30570e26-d099-4409-8da7-1aeb20ea4d9a</guid><dc:creator>bivay</dc:creator><description>&lt;p&gt;Thanks for suggestion. Is access layer also uses mesh?&lt;/p&gt;
&lt;p&gt;Means if I send data via packet_tx() function directly, it will reached to desired node, in mesh, means if node is outside range of node,say gateway node, then is this message will be transmitted to particular mode.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Server(internet) controlled light on/off in Mesh Network for nrf52832</title><link>https://devzone.nordicsemi.com/thread/209097?ContentTypeID=1</link><pubDate>Wed, 11 Sep 2019 08:26:14 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9a9b38a3-68bf-42d2-972c-b9c7bee9af07</guid><dc:creator>Hung Bui</dc:creator><description>&lt;p&gt;Yes it&amp;#39;s possible. But it&amp;#39;s not supported out of the box, you would need to modify the code to update the publication address without storing the dsm.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I think the easiest way to do this is that you access the transport layer directly and send the message in raw instead of using the access layer and model. You can have a look at&amp;nbsp;packet_tx() function inside access.c . Inside that function we use&amp;nbsp;nrf_mesh_packet_send() to send the message. You can do the same and modify the&amp;nbsp;tx_params.dst as you wish.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Server(internet) controlled light on/off in Mesh Network for nrf52832</title><link>https://devzone.nordicsemi.com/thread/209056?ContentTypeID=1</link><pubDate>Wed, 11 Sep 2019 05:10:11 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c23b3e62-ca6a-4194-9812-5a8fd43fb281</guid><dc:creator>bivay</dc:creator><description>&lt;p&gt;I know that by configuration client I can change publication address, and using till now.&lt;/p&gt;
&lt;p&gt;But every time to change address I have to use mobile. And after some study , I found that we can change the address of publication inside the node by calling address_set() function. But it uses Flash to store data. I want to publish to any node without storing in flash.&lt;/p&gt;
&lt;p&gt;Is it possible.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Server(internet) controlled light on/off in Mesh Network for nrf52832</title><link>https://devzone.nordicsemi.com/thread/208982?ContentTypeID=1</link><pubDate>Tue, 10 Sep 2019 13:57:16 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d388b6cb-298e-4e5c-9dac-4cb4bdabc211</guid><dc:creator>awneil</dc:creator><description>&lt;p&gt;&lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/51926/sending-message-from-client-to-specific-server"&gt;https://devzone.nordicsemi.com/f/nordic-q-a/51926/sending-message-from-client-to-specific-server&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Server(internet) controlled light on/off in Mesh Network for nrf52832</title><link>https://devzone.nordicsemi.com/thread/208932?ContentTypeID=1</link><pubDate>Tue, 10 Sep 2019 12:21:53 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9b6af050-2458-469f-a555-5bb800d18826</guid><dc:creator>Hung Bui</dc:creator><description>&lt;p&gt;Hi Brevy,&amp;nbsp;&lt;/p&gt;
&lt;p&gt;You can change the publication address of a node by using the configuration client (the provisioner).&lt;/p&gt;
&lt;p&gt;You can have a look at this video :&amp;nbsp;&lt;a href="https://www.youtube.com/watch?v=XthbU9NP0Yg"&gt;https://www.youtube.com/watch?v=XthbU9NP0Yg&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;If you have some thingys you can try the demo yourself on the github link :&amp;nbsp;&lt;a href="https://github.com/NordicPlayground/thingy52-mesh-provisioning-demo"&gt;https://github.com/NordicPlayground/thingy52-mesh-provisioning-demo&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;But you can do the same with the light switch example.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Server(internet) controlled light on/off in Mesh Network for nrf52832</title><link>https://devzone.nordicsemi.com/thread/208782?ContentTypeID=1</link><pubDate>Tue, 10 Sep 2019 04:55:03 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9c5dbdb4-4603-4ea7-8a12-f958f2c662ac</guid><dc:creator>bivay</dc:creator><description>&lt;p&gt;Thanks for reply, I see all the models including dimming model they are working as expected.&lt;/p&gt;
&lt;p&gt;But the main problem is I can send this value to a fixed configured node.&lt;/p&gt;
&lt;p&gt;I need this dimming value to be send to any node, not to a fixed configured node.&lt;/p&gt;
&lt;p&gt;In simple, write node ID and dimming value and send it. other node with this ID will receive and set value according to it.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Server(internet) controlled light on/off in Mesh Network for nrf52832</title><link>https://devzone.nordicsemi.com/thread/208743?ContentTypeID=1</link><pubDate>Mon, 09 Sep 2019 15:07:49 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:82752217-d83c-4446-a2d5-c157fc399a2d</guid><dc:creator>awneil</dc:creator><description>&lt;p&gt;OK - none of that was clear from your original post.&lt;/p&gt;
&lt;p&gt;As the name suggests, the on&amp;#39;off demo just does &amp;#39;ON&amp;#39; and &amp;#39;OFF&amp;#39; - not dimming - so you do need a different model for that.&lt;/p&gt;
&lt;p&gt;Have you looked at the other examples to see if there&amp;#39;s something closer to your requirements?&lt;/p&gt;
&lt;p&gt;In terms of moving on from the examples, see:&lt;/p&gt;
&lt;p&gt;&lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/40090/nrf5-sdk-for-mesh-v2-2-0-light-switch-demo---where-next"&gt;https://devzone.nordicsemi.com/f/nordic-q-a/40090/nrf5-sdk-for-mesh-v2-2-0-light-switch-demo---where-next&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Server(internet) controlled light on/off in Mesh Network for nrf52832</title><link>https://devzone.nordicsemi.com/thread/208707?ContentTypeID=1</link><pubDate>Mon, 09 Sep 2019 13:30:42 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f3ff59cf-7f07-4436-b2c2-b1cdd7f30201</guid><dc:creator>bivay</dc:creator><description>&lt;p&gt;Actually my requirement of model are as follow:&lt;/p&gt;
&lt;p&gt;1) A node took data from uart, in uart data there is address of node, whom to send data and data of dimming level.&lt;/p&gt;
&lt;p&gt;2) every node should have functionality like this. with address send data to any node.&lt;/p&gt;
&lt;p&gt;3) can took status data from any node.&lt;/p&gt;
&lt;p&gt;Uart implementation is not issue.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Issue is not to access any node individually. I can access to only a fixed configured node.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Server(internet) controlled light on/off in Mesh Network for nrf52832</title><link>https://devzone.nordicsemi.com/thread/208705?ContentTypeID=1</link><pubDate>Mon, 09 Sep 2019 13:22:30 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:0b9efac3-bf36-4bed-8158-edf0e25e6a7b</guid><dc:creator>awneil</dc:creator><description>&lt;p&gt;You&amp;#39;re missing the point!&lt;/p&gt;
&lt;p&gt;You don&amp;#39;t need to create the model - that is done for you already.&lt;/p&gt;
&lt;p&gt;In the Nordic Mesh SDK example, they use the buttons to make the &amp;#39;On&amp;#39; and &amp;#39;Off&amp;#39; work.&lt;/p&gt;
&lt;p&gt;So all you have to do is to do whatever happens on those buttons - but do it in response to your UART messages instead.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Server(internet) controlled light on/off in Mesh Network for nrf52832</title><link>https://devzone.nordicsemi.com/thread/208697?ContentTypeID=1</link><pubDate>Mon, 09 Sep 2019 13:00:54 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:23dadc83-54e1-4248-855d-5eaac440bdfb</guid><dc:creator>bivay</dc:creator><description>&lt;p&gt;If i can&amp;#39;t create models likes this, Then I think this BLE Mesh is useless, as today&amp;#39;s world wants&amp;nbsp;configurable and manageable system witch can be accessed from anywhere.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;In zigbee protocol this thing is very simple to do, take uart data and send to any node.&lt;/p&gt;
&lt;p&gt;When I comes to know about BLE mesh, then I think its mostly useful as system can be connected to mobile directly (this is also true I expreiments it and happy with it).&lt;/p&gt;
&lt;p&gt;But when its comes to real life application Ble mesh doesn&amp;#39;t seems to perform well.&lt;/p&gt;
&lt;p&gt;Correct me if I am wrong.&lt;/p&gt;
&lt;p&gt;Thank You&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Server(internet) controlled light on/off in Mesh Network for nrf52832</title><link>https://devzone.nordicsemi.com/thread/208694?ContentTypeID=1</link><pubDate>Mon, 09 Sep 2019 12:46:29 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a8cdad91-9f12-465d-ac71-3e57a07a1104</guid><dc:creator>awneil</dc:creator><description>&lt;p&gt;Not sure that&amp;#39;s within the scope of the Model ?&lt;/p&gt;
&lt;p&gt;It&amp;#39;s &lt;em&gt;your application&lt;/em&gt; which needs to deal with the UART, recognise your &amp;quot;commands&amp;quot;, and feed that into the Mesh&lt;/p&gt;
&lt;p&gt;On Models:&lt;/p&gt;
&lt;p&gt;&lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/51801/why-there-is-models-in-mesh-communication-nrf52832"&gt;https://devzone.nordicsemi.com/f/nordic-q-a/51801/why-there-is-models-in-mesh-communication-nrf52832&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Server(internet) controlled light on/off in Mesh Network for nrf52832</title><link>https://devzone.nordicsemi.com/thread/208678?ContentTypeID=1</link><pubDate>Mon, 09 Sep 2019 12:20:29 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:6937f655-d96a-4bf0-9fbb-ccf194944a27</guid><dc:creator>bivay</dc:creator><description>&lt;p&gt;Yes Mesh is completed.&lt;/p&gt;
&lt;p&gt;Want to create a model that took command from uart and send data to corresponding node.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Server(internet) controlled light on/off in Mesh Network for nrf52832</title><link>https://devzone.nordicsemi.com/thread/208628?ContentTypeID=1</link><pubDate>Mon, 09 Sep 2019 09:45:16 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:0e791d6c-93ec-4ce3-b26e-8d700702144a</guid><dc:creator>awneil</dc:creator><description>[quote userid="83083" url="~/f/nordic-q-a/51838/server-internet-controlled-light-on-off-in-mesh-network-for-nrf52832"]I tested light on/off of mesh and it works fine.[/quote]
&lt;p&gt;So you have the Mesh part working: You know what to do to turn the lights on &amp;amp; off - so all&amp;nbsp;you need is to get your internet stuff to do that!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Server(internet) controlled light on/off in Mesh Network for nrf52832</title><link>https://devzone.nordicsemi.com/thread/208619?ContentTypeID=1</link><pubDate>Mon, 09 Sep 2019 09:14:00 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:dbc0b0dd-c113-4649-8ff5-44c6dc651e38</guid><dc:creator>Hung Bui</dc:creator><description>&lt;p&gt;Unfortunately we don&amp;#39;t have an example for that.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Server(internet) controlled light on/off in Mesh Network for nrf52832</title><link>https://devzone.nordicsemi.com/thread/208545?ContentTypeID=1</link><pubDate>Sat, 07 Sep 2019 06:23:08 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:dd9192b9-e269-4654-8029-6cc9531e3455</guid><dc:creator>bivay</dc:creator><description>&lt;p&gt;ok, Thank you.&lt;/p&gt;
&lt;p&gt;Is there already experiment made for this?&lt;/p&gt;
&lt;p&gt;any link, etc?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Server(internet) controlled light on/off in Mesh Network for nrf52832</title><link>https://devzone.nordicsemi.com/thread/208500?ContentTypeID=1</link><pubDate>Fri, 06 Sep 2019 14:30:56 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:46c8748c-64d6-4504-a607-f3a40704847f</guid><dc:creator>Hung Bui</dc:creator><description>&lt;p&gt;Hi,&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Bluetooth Mesh spec doesn&amp;#39;t define how it should connect to the internet. Bluetooth Mesh was described as a LAN network. So if you want to connect to the internet, you would need to write your own code on the gateway on how to translate command from the internet to send to the Mesh network and vice versa.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>