<?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>Configuring Multicell Location Without Building an App</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/83606/configuring-multicell-location-without-building-an-app</link><description>Hello, 
 My company is evaluating the Thingy:91, we&amp;#39;re interested in Multicell location lookups. My question is regarding the SDK, specifically if it&amp;#39;s possible to configure the location provider without having to write/build/flash a custom program. </description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 19 Jan 2022 08:34:43 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/83606/configuring-multicell-location-without-building-an-app" /><item><title>RE: Configuring Multicell Location Without Building an App</title><link>https://devzone.nordicsemi.com/thread/348425?ContentTypeID=1</link><pubDate>Wed, 19 Jan 2022 08:34:43 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:8567a71e-818a-4939-8856-7ade7111828b</guid><dc:creator>&amp;#216;yvind</dc:creator><description>&lt;p&gt;Hi Christian, based on the email I received, I see that you have been able to program your Thingy:91. Did this solve your issues? &lt;br /&gt;&lt;br /&gt;I&amp;#39;m adding a quick recap from the mail thread with my colleague Joakim.&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;Method 1: through external debug probe (Through nRF9160DK)&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;According to the guide you need to &lt;strong&gt;select the nRF9160DK&lt;/strong&gt; in the Programmer application.&lt;/li&gt;
&lt;li&gt;And you should use &lt;strong&gt;merged.hex&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;Guide: &lt;a href="https://infocenter.nordicsemi.com/topic/ug_thingy91_gsg/UG/thingy91_gsg/updating_fw_ext_probe.html"&gt;https://infocenter.nordicsemi.com/topic/ug_thingy91_gsg/UG/thingy91_gsg/updating_fw_ext_probe.html&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Method 2: through USB, using the already flashed bootloader (MCUboot)&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;In this scenario you need to &lt;strong&gt;select the Thingy:91&lt;/strong&gt; in the Programmer application.&lt;/li&gt;
&lt;li&gt;And use &lt;strong&gt;app_signed.hex&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;Guide: &amp;nbsp;&lt;a href="https://infocenter.nordicsemi.com/topic/ug_thingy91_gsg/UG/thingy91_gsg/updating_fw_usb.html"&gt;https://infocenter.nordicsemi.com/topic/ug_thingy91_gsg/UG/thingy91_gsg/updating_fw_usb.html&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;&amp;nbsp;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;If you have used method 1 and overwritten the bootloader, &lt;/strong&gt;you need to use method 1 and flash one of the precompiled images inside the folder img_app_bl (images containing bootloader) found inside the firmware zip on Thingy:91 product page under the download tab, this to recover the bootloader before you can use method 2.&lt;/p&gt;
&lt;p&gt;Precompiled images download: &lt;a href="https://www.nordicsemi.com/Products/Development-hardware/Nordic-Thingy-91/Download"&gt;https://www.nordicsemi.com/Products/Development-hardware/Nordic-Thingy-91/Download&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;For seeing which hex file to use in the different scenario, please see below table from the “working with Thingy:91” guide:&lt;/p&gt;
&lt;p&gt;&lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/ug_thingy91.html#building-and-programming-from-the-source-code"&gt;https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/ug_thingy91.html#building-and-programming-from-the-source-code&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;hr /&gt;
&lt;p&gt;When you are building a project targeting the Thingy:91, you must always build using build target:&lt;/p&gt;
&lt;p&gt;&lt;code&gt;&lt;span&gt;thingy91_nrf9160&lt;/span&gt;&lt;/code&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;for the secure version&lt;/p&gt;
&lt;p&gt;&lt;code&gt;&lt;span&gt;thingy91_nrf9160_ns&lt;/span&gt;&lt;/code&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;for the non-secure version&lt;/p&gt;
&lt;p&gt;Please read the &lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/1.8.0/nrf/ug_thingy91.html#working-with-thingy-91"&gt;Working with Thingy:91&lt;/a&gt; guide and the &lt;a href="https://infocenter.nordicsemi.com/topic/ug_thingy91_gsg/UG/thingy91_gsg/intro.html"&gt;Thingy:91&amp;nbsp;Getting Started&lt;/a&gt;&amp;nbsp;fo rmore information&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: Configuring Multicell Location Without Building an App</title><link>https://devzone.nordicsemi.com/thread/348295?ContentTypeID=1</link><pubDate>Tue, 18 Jan 2022 13:24:29 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c99b0a01-8e3d-4178-b0a2-2d35a213138c</guid><dc:creator>ricanontherun</dc:creator><description>[quote userid="112448" url="~/f/nordic-q-a/83606/configuring-multicell-location-without-building-an-app/348292#348292"]is completely unresponsive.[/quote]
&lt;p&gt;Adding some detail here. I had the DK hooked up to the Thingy:91. The DK was receiving power via a UDB cable, the Thingy:91 was NOT receiving external power. I ran the following commands, which resulted in the Thingy:91 showing the red error light, and I haven&amp;#39;t been able to use it since. It no longer is recognized by my laptop.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;west build -b nrf9160dk_nrf9160&lt;/p&gt;
&lt;p&gt;west flash erase&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;*Thingy:91 displays red LED*&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Configuring Multicell Location Without Building an App</title><link>https://devzone.nordicsemi.com/thread/348292?ContentTypeID=1</link><pubDate>Tue, 18 Jan 2022 13:21:37 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c6e7ee3a-3ba6-49b0-b079-5ad91b719498</guid><dc:creator>ricanontherun</dc:creator><description>&lt;p&gt;Okay, thanks for that information. I see that the PROG/DEBUG switch must be switched to the right target platform (nrf9160 in my case). What about the build target when running west build? Are these arguments appropriate?&lt;br /&gt;&lt;br /&gt;west build --pristine -b nrf9160dk_nrf9160_ns&lt;/p&gt;
&lt;p&gt;I&amp;#39;m asking because yesterday I tried this exact setup (before you confirmed it would work) and now 1 of my 2 Thingy:91 devices is completely unresponsive.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Configuring Multicell Location Without Building an App</title><link>https://devzone.nordicsemi.com/thread/348266?ContentTypeID=1</link><pubDate>Tue, 18 Jan 2022 11:48:07 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:03b4a242-8487-44e0-92a8-c1f4c67129fd</guid><dc:creator>&amp;#216;yvind</dc:creator><description>[quote user="ricanontherun"]When I run&amp;nbsp;nrfjprog --ids, I get the following output ... which is that of the development kit I believe.[/quote]
&lt;p&gt;Yes, this should reflect the number on the sticker on the back of the DK. When connected to the Thingy:91 with a debug cable, it will automatically program the Thingy:91. Make sure to set SW2 - SWD SELECT to either nR91 or nRF52.&amp;nbsp;&lt;/p&gt;
[quote user="ricanontherun"]I have a nrf9160 development kit, does that count as an external debugger?[/quote]
&lt;p&gt;Yes it does. The &lt;a href="https://infocenter.nordicsemi.com/topic/ug_nrf91_dk/UG/nrf91_DK/mcu_device_programming.html"&gt;onboard interface MCU&lt;/a&gt;&amp;nbsp;allows you to program the Thingy:91 as an external debugger.&amp;nbsp;There is more information on the &lt;a href="https://infocenter.nordicsemi.com/topic/ug_nrf91_dk/UG/nrf91_DK/hw_debug_out.html"&gt;debug out in the nRF9160 DK Hardware guide&lt;/a&gt;.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Hope this helps with your development&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Configuring Multicell Location Without Building an App</title><link>https://devzone.nordicsemi.com/thread/348074?ContentTypeID=1</link><pubDate>Mon, 17 Jan 2022 14:13:27 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ad6e609d-2e44-4681-8687-8ed8e9bcf40b</guid><dc:creator>ricanontherun</dc:creator><description>[quote userid="77062" url="~/f/nordic-q-a/83606/configuring-multicell-location-without-building-an-app/347847#347847"]&lt;p&gt;What do you mean firmware update has been smooth?&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;div class="quote-header"&gt;&lt;/div&gt;&lt;blockquote class="quote"&gt;&lt;div class="quote-user"&gt;&lt;/div&gt;&lt;/blockquote&gt;[/quote]
&lt;p&gt;Meaning I&amp;#39;ve been able to connect my Thingy:91 to my Macbook and update it&amp;#39;s firmware using the Programmer tool.&lt;/p&gt;
[quote userid="77062" url="~/f/nordic-q-a/83606/configuring-multicell-location-without-building-an-app/347847#347847"]Do you have a external JLink debugger? Remember that nrfjprog will only see devices connected through a JLink device.[/quote]
&lt;p&gt;&amp;nbsp;Interesting. I have a nrf9160 development kit, does that count as an external debugger? If so, do you have documentation available for how to configure the&amp;nbsp;devices? You can see in the linked image that I can connect them like so:&lt;/p&gt;
&lt;p&gt;&lt;img src="https://devzone.nordicsemi.com/resized-image/__size/320x240/__key/communityserver-discussions-components-files/4/1581.Image-from-iOS.jpg" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;When I run&amp;nbsp;nrfjprog --ids, I get the following output ... which is that of the development kit I believe.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;nrfjprog --ids&lt;br /&gt;960069774&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Configuring Multicell Location Without Building an App</title><link>https://devzone.nordicsemi.com/thread/347847?ContentTypeID=1</link><pubDate>Fri, 14 Jan 2022 21:27:00 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b96c6bb1-f93c-423f-9b68-34ab05b4594e</guid><dc:creator>&amp;#216;yvind</dc:creator><description>&lt;p&gt;Thanks for providing this information. This is correct.&amp;nbsp;&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;
[quote user="ricanontherun"]The firmware update process has been smooth[/quote]
&lt;p&gt;What do you mean firmware update has been smooth?&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
[quote user="ricanontherun"] flash to the device since&amp;nbsp;nrfjprog --ids returns nothing[/quote]
&lt;p&gt;Do you have a external JLink debugger? Remember that nrfjprog will only see devices connected through a JLink device.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Configuring Multicell Location Without Building an App</title><link>https://devzone.nordicsemi.com/thread/347806?ContentTypeID=1</link><pubDate>Fri, 14 Jan 2022 15:17:06 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:fc4259e6-3503-44ec-8e2e-407b82676607</guid><dc:creator>ricanontherun</dc:creator><description>&lt;p&gt;nrfjprog --version&lt;br /&gt;nrfjprog version: 10.15.2 external&lt;br /&gt;JLinkARM.dll version: 7.60a&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Configuring Multicell Location Without Building an App</title><link>https://devzone.nordicsemi.com/thread/347792?ContentTypeID=1</link><pubDate>Fri, 14 Jan 2022 14:12:41 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5d9a35a5-750a-46af-a9e9-d73762650b0d</guid><dc:creator>ricanontherun</dc:creator><description>&lt;p&gt;I&amp;#39;m able to see the Thingy:91, and send it AT commands via LTE Link Monitor, but I can&amp;#39;t seem to program it via west flash. That&amp;#39;s where I&amp;#39;m stuck.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Configuring Multicell Location Without Building an App</title><link>https://devzone.nordicsemi.com/thread/347790?ContentTypeID=1</link><pubDate>Fri, 14 Jan 2022 14:11:12 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:7b849922-54f0-4bc4-b745-10a1d1873a73</guid><dc:creator>ricanontherun</dc:creator><description>&lt;p&gt;Hey,&lt;/p&gt;
&lt;p&gt;Yes, I&amp;#39;ve walked through the firmware update instructions a few times, trying both the debug and non-debug versions of the Asset Tracker v2 firmware files. Nothing works. The firmware update process has been smooth, but I can&amp;#39;t seem to flash to the device since&amp;nbsp;nrfjprog --ids returns nothing. I&amp;#39;ve tried booting while pressing SW3 and SW4, neither of those buttons make a difference.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Configuring Multicell Location Without Building an App</title><link>https://devzone.nordicsemi.com/thread/347737?ContentTypeID=1</link><pubDate>Fri, 14 Jan 2022 11:03:00 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:dc68cdff-7a36-466e-b5e7-c7965a59cebc</guid><dc:creator>&amp;#216;yvind</dc:creator><description>&lt;p&gt;Hello,&amp;nbsp;&lt;br /&gt;Sorry to hear you are facing these issues. Have you followed the &lt;a href="https://infocenter.nordicsemi.com/topic/ug_thingy91_gsg/UG/thingy91_gsg/updating_fw.html"&gt;Thingy:91 Getting started - Updating&amp;nbsp;Nordic Thingy:91 firmware&lt;/a&gt;?&lt;/p&gt;
&lt;p&gt;&lt;img src="https://devzone.nordicsemi.com/resized-image/__size/320x240/__key/communityserver-discussions-components-files/4/pastedimage1642158107387v1.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;What version of nrfjprog are you running? Type in &lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier;"&gt;nrfjprog --version&lt;/span&gt; in your terminal and copy/paste information here&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Configuring Multicell Location Without Building an App</title><link>https://devzone.nordicsemi.com/thread/347667?ContentTypeID=1</link><pubDate>Thu, 13 Jan 2022 19:50:05 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a943517e-1b06-48af-9d4a-8895dd41cbcc</guid><dc:creator>ricanontherun</dc:creator><description>&lt;p&gt;Just following up, I&amp;#39;ve been able to configure and run the multicell_location sample on the nrf9160 DK I have. It&amp;#39;s still interesting that the Thingy:91 refuses to be recognized as a programmable board on my macbook.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Configuring Multicell Location Without Building an App</title><link>https://devzone.nordicsemi.com/thread/347632?ContentTypeID=1</link><pubDate>Thu, 13 Jan 2022 15:00:45 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:bc743e3a-5d14-4d7e-ab4a-5d7d08c3b41a</guid><dc:creator>ricanontherun</dc:creator><description>&lt;p&gt;Ah, I see. Okay, no problem. I was able to build the multicell_location sample, but trying to flash the build to my Thingy:91 yields the following error:&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p class="p1"&gt;&lt;span class="s1"&gt;➜&amp;nbsp;&lt;/span&gt;&lt;span class="s5"&gt;&lt;b&gt;✗ &lt;/b&gt;&lt;/span&gt;&lt;span class="s6"&gt;west flash --erase &lt;span class="Apple-converted-space"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class="p2"&gt;&lt;span class="s6"&gt;-- west flash: rebuilding&lt;/span&gt;&lt;/p&gt;
&lt;p class="p1"&gt;&lt;span class="s6"&gt;[0/11] Performing build step for &amp;#39;spm_subimage&amp;#39;&lt;/span&gt;&lt;/p&gt;
&lt;p class="p1"&gt;&lt;span class="s6"&gt;ninja: no work to do.&lt;/span&gt;&lt;/p&gt;
&lt;p class="p2"&gt;&lt;span class="s6"&gt;-- west flash: using runner nrfjprog&lt;/span&gt;&lt;/p&gt;
&lt;p class="p2"&gt;&lt;span class="s6"&gt;-- runners.nrfjprog: mass erase requested&lt;/span&gt;&lt;/p&gt;
&lt;p class="p3"&gt;&lt;span class="s6"&gt;FATAL ERROR: &amp;quot;nrfjprog --ids&amp;quot; did not find a board; is the board connected?&lt;/span&gt;&lt;/p&gt;
&lt;p class="p3"&gt;&lt;span class="s6"&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class="p3"&gt;&lt;span class="s6"&gt;I&amp;#39;m on a Macbook Pro (Intel CPU) ... why isn&amp;#39;t the board seen? As you can see, the LTE Link Monitor sees the board without an issue.&lt;/span&gt;&lt;/p&gt;
&lt;p class="p3"&gt;&lt;span class="s6"&gt;&lt;img src="https://devzone.nordicsemi.com/resized-image/__size/320x240/__key/communityserver-discussions-components-files/4/Screen-Shot-2022_2D00_01_2D00_13-at-10.00.23-AM.png" alt=" " /&gt;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Configuring Multicell Location Without Building an App</title><link>https://devzone.nordicsemi.com/thread/347504?ContentTypeID=1</link><pubDate>Thu, 13 Jan 2022 07:45:08 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9113fc3a-b7f5-438c-a5d0-d8c9c35481b9</guid><dc:creator>&amp;#216;yvind</dc:creator><description>&lt;p&gt;Hello,&amp;nbsp;&lt;br /&gt;&lt;br /&gt;I&amp;#39;m not sure I understand your question. In order to run the Multicell location you will need to build and flash the &lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/1.8.0/nrf/samples/nrf9160/multicell_location/README.html#nrf9160-multicell-location"&gt;nRF9160: Multicell location sample&lt;/a&gt;. Please note that you should&amp;nbsp;&lt;a href="https://infocenter.nordicsemi.com/topic/ug_thingy91_gsg/UG/thingy91_gsg/intro.html"&gt;follow the Thingy:91 Getting started guide&lt;/a&gt;&amp;nbsp;before starting on other applications or samples.&lt;/p&gt;
&lt;p&gt;&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></channel></rss>