<?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>upload http_client</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/59432/upload-http_client</link><description>hello team, 
 I&amp;#39;m using nRF CONNECT 3.3.0, SEGGER Embedded studio IDE with Cmake version 3.16.5 and SDK 
 my device (nRF9160DK) is connected with system but SEGGER Embedded give me that error 
 
 
 other hand I tried with nRF connect so I&amp;#39;m sure that</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 14 Apr 2020 11:40:24 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/59432/upload-http_client" /><item><title>RE: upload http_client</title><link>https://devzone.nordicsemi.com/thread/244413?ContentTypeID=1</link><pubDate>Tue, 14 Apr 2020 11:40:24 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:57237394-e4c4-4c0f-bfc6-97aab74167b8</guid><dc:creator>Martin Lesund</dc:creator><description>&lt;p&gt;Since you do not want to use TLS, you can set that to None.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: upload http_client</title><link>https://devzone.nordicsemi.com/thread/243596?ContentTypeID=1</link><pubDate>Mon, 06 Apr 2020 10:10:45 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:fc39dc38-7a3d-465a-b765-4949dc4180c9</guid><dc:creator>Shekhar Suthar</dc:creator><description>&lt;p&gt;hey &lt;a href="https://devzone.nordicsemi.com/members/male"&gt;Martin Lesund&lt;/a&gt;&lt;/p&gt;
