<?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>Thingy:91 usage without nRF9160 DK?</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/58068/thingy-91-usage-without-nrf9160-dk</link><description>After reading some questions about the Thingy:91 here in the forum, I start asking myself, if the Thingy:91 without a nRF9160 DK is usable at all. 
 Any experience with that? Is it possible to generate just a hex with SES and apply that with MCUboot?</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 25 Feb 2020 18:40:24 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/58068/thingy-91-usage-without-nrf9160-dk" /><item><title>RE: Thingy:91 usage without nRF9160 DK?</title><link>https://devzone.nordicsemi.com/thread/236375?ContentTypeID=1</link><pubDate>Tue, 25 Feb 2020 18:40:24 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a1d69d95-7d89-47c5-97b6-270040b18341</guid><dc:creator>Achim Kraus</dc:creator><description>&lt;p&gt;Thanks! I found the answer in&lt;/p&gt;
&lt;p&gt;&lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/58207/using-nrf9160-as-a-proper-gps-tracker"&gt;Using nrf9160 as a proper GPS tracker&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Thingy:91 usage without nRF9160 DK?</title><link>https://devzone.nordicsemi.com/thread/236320?ContentTypeID=1</link><pubDate>Tue, 25 Feb 2020 15:26:11 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:246df420-0b01-487e-a508-247ed290060c</guid><dc:creator>Sigurd</dc:creator><description>&lt;p&gt;&lt;span&gt;Please&amp;nbsp;&lt;/span&gt;&lt;a href="https://devzone.nordicsemi.com/support/add"&gt;create a new case&lt;/a&gt;&lt;span&gt;&amp;nbsp;for this new question.&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Thingy:91 usage without nRF9160 DK?</title><link>https://devzone.nordicsemi.com/thread/235930?ContentTypeID=1</link><pubDate>Mon, 24 Feb 2020 11:12:27 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:67bf9e30-808d-4be7-831c-53061b7891b6</guid><dc:creator>Achim Kraus</dc:creator><description>&lt;p&gt;Thank you for your answer.&lt;/p&gt;
&lt;p&gt;I got the &amp;quot;thingy91_nbiot_dfu_2019-11-29_d3130d77&amp;quot; now running and conected it to the nordic cloud using a vodafone sim card.&lt;/p&gt;
&lt;p&gt;But my irritation doesn&amp;#39;t end. GPS seems to be tricky. There are comments, telling that it requires PSM. PSM with MQTT makes me wondering. AFAIK, PSM works with UDP, the vodafone sim card, I use, successfuly supports PSM/UDP on an other modem.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;So:&lt;/p&gt;
&lt;p&gt;- is PSM required for GPS?&lt;/p&gt;
&lt;p&gt;- can PSM be used together with MQTT?&lt;/p&gt;
&lt;p&gt;&amp;nbsp;Or, which protocol is used by that app &amp;quot;thingy91_nbiot_dfu_2019-11-29_d3130d77&amp;quot;?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Thingy:91 usage without nRF9160 DK?</title><link>https://devzone.nordicsemi.com/thread/235742?ContentTypeID=1</link><pubDate>Fri, 21 Feb 2020 14:12:34 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:94373277-ca10-4036-b135-63540908b98e</guid><dc:creator>Sigurd</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
[quote user=""]Any experience with that? Is it possible to generate just a hex with SES and apply that with MCUboot?[/quote]
&lt;p&gt;&amp;nbsp;Yes, it possible. See &lt;a href="https://infocenter.nordicsemi.com/index.jsp?topic=%2Fug_thingy91%2FUG%2Fthingy91%2Ffirmware_update%2Fupdating_appn_fw_9160_mcu.html"&gt;this link&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Try adding these changes to the prj.conf file, so that it generates the app image(app_signed.hex) needed for mcuboot:&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;# MCUBOOT
CONFIG_BOOTLOADER_MCUBOOT=y
CONFIG_IMG_MANAGER=y
CONFIG_MCUBOOT_IMG_MANAGER=y

# Flash
CONFIG_FLASH=y
CONFIG_IMG_ERASE_PROGRESSIVELY=y&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;But, you won&amp;#39;t be able to debug, set breakpoints,&amp;nbsp;step through the code, etc without a programmer/debugger. So as mentioned in the post you linked to, for&amp;nbsp;development you want to have a debugger. If you have a 10-pin cable, then you can use the debugger on the nRF91-DK to debug the Thingy:91. See Figure 1 at &lt;a href="https://infocenter.nordicsemi.com/topic/ug_thingy91/UG/thingy91/firmware_update/updating_modem_fw.html"&gt;this page.&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>