<?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>NRF9160DK Zephyr slow boot when using NBIOT</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/59084/nrf9160dk-zephyr-slow-boot-when-using-nbiot</link><description>Hello, 
 i&amp;#39;m writing a code for NRF9160DK where i plan to send a HTTP POST request to a test server when i push BUTTON1 on DK. To achieve this result i studied separately how to use GPIO interrupt and HTTP Post basing my work on examples i found on nrf</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 16 Mar 2020 11:08:37 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/59084/nrf9160dk-zephyr-slow-boot-when-using-nbiot" /><item><title>RE: NRF9160DK Zephyr slow boot when using NBIOT</title><link>https://devzone.nordicsemi.com/thread/239962?ContentTypeID=1</link><pubDate>Mon, 16 Mar 2020 11:08:37 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:283eb976-77ca-48ca-9f8e-4f9dd2908bc5</guid><dc:creator>&amp;#216;yvind</dc:creator><description>&lt;p&gt;Sorry, please ignore my comment. You need to update the project in SES either way.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NRF9160DK Zephyr slow boot when using NBIOT</title><link>https://devzone.nordicsemi.com/thread/239913?ContentTypeID=1</link><pubDate>Mon, 16 Mar 2020 09:10:37 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:3256c920-a18b-450b-91c1-c359682b535e</guid><dc:creator>frax84</dc:creator><description>&lt;p&gt;Excuse me but i&amp;#39;m not sure if i understood: if i load a project and AFTER that i modify manually (i.e. by Notepad) the prj.conf file and AFTER that i &amp;quot;Build and Run&amp;quot; my project, the modifications of the prj.conf take effect or do i need to &amp;quot;Open nRF Connect SDK project&amp;quot; again before &amp;quot;Build and Run&amp;quot;?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NRF9160DK Zephyr slow boot when using NBIOT</title><link>https://devzone.nordicsemi.com/thread/239908?ContentTypeID=1</link><pubDate>Mon, 16 Mar 2020 09:03:42 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:155c6fa0-f62f-48d4-8cf9-819db65cec53</guid><dc:creator>&amp;#216;yvind</dc:creator><description>&lt;p&gt;Hello,&amp;nbsp;&lt;/p&gt;
[quote user="frax84"]It&amp;#39;s really important to note that&amp;nbsp;SES has some problem when updating the config file. It seems that i need to reload totally the entire project (close SES, reopen SES) to make che modifications to .config file takes effect. It&amp;#39;s highly probable it&amp;#39;s just me being a newbie and missing something about this. &lt;strong&gt;Can anyone tell me what&amp;#39;s the right method to update .config file?&lt;/strong&gt;[/quote]
&lt;p&gt;&amp;nbsp;Yes, this is currently how it works when updating the config file via Project -&amp;gt; Configure nRF Connect SDK project -&amp;gt; menuconfig.&amp;nbsp;You do not need to close SES, rather use File -&amp;gt; Open nRF Connect SDK project and reopen the project.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Another way is to manually update prj.conf outside of SES, and not use menuconfig.&lt;/p&gt;
&lt;p&gt;Kind regards,&lt;br /&gt;Øyvind&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NRF9160DK Zephyr slow boot when using NBIOT</title><link>https://devzone.nordicsemi.com/thread/239891?ContentTypeID=1</link><pubDate>Mon, 16 Mar 2020 08:18:28 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a372775c-6e3d-4558-a0e1-05f29b1e83c2</guid><dc:creator>frax84</dc:creator><description>&lt;p&gt;I want to inform you that i solved the problem. I heavily revised the config file of the project reading the proper documentation about zephyr project config options(&lt;a href="https://docs.zephyrproject.org/latest/reference/kconfig/index.html"&gt;here&lt;/a&gt;) and nrf config&amp;nbsp;options(&lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/reference/kconfig/index.html"&gt;here&lt;/a&gt;). For interested people, now my .config file is like this:&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;CONFIG_SERIAL=y
CONFIG_UART_0_NRF_UARTE=y

CONFIG_BSD_LIBRARY=y

CONFIG_NETWORKING=y
CONFIG_NET_SOCKETS=y
CONFIG_NET_NATIVE=y
CONFIG_NET_SOCKETS_OFFLOAD=y
CONFIG_NET_SOCKETS_POSIX_NAMES=y

CONFIG_HEAP_MEM_POOL_SIZE=8192
CONFIG_MAIN_STACK_SIZE=8192
CONFIG_SYSTEM_WORKQUEUE_STACK_SIZE=4096
CONFIG_OFFLOAD_WORKQUEUE_STACK_SIZE=4096

CONFIG_LTE_LINK_CONTROL=y&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;It&amp;#39;s really important to note that&amp;nbsp;SES has some problem when updating the config file. It seems that i need to reload totally the entire project (close SES, reopen SES) to make che modifications to .config file takes effect. It&amp;#39;s highly probable it&amp;#39;s just me being a newbie and missing something about this. &lt;strong&gt;Can anyone tell me what&amp;#39;s the right method to update .config file?&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;By the way, now i&amp;#39;m able to push the button1, trigger the interrupt and send an http-post based on this interrupt.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>