[quote userid="66115" url="~/f/nordic-q-a/59432/upload-http_client/243388"]Try to &lt;a href="https://github.com/NordicPlayground/fw-nrfconnect-nrf/blob/master/samples/nrf9160/https_client/src/main.c#L122" rel="noopener noreferrer" target="_blank"&gt;set none to the verification&lt;/a&gt;.[/quote]
&lt;p&gt;That thing worked for me Thank you for your help &lt;/p&gt;
&lt;p&gt;So can you explain me that why we did this? seems like this is not a ideal way so.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: upload http_client</title><link>https://devzone.nordicsemi.com/thread/243388?ContentTypeID=1</link><pubDate>Fri, 03 Apr 2020 11:53:52 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:7813b030-7788-4365-a603-f1845f4989f4</guid><dc:creator>Martin Lesund</dc:creator><description>&lt;p&gt;Try to &lt;a href="https://github.com/NordicPlayground/fw-nrfconnect-nrf/blob/master/samples/nrf9160/https_client/src/main.c#L122" rel="noopener noreferrer" target="_blank"&gt;set none to the verification&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;Please share the full code so I could try to reproduce the issue.&lt;br /&gt;(We can make this case private if there is sensitive information)&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: upload http_client</title><link>https://devzone.nordicsemi.com/thread/242484?ContentTypeID=1</link><pubDate>Mon, 30 Mar 2020 14:37:25 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:539a021b-20f2-44b4-b440-ec682ad8ae8e</guid><dc:creator>Shekhar Suthar</dc:creator><description>&lt;p&gt;hey &lt;a href="https://devzone.nordicsemi.com/members/male"&gt;Martin Lesund&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;I want get and post some JSON data on a server by http protocol with is secure but I&amp;#39;m getting this error&lt;/p&gt;
&lt;p&gt;&lt;img src="https://devzone.nordicsemi.com/resized-image/__size/320x240/__key/communityserver-discussions-components-files/4/0028.Capture.PNG" alt=" " /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: upload http_client</title><link>https://devzone.nordicsemi.com/thread/242469?ContentTypeID=1</link><pubDate>Mon, 30 Mar 2020 14:17:45 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:693c9763-11c7-4293-9e45-5bc60832ed43</guid><dc:creator>Martin Lesund</dc:creator><description>&lt;p&gt;Q1: For HTTP&lt;strong&gt;S&lt;/strong&gt; it is.&lt;/p&gt;
&lt;p&gt;It does sound like you want to connect just to a server using HTTP?&lt;br /&gt;Are you aware of the &lt;a href="https://seopressor.com/blog/http-vs-https/" rel="noopener noreferrer" target="_blank"&gt;difference between HTTP and HTTPS?&lt;/a&gt;&lt;br /&gt;You could use regular HTTP if you do not want to use certificates for security.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Q2: This is most likely caused by something else. Cannot say without any serial logs etc. Try to enable debug logs from the necessary modules.&lt;br /&gt;note that for the https sample you would also need to change the hostname another place in &lt;a href="https://github.com/NordicPlayground/fw-nrfconnect-nrf/blob/master/samples/nrf9160/https_client/src/main.c#L184" rel="noopener noreferrer" target="_blank"&gt;the code as well.&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: upload http_client</title><link>https://devzone.nordicsemi.com/thread/242424?ContentTypeID=1</link><pubDate>Mon, 30 Mar 2020 13:04:03 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:67059eae-f036-4ad4-b5ea-82936b9ee12d</guid><dc:creator>Shekhar Suthar</dc:creator><description>&lt;p&gt;Que1) is that necessary to give any certificate for HTTPS connection by nRF9160 ?&lt;/p&gt;
&lt;p&gt;Is there any option with out certificate and fingerprints may be ??&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Que2) if I used this URL the device rebooting again and again it not even enter in main()&lt;/p&gt;
&lt;p&gt;&lt;img src="https://devzone.nordicsemi.com/resized-image/__size/320x240/__key/communityserver-discussions-components-files/4/3324.Capture.PNG" alt=" " /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: upload http_client</title><link>https://devzone.nordicsemi.com/thread/242415?ContentTypeID=1</link><pubDate>Mon, 30 Mar 2020 12:49:42 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f0df47b4-8d81-450c-9b0c-a17d8e6a169f</guid><dc:creator>Martin Lesund</dc:creator><description>&lt;p&gt;It depends on what you want to achieve. e.g&amp;nbsp;&lt;em&gt;Default sample connects to www.google.com which needs&amp;nbsp;&lt;span&gt;a X.509 certificate&amp;nbsp;provided in the samples/nrf9160/https_client/cert folder.&lt;/span&gt;&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Connect to your own server, what type of server?&lt;/strong&gt;&lt;br /&gt;--&amp;gt;&amp;nbsp;&lt;span&gt;To connect to other servers, you might need to provision a different certificate. You can download a certificate for a given server using your web browser. Alternatively, you can obtain it from a dedicated website like&amp;nbsp;&lt;/span&gt;&lt;a href="https://www.ssllabs.com/ssltest/"&gt;SSL Labs&lt;/a&gt;&lt;span&gt;.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Then you can put the certificate in PEM format as instructed in the doc.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;The certificate is provisioned in the &lt;a href="https://github.com/NordicPlayground/fw-nrfconnect-nrf/blob/master/samples/nrf9160/https_client/src/main.c#L64" rel="noopener noreferrer" target="_blank"&gt;cert_provision() function&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;br /&gt;Where do you put this &amp;quot;URL&amp;quot;? Please provide more details to help me understand the issue.&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: upload http_client</title><link>https://devzone.nordicsemi.com/thread/242405?ContentTypeID=1</link><pubDate>Mon, 30 Mar 2020 12:16:53 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:bf489089-ffee-4399-9f76-46c01d6295b3</guid><dc:creator>Shekhar Suthar</dc:creator><description>&lt;p&gt;hey &lt;a href="https://devzone.nordicsemi.com/members/male"&gt;Martin Lesund&lt;/a&gt; thank for you time&lt;br /&gt;&amp;nbsp;tell me some other way to get this because in this we need ROOT_CA certificate right ?? an I don&amp;#39;t think so this is ideal ans some security issue&lt;/p&gt;
&lt;p&gt;One more thing I want to know that do we have length limits of URL because when I used a long URL (100+ char) to get JSON its reboot device ?&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: upload http_client</title><link>https://devzone.nordicsemi.com/thread/242395?ContentTypeID=1</link><pubDate>Mon, 30 Mar 2020 12:05:49 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:72fd4360-8757-4968-96e9-e3b2f61261fe</guid><dc:creator>Martin Lesund</dc:creator><description>&lt;p&gt;Hi Shekhar,&lt;/p&gt;
&lt;p&gt;Let us focus on one sample at the time and try to make that work.&lt;/p&gt;
&lt;p&gt;The&lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/samples/nrf9160/https_client/README.html" rel="noopener noreferrer" target="_blank"&gt; HTTPS client sample&lt;/a&gt; from the official NCS repo.&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;It&amp;#39;s hard to say what the exact issue is without more information.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;What changes have you done to the default sample?&lt;br /&gt;&lt;br /&gt;&lt;/strong&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;em&gt;This is the output from running the default sample:&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;&lt;img src="https://devzone.nordicsemi.com/resized-image/__size/320x240/__key/support-attachments/beef5d1b77644c448dabff31668f3a47-0a294cad8abb44eea8cbc3ad00c9a910/pastedimage1585569949785v1.png" alt=" " /&gt;&lt;/em&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: upload http_client</title><link>https://devzone.nordicsemi.com/thread/242306?ContentTypeID=1</link><pubDate>Mon, 30 Mar 2020 08:05:12 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c69f35b5-954c-4aec-87ed-9e09b8513b6b</guid><dc:creator>Shekhar Suthar</dc:creator><description>&lt;p&gt;any update &lt;a href="https://devzone.nordicsemi.com/members/male"&gt;Martin Lesund&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: upload http_client</title><link>https://devzone.nordicsemi.com/thread/242304?ContentTypeID=1</link><pubDate>Mon, 30 Mar 2020 08:03:07 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f92d4f64-ea78-46d5-ae58-1cea04fdb5d5</guid><dc:creator>Shekhar Suthar</dc:creator><description>&lt;p&gt;can someone help me out&amp;nbsp; ????&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: upload http_client</title><link>https://devzone.nordicsemi.com/thread/242042?ContentTypeID=1</link><pubDate>Fri, 27 Mar 2020 09:51:38 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c48d067c-4607-4631-9f01-aa27f4d146fa</guid><dc:creator>Shekhar Suthar</dc:creator><description>&lt;p&gt;hello&amp;nbsp;&lt;a href="https://devzone.nordicsemi.com/"&gt;Nordic DevZone&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;I&amp;#39;m stilling facing the same issue, I&amp;#39;m trying with 3 4 url to get some results but all time the result s same as here in image.&lt;/p&gt;
&lt;p&gt;&lt;img alt=" " src="https://devzone.nordicsemi.com/resized-image/__size/320x240/__key/communityserver-discussions-components-files/4/8171.Capture1.PNG" /&gt;&lt;/p&gt;
&lt;p&gt;as per I got two different example and I tried both of them&amp;nbsp; and the link are here &amp;gt;&amp;nbsp;&amp;nbsp;&lt;a href="https://github.com/NordicPlayground/fw-nrfconnect-nrf/blob/master/samples/nrf9160/https_client/src/main.c" rel="noopener noreferrer" target="_blank"&gt;example1&lt;/a&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;a href="https://github.com/Rallare/fw-nrfconnect-nrf/tree/nrf9160_samples/samples/nrf9160/https_simple" rel="noopener noreferrer" target="_blank"&gt;example2&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;one more thing I want to know that do we have length limits of url because when I used a long url to get JSON its reboot device ? &lt;/p&gt;
&lt;p&gt;So please help me out&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: upload http_client</title><link>https://devzone.nordicsemi.com/thread/241912?ContentTypeID=1</link><pubDate>Thu, 26 Mar 2020 15:11:20 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:59a55e54-9e74-42b6-86f5-66fb9813bbdc</guid><dc:creator>Shekhar Suthar</dc:creator><description>&lt;p&gt;hey &lt;a href="https://devzone.nordicsemi.com/members/male"&gt;Martin Lesund&lt;/a&gt; &lt;/p&gt;
&lt;p&gt;I&amp;#39;m using that example &lt;a title="Example " href="https://github.com/NordicPlayground/fw-nrfconnect-nrf/tree/master/samples/nrf9160/https_client" rel="noopener noreferrer" target="_blank"&gt;here &lt;br /&gt;&lt;/a&gt;it&amp;#39;s seems like they need me to put Root-CA certificate pi pem format .&lt;/p&gt;
&lt;p&gt;I&amp;#39;m still looking answer for que C) in my last post&lt;/p&gt;
&lt;p&gt;Yes, looked here (It has a section on how you &lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/samples/nrf9160/https_client/README.html#obtaining-a-certificate" rel="noopener noreferrer" target="_blank"&gt;obtain a certificate.&lt;/a&gt;)&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: upload http_client</title><link>https://devzone.nordicsemi.com/thread/241900?ContentTypeID=1</link><pubDate>Thu, 26 Mar 2020 14:42:46 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:bfd8a6af-742d-4474-84e1-e33f22122b9c</guid><dc:creator>Martin Lesund</dc:creator><description>&lt;p&gt;Hi,&lt;br /&gt;Have you looked at &lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/samples/nrf9160/https_client/README.html#nrf9160-https-client" rel="noopener noreferrer" target="_blank"&gt;the sample documentation?&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;It has a section on how you &lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/samples/nrf9160/https_client/README.html#obtaining-a-certificate" rel="noopener noreferrer" target="_blank"&gt;obtain a certificate.&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;(&lt;em&gt;And it can be &lt;/em&gt;&lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrfxlib/bsdlib/doc/security_tags.html" rel="noopener noreferrer" target="_blank"&gt;&lt;em&gt;provisioned in different ways&lt;/em&gt;.&lt;/a&gt;)&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: upload http_client</title><link>https://devzone.nordicsemi.com/thread/241718?ContentTypeID=1</link><pubDate>Thu, 26 Mar 2020 06:45:44 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:65d7d4b7-a021-4d06-b0c3-382aaddba14d</guid><dc:creator>Shekhar Suthar</dc:creator><description>&lt;p&gt;I hope that error was over some and now I got output like this&lt;/p&gt;
&lt;p&gt;&lt;img alt=" " src="https://devzone.nordicsemi.com/resized-image/__size/320x240/__key/communityserver-discussions-components-files/4/pastedimage1585205132267v1.png" /&gt;&lt;/p&gt;
&lt;p&gt;A)&amp;nbsp; that mean now its runing and waiting for&lt;strong&gt; ROOT-CA certificate&lt;/strong&gt; and in example there is certificate so that will work or I need to change that&amp;nbsp; ???&lt;/p&gt;
&lt;p&gt;B)&amp;nbsp; we all know NO one like to put &lt;strong&gt;ROOT_CA certificate &lt;/strong&gt;so is there any other way to work on that like if we can use fingerprint ???&lt;/p&gt;
&lt;p&gt;C) Is that necessary to use that certificate in code as per example&amp;nbsp; ???&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: upload http_client</title><link>https://devzone.nordicsemi.com/thread/241687?ContentTypeID=1</link><pubDate>Wed, 25 Mar 2020 21:42:56 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c4b106a0-7b39-455b-ad98-0ce28b54a153</guid><dc:creator>Luk&amp;#225;š</dc:creator><description>&lt;p&gt;We have the same issue with SES 4.42a. We are not able to write multiple times. After first firmware writes, it breaks up and you need to use nRF Prog to erase the flash. Then you can write again. SES 4.30 works well.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: upload http_client</title><link>https://devzone.nordicsemi.com/thread/241634?ContentTypeID=1</link><pubDate>Wed, 25 Mar 2020 15:32:52 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:50d3bfb1-0d60-4645-a82a-4bdf6ab77224</guid><dc:creator>Martin Lesund</dc:creator><description>&lt;p&gt;Hi,&lt;br /&gt;Please make sure to erase the flash before you flash a new image to make sure there is no &amp;quot;garbage&amp;quot; in the flash to affect this.&lt;br /&gt;Are you flashing the &lt;strong&gt;merged.hex&lt;/strong&gt; file?&lt;br /&gt;Are you able to flash the precompiled &lt;a href="https://www.nordicsemi.com/Software-and-tools/Development-Kits/nRF9160-DK/Download#infotabs" rel="noopener noreferrer" target="_blank"&gt;applications in the .zip folder?&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: upload http_client</title><link>https://devzone.nordicsemi.com/thread/241500?ContentTypeID=1</link><pubDate>Wed, 25 Mar 2020 07:00:34 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b7db68a2-1b7e-4c6f-bcae-28bf0618a830</guid><dc:creator>Shekhar Suthar</dc:creator><description>&lt;p&gt;hello &lt;a href="https://devzone.nordicsemi.com/members/didrik-rokhaug"&gt;Didrik Rokhaug&lt;/a&gt; I followed your mentioned step and get the the output as in image again and again I thing device is rebooting its not able to enter in main() .&lt;/p&gt;
&lt;p&gt;&lt;img src="https://devzone.nordicsemi.com/resized-image/__size/320x240/__key/communityserver-discussions-components-files/4/53804.Capture.PNG" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;I&amp;#39;m uploading &lt;a title="example" href="https://github.com/NordicPlayground/fw-nrfconnect-nrf/blob/master/samples/nrf9160/https_client/src/main.c"&gt;https://github.com/NordicPlayground/fw-nrfconnect-nrf/blob/master/samples/nrf9160/https_client/src/main.c&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;I&amp;#39;m reading various technical blogs regarding that but not getting the proper reason&amp;nbsp; behind that hope you can help me on that too&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: upload http_client</title><link>https://devzone.nordicsemi.com/thread/241374?ContentTypeID=1</link><pubDate>Tue, 24 Mar 2020 12:54:07 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a5efb110-158d-4101-9545-9f9f3dbd9ea5</guid><dc:creator>Didrik Rokhaug</dc:creator><description>&lt;p&gt;Do you mean a guide for how to use the Programmer application with the nRF91 DK?&lt;/p&gt;
&lt;p&gt;We do not have that at the moment, as far as I know.&lt;/p&gt;
&lt;p&gt;However, we do have such a guide for the Thingy:91: &lt;a href="https://infocenter.nordicsemi.com/topic/ug_thingy91/UG/thingy91/firmware_update/updating_app_fw_nRF9160_debugprobe.html"&gt;https://infocenter.nordicsemi.com/topic/ug_thingy91/UG/thingy91/firmware_update/updating_app_fw_nRF9160_debugprobe.html&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Step number 2 and 4a are not necessary for the DK, as there is an on-board debugger. In step 4c, you should choose the entry for the nRF91 DK (PCA10090).&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: upload http_client</title><link>https://devzone.nordicsemi.com/thread/241352?ContentTypeID=1</link><pubDate>Tue, 24 Mar 2020 12:01:19 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:368dfa12-e7be-4c3e-88cc-da4b7bd79404</guid><dc:creator>Shekhar Suthar</dc:creator><description>&lt;p&gt;Thanks &lt;a href="https://devzone.nordicsemi.com/members/didrik-rokhaug"&gt;Didrik Rokhaug&lt;/a&gt; for you response.&lt;/p&gt;
&lt;p&gt;what about if I want to use nRF connect can you send me any link&amp;nbsp; Doc to upload my hex file in nRF9160 &lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: upload http_client</title><link>https://devzone.nordicsemi.com/thread/241348?ContentTypeID=1</link><pubDate>Tue, 24 Mar 2020 11:45:44 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:62d60265-fcb7-4bf3-b0da-363882ac4e05</guid><dc:creator>Didrik Rokhaug</dc:creator><description>&lt;p&gt;Hi.&lt;/p&gt;
&lt;p&gt;We are aware of several problems with Segger Embedded Studio v4.4.2 (Nordic Edition). We are working on solving them and should have a new version available soon.&lt;/p&gt;
&lt;p&gt;When using the Programmer application to flash the device, you should use the merged.hex file found in &amp;lt;your build folder&amp;gt;/zephyr.&lt;/p&gt;
&lt;p&gt;You should be able to solve your problem by issuing an erase-all before programming. If you are using nrfjprog from the command line, the command would be &amp;quot;nrfjprog -e&amp;quot;.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Didrik&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>