<?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>nRF52840 wireless mesh network set up</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/40205/nrf52840-wireless-mesh-network-set-up</link><description>Hi, all. I am in need of serious help. I need to set up a wireless mesh network using the nRF52840 SoC. It must have 9 nodes and be capable of multi-hopping. I need to set up the mesh in a building with obstacles and each nodes may need to relay packets</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 09 Nov 2018 05:42:15 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/40205/nrf52840-wireless-mesh-network-set-up" /><item><title>RE: nRF52840 wireless mesh network set up</title><link>https://devzone.nordicsemi.com/thread/156577?ContentTypeID=1</link><pubDate>Fri, 09 Nov 2018 05:42:15 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9785e108-a18f-40a7-ba26-5c14657d357e</guid><dc:creator>Rorisang</dc:creator><description>&lt;p&gt;This is very helpful, Semmel. I appreciate it. I am trying to perform the test now. Will let you know how it goes. Thanks again.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF52840 wireless mesh network set up</title><link>https://devzone.nordicsemi.com/thread/156576?ContentTypeID=1</link><pubDate>Fri, 09 Nov 2018 05:36:02 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:189eaa5c-f165-446f-8c72-0e4f4e85432f</guid><dc:creator>Rorisang</dc:creator><description>&lt;p&gt;Working on those now. Thanks very much for your help thus far. I have learnt so much. Please do not get tired of my asking so many questions.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF52840 wireless mesh network set up</title><link>https://devzone.nordicsemi.com/thread/156553?ContentTypeID=1</link><pubDate>Thu, 08 Nov 2018 22:53:44 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:7d80db5b-b6be-4ca2-8222-2757194b867f</guid><dc:creator>Lukas_Simma</dc:creator><description>&lt;p&gt;Hi&amp;nbsp;&lt;/p&gt;
&lt;p&gt;For range and other tests i also need a permanent on and off toggle so i modified the&amp;nbsp;&lt;span&gt;proxy_client&amp;nbsp;code a little bit.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;I make a copy of the&amp;nbsp;&lt;span&gt;proxy_client folder, rename the folder proxy_client_toggle and add to main.c some app_timer code. The timer handler is e&lt;/span&gt;&lt;span&gt;xecuted every 2000ms. The Handler call the same method what the button event handler is doing to switch on and off the server(s).&amp;nbsp;&lt;br /&gt;&lt;/span&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;See&amp;nbsp;my_test1_timeout_handler(...) in attached main.c file.&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;....\nrf5_SDK_for_Mesh\examples\light_switch\proxy_client_toggle\src&lt;/p&gt;
&lt;p&gt;&lt;a href="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/64285.main.c"&gt;devzone.nordicsemi.com/.../64285.main.c&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;See&amp;nbsp;button_event_handler(uint32_t button_number)&lt;/p&gt;
&lt;p&gt;&lt;span&gt;button_number&amp;nbsp; &amp;nbsp;/ behavior&amp;nbsp;&lt;br /&gt;&amp;nbsp; 0&amp;nbsp; /&amp;nbsp; &amp;nbsp;send ON&amp;nbsp;to Client[0]&amp;nbsp; &amp;nbsp; &amp;nbsp; same as Button 1 is pressed&lt;br /&gt;&amp;nbsp; 1&amp;nbsp; /&amp;nbsp; &amp;nbsp;send OFF to&amp;nbsp;Client[0]&amp;nbsp; &amp;nbsp; same as Button 2 is pressed&lt;br /&gt;&amp;nbsp; 2&amp;nbsp; /&amp;nbsp; &amp;nbsp;send ON&amp;nbsp;to&amp;nbsp;Client[1]&amp;nbsp; &amp;nbsp; &amp;nbsp; same as Button 3 is pressed&lt;br /&gt;&amp;nbsp; 3&amp;nbsp; /&amp;nbsp; &amp;nbsp;send OFF to&amp;nbsp;Client[1]&amp;nbsp; &amp;nbsp; same as Button 4 is pressed&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;/* &lt;br /&gt; * Button 1: ON, Button 2: Off, Client[0]&lt;br /&gt; * Button 2: ON, Button 3: Off, Client[1]&lt;br /&gt; */&lt;/p&gt;
&lt;p&gt;Hope that helps.....&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF52840 wireless mesh network set up</title><link>https://devzone.nordicsemi.com/thread/156503?ContentTypeID=1</link><pubDate>Thu, 08 Nov 2018 13:49:20 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e3af283e-b5b5-4bcb-877f-e332b0e2b395</guid><dc:creator>David Edwin</dc:creator><description>&lt;p&gt;Have you done the pyACI / serial , they should allow python script control for the Mesh Models so you can send on and off commands in a more programmable fashion.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF52840 wireless mesh network set up</title><link>https://devzone.nordicsemi.com/thread/156499?ContentTypeID=1</link><pubDate>Thu, 08 Nov 2018 13:19:04 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:be64d157-65fd-4fe3-b1fc-741cbb552dcf</guid><dc:creator>Rorisang</dc:creator><description>&lt;p&gt;Done. I have ran through the dimming examples and using RTT viewer i was able to connect to each one of the nodes in succession and send 0/1 to turn on and off&amp;nbsp; LED1. How do i constantly turn on/off the LED?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF52840 wireless mesh network set up</title><link>https://devzone.nordicsemi.com/thread/156490?ContentTypeID=1</link><pubDate>Thu, 08 Nov 2018 12:37:38 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e697ca32-c449-4e77-9561-de8b0c6c8e35</guid><dc:creator>David Edwin</dc:creator><description>&lt;p&gt;Use the Quick start guide to run the mesh first , then the pyaci and then do the examples yourself (links are in my previous post)&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF52840 wireless mesh network set up</title><link>https://devzone.nordicsemi.com/thread/156475?ContentTypeID=1</link><pubDate>Thu, 08 Nov 2018 11:58:42 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:58df3da4-9959-4c7c-ad3b-efff80fdd88b</guid><dc:creator>Rorisang</dc:creator><description>&lt;p&gt;My example is not working. When i press the button 1 and 3 on the client only the LED 1 and LED 2 switch on while buttons 2 and 4 switch those off. &lt;/p&gt;
&lt;p&gt;When i press button 1 on server, LED1 switches on while button 4 switches on all the LEDs on the server. They blink 3 times and switch off.&lt;/p&gt;
&lt;p&gt;What am i doing wrong?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF52840 wireless mesh network set up</title><link>https://devzone.nordicsemi.com/thread/156473?ContentTypeID=1</link><pubDate>Thu, 08 Nov 2018 11:33:48 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:717c6a67-b7d5-4694-96c5-bcf551ad4dbd</guid><dc:creator>David Edwin</dc:creator><description>&lt;p&gt;Is your example now working ? If you press the button on the client , then the lights on the server should light up. You should use the &lt;a href="http://infocenter.nordicsemi.com/index.jsp?topic=%2Fcom.nordic.infocenter.sdk%2Fdita%2Fsdk%2Fnrf5_sdk.html"&gt;Quick start guide for this&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Then&amp;nbsp;you can use the pyACI interface, the serial interface to mesh and a p&lt;a href="http://infocenter.nordicsemi.com/topic/com.nordic.infocenter.meshsdk.v2.2.0/md_scripts_interactive_pyaci_README.html?cp=4_1_0_3_0"&gt;ython script on the PC to play with sending and receiving message&lt;/a&gt;s in an interactive way. this is a good way to learn.&lt;/p&gt;
&lt;p&gt;Then you can look at the reference API and the example code to understand the C APIs for the Mesh.&lt;/p&gt;
&lt;p&gt;Edit (added):&lt;/p&gt;
&lt;p&gt;You can use the pre-compiled hex files in&amp;nbsp;bin\merged\ospace\examples to do the serial or other examples&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF52840 wireless mesh network set up</title><link>https://devzone.nordicsemi.com/thread/156471?ContentTypeID=1</link><pubDate>Thu, 08 Nov 2018 11:12:57 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ea0c72d4-4539-4ccc-ba08-a2b2a65fc5a5</guid><dc:creator>Rorisang</dc:creator><description>&lt;p&gt;Hi, David. Thanks a lot for the help. I have managed to set up the client, server and provisioner examples on the three boards. I do not know if i did it the correct way:&lt;/p&gt;
&lt;p&gt;I copied the (extracted) folders from the Mesh SDK into the (extracted) nRF5 SDK and the code compiled without any errors. I did not have any app. that could extract the two files simultaneously into a single folder and combine them accordingly.&lt;/p&gt;
&lt;p&gt;Now, if i may ask, how do i send packets/adverts between 2 or more routers (nRF52840 &amp;#39;s)?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF52840 wireless mesh network set up</title><link>https://devzone.nordicsemi.com/thread/156320?ContentTypeID=1</link><pubDate>Wed, 07 Nov 2018 13:19:57 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:eba43bb3-8c1f-46b2-a2c9-b24ff8c8992b</guid><dc:creator>David Edwin</dc:creator><description>&lt;p&gt;Yes, you do need to the nRF5 SDK , extract it and you should be able to compile it. Make sure you extract it at the same folder level as the Mesh SDK.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF52840 wireless mesh network set up</title><link>https://devzone.nordicsemi.com/thread/156313?ContentTypeID=1</link><pubDate>Wed, 07 Nov 2018 12:47:31 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:3f00ae9c-5824-4f00-b583-67f0254e0215</guid><dc:creator>Rorisang</dc:creator><description>&lt;p&gt;The nRF5 SDK for Mesh now &lt;em&gt;requires&lt;/em&gt; the nRF5 SDK to compile.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;This is what the documentation says.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF52840 wireless mesh network set up</title><link>https://devzone.nordicsemi.com/thread/156311?ContentTypeID=1</link><pubDate>Wed, 07 Nov 2018 12:45:54 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:62c63399-a5f8-46e6-a392-685ef5bad480</guid><dc:creator>Rorisang</dc:creator><description>&lt;p&gt;I extracted all the SDKs to the C drive. I somehow am missing the nrf_sdm.h file( error is : nrf_sdm.h: No such file or directory). I followed the instructions which say i must extract both the mesh and&lt;/p&gt;
&lt;pre class="fragment"&gt;nrf5_sdk_for_mesh &amp;amp;
nRF5_SDK_15.0.0_a53641a&lt;br /&gt;&lt;br /&gt;files to the same folder. My problem seems to be this procedure. &lt;br /&gt;&lt;br /&gt;&lt;/pre&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF52840 wireless mesh network set up</title><link>https://devzone.nordicsemi.com/thread/156300?ContentTypeID=1</link><pubDate>Wed, 07 Nov 2018 12:31:40 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1a3ae531-2bef-4c75-b110-9bff36e6f24f</guid><dc:creator>Rorisang</dc:creator><description>&lt;p&gt;My opening up about my background was meant to tell whoever is interested IN HELPING ME, my weaknesses not to intimidate anyone, in case you took it that way since you like imagining so much.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF52840 wireless mesh network set up</title><link>https://devzone.nordicsemi.com/thread/156296?ContentTypeID=1</link><pubDate>Wed, 07 Nov 2018 12:29:21 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ecb0832a-051d-4057-86be-adc3efcbf72d</guid><dc:creator>Rorisang</dc:creator><description>&lt;p&gt;Just keep it to yourself if you can&amp;#39;t help me. I certainly did not need your very annoying reply. You may as well tell your friends about it and have a laugh &amp;#39;Mr. Rocket Scientist&amp;#39;.&amp;nbsp; Is there a problem if someone if someone says &amp;quot;I want to be a car driver but i am still a learner driver?&amp;quot;. Be careful about looking down on other people because you know so much. I will get to the stage you are at, no matter how long it takes me. I might never be as good as you but you were once like me-this i do not have to imagine. Have a lovely day.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF52840 wireless mesh network set up</title><link>https://devzone.nordicsemi.com/thread/156295?ContentTypeID=1</link><pubDate>Wed, 07 Nov 2018 12:19:24 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1e9c4cb3-b0fa-4195-912c-dae54ea37fc0</guid><dc:creator>David Edwin</dc:creator><description>&lt;p&gt;did you unzip the zip file to a folder ? This looks like you have opened the zip file and are trying to compile it.&lt;/p&gt;
&lt;p&gt;Added Edit:&lt;/p&gt;
&lt;p&gt;Extract the zip file before attempting to compile it. On windows : Right click on the zip file and click on the &amp;quot;Extract all...&amp;quot; option.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF52840 wireless mesh network set up</title><link>https://devzone.nordicsemi.com/thread/156294?ContentTypeID=1</link><pubDate>Wed, 07 Nov 2018 12:17:07 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:8c322da7-4238-4893-92a8-9127d217f265</guid><dc:creator>Rorisang</dc:creator><description>&lt;p&gt;I have read all the sections. I have 3 boards in front of me right now-all on. I want to replicate the mesh light switch example. I am using Segger. Whe i try to build the solution before programming the cleint, server and provisioner chips i get&amp;nbsp; the error :&lt;/p&gt;
&lt;p&gt;Building &amp;lsquo;light_switch_client_nrf52840_xxAA_s140_6.0.0&amp;rsquo; from solution &amp;lsquo;light_switch_client_nrf52840_xxAA_s140_6.0.0&amp;rsquo; in configuration &amp;lsquo;Debug&amp;rsquo;&lt;br /&gt; Compiling &amp;lsquo;main.c&amp;rsquo;&lt;br /&gt; C:\Users\Rorisang\AppData\Local\Temp\Temp1_nrf5_SDK_for_Mesh_v2.2.0_src(1).zip\examples\light_switch\client\src\main.c: No such file or directory&lt;br /&gt; Compiling &amp;lsquo;mesh_softdevice_init.c&amp;rsquo;&lt;br /&gt; C:\Users\Rorisang\AppData\Local\Temp\Temp1_nrf5_SDK_for_Mesh_v2.2.0_src(1).zip\examples\common\src\mesh_softdevice_init.c: No such file or directory&lt;br /&gt; Compiling &amp;lsquo;mesh_provisionee.c&amp;rsquo;&lt;br /&gt; C:\Users\Rorisang\AppData\Local\Temp\Temp1_nrf5_SDK_for_Mesh_v2.2.0_src(1).zip\examples\common\src\mesh_provisionee.c: No such file or directory&lt;br /&gt; Compiling &amp;lsquo;rtt_input.c&amp;rsquo;&lt;br /&gt; C:\Users\Rorisang\AppData\Local\Temp\Temp1_nrf5_SDK_for_Mesh_v2.2.0_src(1).zip\examples\common\src\rtt_input.c: No such file or directory&lt;br /&gt;Build failed&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF52840 wireless mesh network set up</title><link>https://devzone.nordicsemi.com/thread/156293?ContentTypeID=1</link><pubDate>Wed, 07 Nov 2018 12:14:54 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:4dc69450-8716-45c4-8f95-c646c02879d9</guid><dc:creator>awneil</dc:creator><description>[quote userid="73745" url="~/f/nordic-q-a/40205/nrf52840-wireless-mesh-network-set-up/156288"]My knowledge is limited as i have a physics background[/quote]
&lt;p&gt;So imagine that someone came to you saying, &amp;quot;I need to do &lt;em&gt;&amp;lt;some complex physics problem&amp;gt;&lt;/em&gt;, but I don&amp;#39;t know much about physics...&amp;quot;.&lt;/p&gt;
&lt;p&gt;How would you advise them?&lt;/p&gt;
&lt;p&gt;What you are asking is not a beginner problem - so you&amp;#39;re going to need to spend some time getting up to speed with embedded code development, and wireless networking ...&lt;/p&gt;
&lt;p&gt;&lt;a href="https://www.avrfreaks.net/comment/2079906#comment-2079906"&gt;https://www.avrfreaks.net/comment/2079906#comment-2079906&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF52840 wireless mesh network set up</title><link>https://devzone.nordicsemi.com/thread/156292?ContentTypeID=1</link><pubDate>Wed, 07 Nov 2018 12:13:43 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b16e7c85-65cf-4fb9-8b88-33a5dc4068fd</guid><dc:creator>David Edwin</dc:creator><description>&lt;p&gt;Have you read the getting started sections and all the parts it refers to ?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF52840 wireless mesh network set up</title><link>https://devzone.nordicsemi.com/thread/156288?ContentTypeID=1</link><pubDate>Wed, 07 Nov 2018 11:58:11 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:da605e1f-88ba-45c3-99bf-c9cd9d2be8c8</guid><dc:creator>Rorisang</dc:creator><description>&lt;p&gt;Hi, David. I hope i will be clearer now. &lt;/p&gt;
&lt;p&gt;I am trying to set up a nine router/node wireless mesh network using the nRF52840 SoC. I am stuck in that i do not know how to program the chips so that they can connect to each other and communicate. I have downloaded the SDKs and can only do the easy &amp;#39;blinky&amp;#39; examples. My knowledge is limited as i have a physics background.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF52840 wireless mesh network set up</title><link>https://devzone.nordicsemi.com/thread/156266?ContentTypeID=1</link><pubDate>Wed, 07 Nov 2018 08:22:55 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:3a0191a2-570e-4ce6-9572-ee84474553c3</guid><dc:creator>David Edwin</dc:creator><description>&lt;p&gt;I assume you used the nRF5x SDK for Mesh ? You need to be specific with the question otherwise it is hard to help. . Get started with the nRF5x SDK for Mesh with the &lt;a href="http://infocenter.nordicsemi.com/topic/com.nordic.infocenter.meshsdk.v2.2.0/md_doc_getting_started_getting_started.html?cp=4_1_0_1"&gt;getting started section&lt;/a&gt;&amp;nbsp;for Mesh.&lt;/p&gt;
&lt;p&gt;Use the documentation and if you have questions, make the question specific and there will be help. It is easier to help if the questions are specific.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF52840 wireless mesh network set up</title><link>https://devzone.nordicsemi.com/thread/156261?ContentTypeID=1</link><pubDate>Wed, 07 Nov 2018 07:03:47 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5961d16b-1a03-414f-949e-b550cc24781d</guid><dc:creator>Rorisang</dc:creator><description>&lt;p&gt;Is there anyone out there who is willing to help me please? I know there are many of you who can do this with their eyes closed-please share your expertise.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>