<?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>Android app connection problem after importing network from json file</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/58967/android-app-connection-problem-after-importing-network-from-json-file</link><description>I am using nrfmesh android app. I have configured a mesh network. exported network. then reinstalled app and connect to network. then tried to read state of device, then get operation timeout error.</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 17 Mar 2020 08:51:12 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/58967/android-app-connection-problem-after-importing-network-from-json-file" /><item><title>RE: Android app connection problem after importing network from json file</title><link>https://devzone.nordicsemi.com/thread/240176?ContentTypeID=1</link><pubDate>Tue, 17 Mar 2020 08:51:12 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:34487ac8-a349-4546-884f-c76df8927143</guid><dc:creator>Anaya</dc:creator><description>&lt;p&gt;Thank you so much.Its working by setting incremental sequence number.&lt;/p&gt;
&lt;p&gt;Thanks a lot.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Android app connection problem after importing network from json file</title><link>https://devzone.nordicsemi.com/thread/240153?ContentTypeID=1</link><pubDate>Tue, 17 Mar 2020 04:50:35 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:729a92ba-68de-496f-99f5-706cc1e041b5</guid><dc:creator>Anaya</dc:creator><description>&lt;p&gt;Ok Sir,&lt;/p&gt;
&lt;p&gt;Thank you so much for suggesting an answer. I will check both the answers.&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: Android app connection problem after importing network from json file</title><link>https://devzone.nordicsemi.com/thread/240017?ContentTypeID=1</link><pubDate>Mon, 16 Mar 2020 13:14:04 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a29252f7-210c-4a25-b43f-91d35a1fc358</guid><dc:creator>Aleksander Nowakowski</dc:creator><description>&lt;p&gt;The other option that you have is to send more and more messages that will timeout, until you reach finally a new Seq number.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Android app connection problem after importing network from json file</title><link>https://devzone.nordicsemi.com/thread/240016?ContentTypeID=1</link><pubDate>Mon, 16 Mar 2020 13:13:17 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:98ff720e-395b-41cc-a7fa-363c81adc45d</guid><dc:creator>Aleksander Nowakowski</dc:creator><description>&lt;p&gt;Hello!&lt;/p&gt;
&lt;p&gt;The reason why you get timeouts is that the app after reinstalling is trying to send messages with Sequence number that was already used. In mesh it is required that Seq number always increases. Seq number isn&amp;#39;t shared in the JSON file. In general, each control device should use a different Provisioner instance, with unique address. In your case, after importing, you should switch the provisioner to use a new Unicast Address, that hasn&amp;#39;t been used before (as you&amp;#39;re using the same device).&lt;/p&gt;
&lt;p&gt;Keep in mind, that each mesh node&amp;nbsp;has Replay Protection Count number, which is the maximum number of unicast addresses it can EVER receive message from. Messages received form new nodes, after the RPC is full, will be discarded. This is because it needs to remember last Seq number for all nodes that has received at least one message from, to protect from Replay Attacks.&lt;/p&gt;
&lt;p&gt;If you&amp;#39;d use the mesh library, not only the sample app, you may increase the Seq number for the current provisioner programatically.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Android app connection problem after importing network from json file</title><link>https://devzone.nordicsemi.com/thread/239924?ContentTypeID=1</link><pubDate>Mon, 16 Mar 2020 09:47:19 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:62e6282a-0639-4d82-90b5-ae1b802871d1</guid><dc:creator>Joakim Jakobsen</dc:creator><description>&lt;p&gt;Thanks for checking!&lt;/p&gt;
&lt;p&gt;I&amp;#39;ve forwarded your question to our nRF Mesh developers. They might have some suggestions for you. &lt;br /&gt;I&amp;#39;ll get back to you when I have more information from them.&lt;/p&gt;
&lt;p&gt;Best regards, &lt;br /&gt;Joakim&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Android app connection problem after importing network from json file</title><link>https://devzone.nordicsemi.com/thread/239727?ContentTypeID=1</link><pubDate>Fri, 13 Mar 2020 12:47:50 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d5202287-312d-4670-9428-4a6f7e464ec6</guid><dc:creator>Anaya</dc:creator><description>&lt;p&gt;Thanks for getting back.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;By disabling automatic connection and manually selecting the given node as a proxy node. -&amp;gt;&lt;/p&gt;
&lt;p&gt;I have already checked it by manually selecting the given node.&lt;/p&gt;
&lt;p&gt;It gets connected, but while Read state or On-OFF operation it gives Operation Time Out error.&lt;/p&gt;
&lt;p&gt;Please suggest the solution.&lt;/p&gt;
&lt;p&gt;Thank you.&lt;/p&gt;
&lt;p&gt;Regards,&lt;/p&gt;
&lt;p&gt;Anaya&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Android app connection problem after importing network from json file</title><link>https://devzone.nordicsemi.com/thread/239700?ContentTypeID=1</link><pubDate>Fri, 13 Mar 2020 11:31:10 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e3cc5d5f-301f-4dbf-ae6a-4cbf7ffcd20b</guid><dc:creator>Joakim Jakobsen</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I&amp;#39;ll forward this question to our developers of the nRF Mesh app. I haven&amp;#39;t seen this before.&lt;/p&gt;
&lt;p&gt;Can you try to manually connect to the node you want to control?&lt;br /&gt;By disabling automatic connection and manually selecting the given node as a proxy node.&lt;/p&gt;
&lt;p&gt;Best regards, &lt;br /&gt;Joakim&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Android app connection problem after importing network from json file</title><link>https://devzone.nordicsemi.com/thread/239650?ContentTypeID=1</link><pubDate>Fri, 13 Mar 2020 07:57:55 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:071dd0e8-7022-468b-a1a9-a10735bdc93a</guid><dc:creator>Anaya</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;I want to solve this issue. Is it possible?&lt;/p&gt;
&lt;p&gt;Have you checked the issue?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Android app connection problem after importing network from json file</title><link>https://devzone.nordicsemi.com/thread/239349?ContentTypeID=1</link><pubDate>Wed, 11 Mar 2020 13:43:03 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b3b64770-8807-40cf-876a-ad3711f4d124</guid><dc:creator>Anaya</dc:creator><description>&lt;p&gt;Good evening Sir,&lt;/p&gt;
&lt;p&gt;Ok Sir. I will explain the case :&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;nRF Mesh App Version&lt;/strong&gt; : 2.1.4&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Android Version&lt;/strong&gt; : 7.0&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Phone Model&lt;/strong&gt; : honor MediaPad T3, &lt;strong&gt;Model Number&lt;/strong&gt; : KOB-L09&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;nRF5 SDK for Mesh Version&lt;/strong&gt;: 4.0.0&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Information about network :&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;1. I have created a mesh network where&amp;nbsp; I have configured 2 nodes say A and B.&lt;/p&gt;
&lt;p&gt;2. on A node I have 2 on-off servers and set publication address 0x0001 and 0x0002. The lamp operates ok on hardware.&lt;/p&gt;
&lt;p&gt;3. on B node I have 2 on-off servers and set publication address 0x0003 and 0x0004. The lamp operates ok on hardware.&lt;/p&gt;
&lt;p&gt;4. Then I exported network to a json file.&lt;/p&gt;
&lt;p&gt;5. Then reinstalled the app and imported the network from json file.&lt;/p&gt;
&lt;p&gt;6. I got the configured network. Then I connected to network.&lt;/p&gt;
&lt;p&gt;7. Then I tried to Read State of any Lamp then I got operation time out error, also I got same error while ON/OFF lamp.&lt;/p&gt;
&lt;p&gt;8. I need to solve this problem.&lt;/p&gt;
&lt;p&gt;Kindly suggest the solution.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Regards!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Android app connection problem after importing network from json file</title><link>https://devzone.nordicsemi.com/thread/239336?ContentTypeID=1</link><pubDate>Wed, 11 Mar 2020 13:22:46 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5487b245-a477-4ac8-a9c8-04e56d573ac1</guid><dc:creator>Joakim Jakobsen</dc:creator><description>&lt;p&gt;Could you please provide some more information about your issue.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;What version of the nRF Mesh app are you using?&lt;br /&gt;Which version of the nRF5 SDK for Mesh are you working with?&lt;br /&gt;Information about your network; number of nodes etc.&amp;nbsp;&lt;br /&gt;What phone model and OS version?&lt;/p&gt;
&lt;p&gt;The more information you can add, the easier it will be for us to support you.&lt;/p&gt;
&lt;p&gt;Best regards,&amp;nbsp;&lt;br /&gt;Joakim&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>