<?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>Running a HTTP server with Ibasis SIM card</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/113523/running-a-http-server-with-ibasis-sim-card</link><description>Hi, 
 Is it possible to run an HTTP server with an Ibasis sim card? and how can I give my nRF9160 DK a static IP? 
 Thanks in advance for the effort</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 01 Aug 2024 13:09:48 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/113523/running-a-http-server-with-ibasis-sim-card" /><item><title>RE: Running a HTTP server with Ibasis SIM card</title><link>https://devzone.nordicsemi.com/thread/496639?ContentTypeID=1</link><pubDate>Thu, 01 Aug 2024 13:09:48 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a508d8b1-2ba0-4650-8869-cd67f2b1a36e</guid><dc:creator>Charlie</dc:creator><description>&lt;p&gt;The default iBasis card with nRF9160DK cannot get fixed/static IP. You need to check with your preferred network operator if they provide this service.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Running a HTTP server with Ibasis SIM card</title><link>https://devzone.nordicsemi.com/thread/496636?ContentTypeID=1</link><pubDate>Thu, 01 Aug 2024 13:05:53 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:7299a829-9963-4642-b46c-4db4683e2b71</guid><dc:creator>nathanb</dc:creator><description>&lt;p&gt;So with an iBASIS sim card that one obtained when purchasing an nRF9160 DK is not possible and one must request a sim card from another operator with a fixed/static Ip address and special PDP configuration?&lt;/p&gt;
&lt;p&gt;Kind regards&lt;br /&gt;Nathan&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Running a HTTP server with Ibasis SIM card</title><link>https://devzone.nordicsemi.com/thread/496622?ContentTypeID=1</link><pubDate>Thu, 01 Aug 2024 12:39:15 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:18d794f2-cd52-467d-a414-1b196365147c</guid><dc:creator>Charlie</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Sorry for misleading, I did not realize cellular devices are also supported in this sample before. This sample&amp;nbsp;demonstrates&amp;nbsp;a light usage of http sever for LED control.&lt;/p&gt;
&lt;p&gt;Following content are related to SIM card fixed/static IP requirements, you need to check with your MNO if they can provide SIM card with&amp;nbsp;&lt;span&gt;fixed/static and configure it with special PDP configuration.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;When running the server on a cellular board, you are dependent on a SIM card with a fixed/static IP to be reachable from the global Internet. These SIM cards can be provided by Mobile Network Operators (MNO) and are often referred to as IoT SIM cards.&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;To use a static SIM card, you may need to instruct the modem to use a specific Access Point Name (APN). This can be carried out by setting the following options:&lt;/em&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;&lt;em&gt;&lt;a title="(in Kconfig reference v&amp;amp;nbsp;)" href="https://docs.nordicsemi.com/bundle/ncs-2.6.0/page/kconfig/index.html#CONFIG_PDN_DEFAULTS_OVERRIDE"&gt;&lt;code&gt;&lt;span&gt;CONFIG_PDN_DEFAULTS_OVERRIDE&lt;/span&gt;&lt;/code&gt;&lt;/a&gt;&amp;nbsp;- Used to override the default PDP context configuration. Set the option to&amp;nbsp;&lt;code&gt;&lt;span&gt;y&lt;/span&gt;&lt;/code&gt;&amp;nbsp;to override the default PDP context configuration.&lt;/em&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;em&gt;&lt;a title="(in Kconfig reference v&amp;amp;nbsp;)" href="https://docs.nordicsemi.com/bundle/ncs-2.6.0/page/kconfig/index.html#CONFIG_PDN_DEFAULT_APN"&gt;&lt;code&gt;&lt;span&gt;CONFIG_PDN_DEFAULT_APN&lt;/span&gt;&lt;/code&gt;&lt;/a&gt;&amp;nbsp;- Used for manual configuration of the APN. An example is&amp;nbsp;&lt;code&gt;&lt;span&gt;apn.example.com&lt;/span&gt;&lt;/code&gt;.&lt;/em&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Charlie&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Running a HTTP server with Ibasis SIM card</title><link>https://devzone.nordicsemi.com/thread/496594?ContentTypeID=1</link><pubDate>Thu, 01 Aug 2024 11:02:26 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:34f4a91e-d857-4522-84e7-21a0c7f5fe6f</guid><dc:creator>nathanb</dc:creator><description>&lt;p&gt;thanks for the information but nordic has a page where they explain how to run an HTTP server on a Nordic device over LTE or WiFi: &lt;a id="" href="https://docs.nordicsemi.com/bundle/ncs-latest/page/nrf/samples/net/http_server/README.html"&gt;https://docs.nordicsemi.com/bundle/ncs-latest/page/nrf/samples/net/http_server/README.html&lt;/a&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;There is also on the 2.6.1v SDK an HTTP server sample (nrf/samples/net/http_server). But I find it just vague how I should run this.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Running a HTTP server with Ibasis SIM card</title><link>https://devzone.nordicsemi.com/thread/496403?ContentTypeID=1</link><pubDate>Wed, 31 Jul 2024 11:56:59 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e0398328-d5d5-4d15-8b8b-53724ff7d53b</guid><dc:creator>Charlie</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;It would be very challenging and I did not see other developers have tried this before.&lt;/p&gt;
&lt;p&gt;&lt;span&gt;1) HTTP server&lt;/span&gt; which normally running on a PC which is too &amp;quot;heavy&amp;quot; for a IoT device like nRF9160 which have very limited resource and computing power.&lt;/p&gt;
&lt;p&gt;2) Cellular device/SIM card do not have dedicated static IP address, this is decided by network operator. You may check with iBasis or other network operators could it be possible to get static IP for mobile device.&lt;/p&gt;
&lt;p&gt;&lt;a href="https://stackoverflow.com/questions/9370003/do-android-devices-have-a-static-ip-address"&gt;Do Android devices have a static IP address? - Stack Overflow&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Charlie&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>