<?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 send simple Hello message to server using nRF9160 and HTTP?</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/50422/how-send-simple-hello-message-to-server-using-nrf9160-and-http</link><description>Hi, 
 I am using nRF9160 DK with Zephyr RTOS and able to successfully build asset_tracker in SES with the help of getting started tutorial. But I have getting problem to send data to our own server. 
 Ques: 
 
 In asset_tracker example where should I</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 02 Aug 2019 07:34:58 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/50422/how-send-simple-hello-message-to-server-using-nrf9160-and-http" /><item><title>RE: How send simple Hello message to server using nRF9160 and HTTP?</title><link>https://devzone.nordicsemi.com/thread/202040?ContentTypeID=1</link><pubDate>Fri, 02 Aug 2019 07:34:58 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:12e3fb1c-cf19-4d7b-8332-0851e26922f3</guid><dc:creator>WENDELL V BOYD</dc:creator><description>&lt;p&gt;Hi Vishal. This is Wendell and I look after the APAC team for Nordic. I will contact you directly through email to help on this case.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How send simple Hello message to server using nRF9160 and HTTP?</title><link>https://devzone.nordicsemi.com/thread/201782?ContentTypeID=1</link><pubDate>Thu, 01 Aug 2019 09:13:36 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:3fc2d18f-3a26-4921-9662-b9b150589b2d</guid><dc:creator>vishal</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I am using&amp;nbsp;NCS v1.0.0 tag and when I changes in my proj.config here is below updated file:&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;CONFIG_BSD_LIBRARY=y
CONFIG_GPIO=n
CONFIG_SERIAL=y
CONFIG_STDOUT_CONSOLE=y
CONFIG_UART_INTERRUPT_DRIVEN=y
CONFIG_TEST_RANDOM_GENERATOR=y
CONFIG_NETWORKING=y
CONFIG_NET_BUF_USER_DATA_SIZE=1
CONFIG_NET_SOCKETS_OFFLOAD=y
CONFIG_NET_SOCKETS=y
CONFIG_NET_SOCKETS_POSIX_NAMES=y
CONFIG_NET_RAW_MODE=y
CONFIG_TRUSTED_EXECUTION_NONSECURE=y
CONFIG_HEAP_MEM_POOL_SIZE=1024
# LTE link control
CONFIG_LTE_LINK_CONTROL=y
CONFIG_LTE_AUTO_INIT_AND_CONNECT=n

# Enable Log, with debug messages and in place processing
CONFIG_LOG=y
CONFIG_LOG_DEFAULT_LEVEL=3
CONFIG_LOG_IMMEDIATE=y

# Main thread
CONFIG_MAIN_THREAD_PRIORITY=7
CONFIG_MAIN_STACK_SIZE=4096&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;But still stuck in Booting zephyr OS is as below logs on LTE link monitor:&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;SPM: NS image at 0xc000 
SPM: NS MSP at 0x200287a8 
SPM: NS reset vector at 0x126a5 
SPM: prepare to jump to Non-Secure image. 
***** Booting Zephyr OS build v1.14.99-ncs3-snapshot2-1-g9420e7247ba2 *****Code&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;What should I do to get proper Logs and work with LTE connection?&lt;/p&gt;
&lt;p&gt;One another important ques is My location is India so we are not able use ibasis SIM card due to not available their network, So can I use other local SIM that we are using in Mobile phone with LTE network such as Vodaphone, idea, reliance Jio etc ?&lt;/p&gt;
&lt;p&gt;Thanks...&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How send simple Hello message to server using nRF9160 and HTTP?</title><link>https://devzone.nordicsemi.com/thread/201768?ContentTypeID=1</link><pubDate>Thu, 01 Aug 2019 08:10:05 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f205e265-3ef4-4931-a9f4-49d6323af643</guid><dc:creator>AndreasF</dc:creator><description>&lt;p&gt;Hi.&lt;/p&gt;
&lt;p&gt;The http_application_update should work out of the box. Which tag are you running?&lt;/p&gt;
&lt;p&gt;Can you compare the logging settings you have in the http_application_update example to the logging settings in at_client or assert_tracker to see that they match?&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Andreas&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How send simple Hello message to server using nRF9160 and HTTP?</title><link>https://devzone.nordicsemi.com/thread/201646?ContentTypeID=1</link><pubDate>Wed, 31 Jul 2019 14:15:05 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:aba38666-ff65-4a5a-ae98-cbe2e38c8d66</guid><dc:creator>vishal</dc:creator><description>&lt;p&gt;Thanks for reply,&lt;/p&gt;
&lt;p&gt;I have flash merge.hex file of http post example but this example not working. I want to see debug and see their LOGS.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;How I can see LOG in printk(...); I have used LTE link monitor but unable to get single strength, here is below screen shot:&lt;/p&gt;
&lt;p&gt;&lt;img alt=" " src="https://devzone.nordicsemi.com/resized-image/__size/320x240/__key/communityserver-discussions-components-files/4/8357.error2.PNG" /&gt;&lt;/p&gt;
&lt;p&gt;How I can see debug log and&amp;nbsp; why not getting signal strength of Network?&lt;/p&gt;
&lt;p&gt;I have update modem with latest version using programmer.&lt;/p&gt;
&lt;p&gt;Thanks....&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How send simple Hello message to server using nRF9160 and HTTP?</title><link>https://devzone.nordicsemi.com/thread/201576?ContentTypeID=1</link><pubDate>Wed, 31 Jul 2019 12:29:29 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:48a97eca-62fa-494d-8504-c89ce5327cbd</guid><dc:creator>AndreasF</dc:creator><description>&lt;p&gt;Hi.&lt;/p&gt;
&lt;p&gt;This is unfortunately a bug with SEGGER, it has been reported and hopefully it will be fixed soon. The only workaround in the meantime seems to be to flash the kit multiple times with merged hex file.&lt;/p&gt;
&lt;p&gt;Ref:&lt;/p&gt;
&lt;p&gt;&lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/49514/nrf9160-ses-4-18-flash-erase-hanging"&gt;https://devzone.nordicsemi.com/f/nordic-q-a/49514/nrf9160-ses-4-18-flash-erase-hanging&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/49605/nrf9160-ses-4-18-sudden-weird-reflashing-after-debugging-session-started"&gt;https://devzone.nordicsemi.com/f/nordic-q-a/49605/nrf9160-ses-4-18-sudden-weird-reflashing-after-debugging-session-started&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Andreas&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How send simple Hello message to server using nRF9160 and HTTP?</title><link>https://devzone.nordicsemi.com/thread/201455?ContentTypeID=1</link><pubDate>Wed, 31 Jul 2019 08:53:52 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:17e02cb4-26d9-4f53-9fdc-777cc9af41c2</guid><dc:creator>vishal</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I got reference link for send simple message to server using HTTP&amp;nbsp;&lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/46094/how-to-make-http-post-no-libcurl"&gt;here.&lt;/a&gt;&amp;nbsp;I have import this project files in SES and successfully build but problem getting for upload hex file into nRF91 DK. when I try to upload merge.hex file into DK receiving below message:&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;img alt=" " src="https://devzone.nordicsemi.com/resized-image/__size/320x240/__key/communityserver-discussions-components-files/4/36755.error.PNG" /&gt;&lt;/p&gt;
&lt;p&gt;In SES target--&amp;gt; download file --&amp;gt; download intel hex file --&amp;gt; select merge.hex file&lt;/p&gt;
&lt;p&gt;But got above ERROR message.&lt;/p&gt;
&lt;p&gt;Thanks...!!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>