<?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>Can the nRF9106 be used as an always on server ?</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/81081/can-the-nrf9106-be-used-as-an-always-on-server</link><description>Hello, 
 [this question is related to this other question ] 
 I am using the nRF9160 SoC, the modem has firmware version 1.3.0 and the Nordic SDK is v1.5.0. 
 My goal is to port an existing application to run on the Nordic nRF9160. The application operates</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 23 Nov 2021 07:32:19 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/81081/can-the-nrf9106-be-used-as-an-always-on-server" /><item><title>RE: Can the nRF9106 be used as an always on server ?</title><link>https://devzone.nordicsemi.com/thread/340237?ContentTypeID=1</link><pubDate>Tue, 23 Nov 2021 07:32:19 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:72c0b0d1-b6ee-4e6c-be48-022864db87f7</guid><dc:creator>NelsonGoncalves</dc:creator><description>&lt;p&gt;Well, updating to the latest firmware on the modem and the latest NCS SDK fixed my issues. So probably it was a bug, maybe it was in the NCS part that interacts with the modem firmware.&lt;/p&gt;
&lt;p&gt;Given that now my setup is working as we expect, and that the root cause was likely one or more bugs that seem to be fixed, this ticket can be closed.&lt;/p&gt;
&lt;p&gt;Hakon, thanks for your time and patience.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;&amp;nbsp;Nelson Gon&amp;ccedil;alves&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Can the nRF9106 be used as an always on server ?</title><link>https://devzone.nordicsemi.com/thread/339671?ContentTypeID=1</link><pubDate>Thu, 18 Nov 2021 14:16:55 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:bdff38fb-e616-4c72-b662-e814aee968bb</guid><dc:creator>Hakon</dc:creator><description>[quote user="NelsonGoncalves"]So, to refine my question a little: are there other known similar issues to this one ?&amp;nbsp;[/quote]
&lt;p&gt;I don&amp;#39;t think so. In fact, it&amp;#39;s very strange that the transition from NCS 1.5 to 1.7 made a difference, since the LTE connection reestablishment is handled entirely by the modem. If there was a bug, it would&amp;#39;ve been in the modem firmware in any case.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Can the nRF9106 be used as an always on server ?</title><link>https://devzone.nordicsemi.com/thread/339072?ContentTypeID=1</link><pubDate>Mon, 15 Nov 2021 15:56:20 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a51197f5-3b56-41ff-95b7-5f6014f0591b</guid><dc:creator>NelsonGoncalves</dc:creator><description>&lt;p&gt;I mean that there is no automatic reconnection after the network kicks the modem out.&lt;/p&gt;
&lt;p&gt;I suspect this was a bug that got fixed between NCS v1.50 (it was present) and NCS v1.7.0 (not present anymore) , because once I use the latter SDK version to build and run my test application I did not experience these issues anymore.&lt;/p&gt;
&lt;p&gt;So, to refine my question a little: are there other known similar issues to this one ?&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Can the nRF9106 be used as an always on server ?</title><link>https://devzone.nordicsemi.com/thread/338647?ContentTypeID=1</link><pubDate>Thu, 11 Nov 2021 17:44:07 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9d60e61a-f9ce-4df8-a06d-52b9f233b170</guid><dc:creator>Hakon</dc:creator><description>[quote user="NelsonGoncalves"]Is this considered normal behaviour ? Or is it related to one or more bugs that Nordic is currently fixing ?[/quote]
&lt;p&gt;Do you mean getting kicked from the network is not normal, or not reconnecting after is not normal? You should get reconnected automatically I believe, or at least an attempt to reconnect, so that would be a bug if it doesn&amp;#39;t.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Can the nRF9106 be used as an always on server ?</title><link>https://devzone.nordicsemi.com/thread/338055?ContentTypeID=1</link><pubDate>Tue, 09 Nov 2021 07:28:57 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:102d38cd-eb8d-42f6-9ad0-e1681da8478c</guid><dc:creator>NelsonGoncalves</dc:creator><description>&lt;p&gt;Hello Hakon,&lt;/p&gt;
&lt;p&gt;I obviously understand that the network operation is outside the control of Nordic. And that no matter how good the quality control is at Nordic, bugs can still be present.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;For us, &amp;quot;always on&amp;quot; means that the device runs a server which can be reached at any time by a remote client. In our particular case, this implies that the device is always registered on the network, has a valid IP and has a listening TCP socket always open and always reachable.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;So far this has been possible with the telecom networks that we have used (mostly in Europe, but also elsewhere) and using LTE CAT-M modems from other manufacturers.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;What took us by surprise, in the case of the nRF9160, was &lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/79906/nrf9160-goes-to-sleep-and-becomes-stuck-in-idle-task"&gt;this issue&lt;/a&gt;: the modem is kicked out of the network after about 50 minutes and does not re-connect automatically.&lt;/p&gt;
&lt;p&gt;Our first impression is that our application will need&amp;nbsp;to redo the network setup and registration procedure at least once per hour, and thus will be offline for a couple of minutes every hour.&lt;/p&gt;
&lt;p&gt;Is this considered normal behaviour ? Or is it related to one or more bugs that Nordic is currently fixing ?&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;&amp;nbsp;Nelson Gon&amp;ccedil;alves&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Can the nRF9106 be used as an always on server ?</title><link>https://devzone.nordicsemi.com/thread/336529?ContentTypeID=1</link><pubDate>Thu, 28 Oct 2021 14:23:20 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d410ea9b-f82c-40f2-b7df-10e6a63b87d9</guid><dc:creator>Hakon</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
[quote user=""]My question is: can the nRF9160 be used as an always on server ?[/quote]
&lt;p&gt;Nordic can&amp;#39;t guarantee that this will work flawlessly. You need to make sure that your operator won&amp;#39;t disconnect you from the tower, or anything else that is outside of Nordics control. I guess it depends on your definition of &amp;quot;always on server&amp;quot;. At least it isn&amp;#39;t possible in the literal sense.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>