<?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>How to change the asset tracker&amp;#39;s AWS URL to a fixed IP address</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/50299/how-to-change-the-asset-tracker-s-aws-url-to-a-fixed-ip-address</link><description>Hi, Does anyone know how to modify the asset tracker so that rather than point to the AWS URL it points to a fixed IP address? 
 Also is the port number fixed?</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 29 Jul 2019 14:49:47 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/50299/how-to-change-the-asset-tracker-s-aws-url-to-a-fixed-ip-address" /><item><title>RE: How to change the asset tracker's AWS URL to a fixed IP address</title><link>https://devzone.nordicsemi.com/thread/201030?ContentTypeID=1</link><pubDate>Mon, 29 Jul 2019 14:49:47 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e95f3c1b-81c8-49a1-af92-3a69678f148b</guid><dc:creator>bjorn-spockeli</dc:creator><description>&lt;p&gt;Hi Ian,&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I think you should only have to change the following configs in the nRF_Cloud library Kconfig file in&amp;nbsp;&lt;a href="https://github.com/NordicPlayground/fw-nrfconnect-nrf/blob/master/subsys/net/lib/nrf_cloud/Kconfig"&gt;subsys/net/lib/nrf_cloud/&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="c_cpp"&gt;config NRF_CLOUD_STATIC_IPV4
	bool &amp;quot;Enable use of static IPv4&amp;quot;
	default y

config NRF_CLOUD_STATIC_IPV4_ADDR
	string &amp;quot;Static IPv4 address&amp;quot;
	depends on NRF_CLOUD_STATIC_IPV4
	default &amp;quot;192.168.2.2&amp;quot;

config NRF_CLOUD_PORT
	int &amp;quot;nRF Cloud server port&amp;quot;
	default 8883&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;Best regards&lt;/p&gt;
&lt;p&gt;Bjørn&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>