<?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>Getting started with Thingy91</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/84274/getting-started-with-thingy91</link><description>I am trying to flash an LED on and off on the Thingy91 I have been provided using the Blinky program. 
 I have managed to update the firnware and model as described in the getting started guide and updated to asset tracker v2. 
 I have installed the nRF</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 29 Mar 2023 07:07:05 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/84274/getting-started-with-thingy91" /><item><title>RE: Getting started with Thingy91</title><link>https://devzone.nordicsemi.com/thread/418005?ContentTypeID=1</link><pubDate>Wed, 29 Mar 2023 07:07:05 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:cac06e40-522b-493c-ab3e-73449e6729ad</guid><dc:creator>JohnStaveley</dc:creator><description>&lt;p&gt;I used the programmer on windows for this which made it quite straightforward, I have not used the command line. The fading led sounds like the default asset tracker program is running. I would recommand the get started guide and the tutorials: &lt;br /&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="https://academy.nordicsemi.com/courses/nrf-connect-sdk-fundamentals/?utm_campaign=Nordic%20DevAcademy&amp;amp;utm_source=Electromaker&amp;amp;utm_content=SDK%20fundamentals"&gt;academy.nordicsemi.com/.../&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Getting started with Thingy91</title><link>https://devzone.nordicsemi.com/thread/417990?ContentTypeID=1</link><pubDate>Wed, 29 Mar 2023 01:15:12 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:46d14ffe-2ed8-4c4d-b413-eb2bd0d8090b</guid><dc:creator>Sly Gryphon</dc:creator><description>&lt;p&gt;You should probably create a new thread, as things may have changed a lot since several years ago.&lt;br /&gt;&lt;br /&gt;Did you try the Thingy91 Getting Started Guide?&amp;nbsp;&amp;nbsp;&lt;a id="" href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/working_with_nrf/nrf91/thingy91_gsg.html"&gt;https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/working_with_nrf/nrf91/thingy91_gsg.html&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;It loads a pre-build file, and connects to nRF Cloud, so not the same as blinky.&amp;nbsp; But you it is pre-built (so rules that out), and also has steps to update the device firmware first.&lt;br /&gt;&lt;br /&gt;Blinky (zephyr/samples/basic/blinky) did work for me, but there isn&amp;#39;t any logging output, so you don&amp;#39;t really know what is happening if the LED isn&amp;#39;t blinking.&lt;br /&gt;&lt;br /&gt;You could also try zephyr/samples/hello_world, to see serial output (or just add some printk() statements to blinky).&amp;nbsp;&lt;br /&gt;&lt;br /&gt;I usually add a bit of a delay at the start of the samples, otherwise I find it may output (e.g. errors) before the serial is connected (e.g. nRF Terminal in VS Code)&lt;br /&gt;&lt;br /&gt;e.g.&lt;/p&gt;
&lt;div&gt;
&lt;div&gt;&lt;span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;pre class="ui-code" data-mode="c_cpp"&gt;void main(void)
{
    printk(&amp;quot;0\n&amp;quot;); // or LOG_INF(&amp;quot;0&amp;quot;);
	k_msleep(1000);
	printk(&amp;quot;1\n&amp;quot;);
	k_msleep(1000);
	printk(&amp;quot;2\n&amp;quot;);
	k_msleep(1000);
	printk(&amp;quot;3\n&amp;quot;);

	printk(&amp;quot;Hello World! %s\n&amp;quot;, CONFIG_BOARD);
}&lt;/pre&gt;
&lt;div&gt;&lt;span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;p&gt;&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Getting started with Thingy91</title><link>https://devzone.nordicsemi.com/thread/417979?ContentTypeID=1</link><pubDate>Tue, 28 Mar 2023 21:20:24 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a883bfbe-6d51-4566-a96b-7408f4588239</guid><dc:creator>Alex.</dc:creator><description>&lt;p&gt;Hi folks,&lt;/p&gt;
&lt;p&gt;Reusing an old thread since the question is kinda the same.&lt;/p&gt;
&lt;p&gt;I&amp;#39;m trying to build and flash blinky sample into Thingy91, however I don&amp;#39;t see it is blinking red.&lt;/p&gt;
&lt;p&gt;Building code, then flash ./build/zephyr/app_signed.hex went ok. However after power cycle Thingy91, it has fading blue led in the light well or all rgb. I&amp;#39;ve tried to flash via &amp;quot;Programmer&amp;quot; and with nrfutil on Ubuntu 22.04 with the same result.&lt;/p&gt;
&lt;pre&gt;&lt;span style="font-size:inherit;"&gt;&lt;code&gt;nrfutil device program --firmware build/zephyr/app_signed.hex --traits mcuBoot
&lt;/code&gt;&lt;/span&gt;&lt;/pre&gt;
&lt;p&gt;&lt;span style="font-size:inherit;"&gt;Could someone provide a hint what might be wrong, so I don&amp;#39;t get an expected result? SDK ver. 2.3.0, Thingy91 v.1.0.0&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;Regards,&lt;/p&gt;
&lt;p&gt;Alex&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Getting started with Thingy91</title><link>https://devzone.nordicsemi.com/thread/351226?ContentTypeID=1</link><pubDate>Fri, 04 Feb 2022 06:48:21 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:cd1e0b2c-25b4-40f6-b4ad-1ddeaefcfb36</guid><dc:creator>Amanda Hsieh</dc:creator><description>&lt;p&gt;Thanks for the nice summary and sharing. Have a nice weekend. &lt;span class="emoticon" data-url="https://devzone.nordicsemi.com/cfs-file/__key/system/emoji/1f642.svg" title="Slight smile"&gt;&amp;#x1f642;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;-Amanda&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Getting started with Thingy91</title><link>https://devzone.nordicsemi.com/thread/351211?ContentTypeID=1</link><pubDate>Thu, 03 Feb 2022 21:16:21 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:eda55720-1650-45a3-93a4-a7727a04ea31</guid><dc:creator>JohnStaveley</dc:creator><description>&lt;p&gt;In case this helps someone, this is the list of steps I went to to finally get an LED blinking:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Open nRF connect -&amp;gt; Toolchain manager -&amp;gt; nrF Connect SDK 1.8.0 -&amp;gt; Open Segger embedded studio&lt;/li&gt;
&lt;li&gt;In Segger studio -&amp;gt; File -&amp;gt; Open nRF Connect project -&amp;gt;
&lt;ul&gt;
&lt;li&gt;nrF connect 1.8.0&lt;/li&gt;
&lt;li&gt;Project: Blinky&lt;/li&gt;
&lt;li&gt;Board name: thingy91_nrf9160_ns&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Project -&amp;gt; Configure&amp;nbsp; nrf connect project -&amp;gt; menuconfig -&amp;gt; Filter by mcuboot. Ensure MCUboot bootloader support is checked&lt;/li&gt;
&lt;li&gt;Build -&amp;gt; Solution&lt;/li&gt;
&lt;li&gt;Navigate to Ncs\v1.8.0\zephyr\samples\basic\blinky\build_thingy91_nrf9160_ns\zephyr and obtain file app_signed.hex&lt;/li&gt;
&lt;li&gt;Connect Thingy91 to computer using USB cable, power off and holding down button power on&lt;/li&gt;
&lt;li&gt;nrf connect -&amp;gt; Programmer -&amp;gt; Open&lt;/li&gt;
&lt;li&gt;Select Device Nordic Thingy91, click enable MCU boot.&lt;/li&gt;
&lt;li&gt;Drag file app_signed.hex into right pane&lt;/li&gt;
&lt;li&gt;In programmer, Click Write and Write&lt;/li&gt;
&lt;li&gt;Uploading complete successfully&lt;/li&gt;
&lt;li&gt;Disconnect USB cable&lt;/li&gt;
&lt;li&gt;Power down and back up again&lt;/li&gt;
&lt;li&gt;LED flashes&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Getting started with Thingy91</title><link>https://devzone.nordicsemi.com/thread/351056?ContentTypeID=1</link><pubDate>Thu, 03 Feb 2022 10:37:17 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:0ac34f7e-0e48-4246-bfb6-36fd09b7ef85</guid><dc:creator>Amanda Hsieh</dc:creator><description>&lt;p&gt;Hi,&amp;nbsp;&lt;/p&gt;
&lt;p&gt;See this&amp;nbsp;&lt;a href="https://github.com/nrfconnect/sdk-nrf/blob/main/boards/arm/thingy91_nrf9160/thingy91_nrf9160_common.dts#L62"&gt;https://github.com/nrfconnect/sdk-nrf/blob/main/boards/arm/thingy91_nrf9160/thingy91_nrf9160_common.dts#L26&amp;nbsp;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;led0 is mapped to &lt;a href="https://github.com/nrfconnect/sdk-nrf/blob/main/boards/arm/thingy91_nrf9160/thingy91_nrf9160_common.dts#L28"&gt;red_led &lt;/a&gt;which is P0.29.&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;-Amanda&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Getting started with Thingy91</title><link>https://devzone.nordicsemi.com/thread/351027?ContentTypeID=1</link><pubDate>Thu, 03 Feb 2022 09:17:51 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b1b3ea04-0d56-435e-b35f-8966b8c2b125</guid><dc:creator>JohnStaveley</dc:creator><description>&lt;p&gt;I&amp;#39;ve done all of that. Let me&amp;nbsp; give you a for instance. In this link:&lt;/p&gt;
&lt;p&gt;&lt;a href="https://infocenter.nordicsemi.com/topic/ug_thingy91/UG/thingy91/hw_description/pin_maps.html"&gt;https://infocenter.nordicsemi.com/topic/ug_thingy91/UG/thingy91/hw_description/pin_maps.html&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;it refers to various pins, however, if you open the sample blinky, it refers to led0&lt;/p&gt;
&lt;p&gt;where is the mapping between these two? They clearly refer to the same board but the documentation does not allow you to get started programming this device as there is no intellisense in code to give you a clue what led0 might refer to.&lt;/p&gt;
&lt;p&gt;Why is it so hard to get started with this board?&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Getting started with Thingy91</title><link>https://devzone.nordicsemi.com/thread/351024?ContentTypeID=1</link><pubDate>Thu, 03 Feb 2022 09:13:04 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d44b4ebc-a9ca-4b94-bacc-ce405488375a</guid><dc:creator>Amanda Hsieh</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;To get started, please follow the&amp;nbsp;&lt;a href="https://infocenter.nordicsemi.com/topic/ug_thingy91_gsg/UG/thingy91_gsg/intro.html" rel="noopener noreferrer" target="_blank"&gt;Nordic Thingy:91 Getting started&lt;/a&gt;&amp;nbsp;guide.&lt;/p&gt;
&lt;p&gt;To develop applications for the Thingy:91, you will use the&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;a href="http://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/index.html" rel="noopener noreferrer" target="_blank"&gt;nRF Connect SDK&lt;/a&gt;, which contains a variety of compatible libraries and samples. We also have a dedicated guide for development on Thingy:91, see&amp;nbsp;&lt;a href="http://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/ug_thingy91.html" rel="noopener noreferrer" target="_blank"&gt;Working with Thingy:91&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;For more information on the Thingy:91 hardware development platform, see the&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;a href="https://infocenter.nordicsemi.com/topic/ug_thingy91/UG/thingy91/hw_description/hw_descr.html" rel="noopener noreferrer" target="_blank"&gt;Thingy:91 Hardware Description&lt;/a&gt;. If you have further questions, check out the&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;a href="https://devzone.nordicsemi.com/nordic/nordic-blog/b/blog/posts/thingy-91-faq" rel="noopener noreferrer" target="_blank"&gt;Thingy:91 FAQ on DevZone&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;-Amanda&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Getting started with Thingy91</title><link>https://devzone.nordicsemi.com/thread/351012?ContentTypeID=1</link><pubDate>Thu, 03 Feb 2022 08:31:47 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:39b77226-497b-4a62-b27c-bbf6208a0ac8</guid><dc:creator>JohnStaveley</dc:creator><description>&lt;p&gt;Where is the getting started guide for programming this device?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Getting started with Thingy91</title><link>https://devzone.nordicsemi.com/thread/351010?ContentTypeID=1</link><pubDate>Thu, 03 Feb 2022 08:28:46 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a28476c5-e7ae-4fa0-b7ac-c18f7c8310be</guid><dc:creator>Amanda Hsieh</dc:creator><description>&lt;p&gt;Hi,&amp;nbsp;&lt;/p&gt;
&lt;p&gt;You should build with boardname&amp;nbsp;&lt;span&gt;thingy91_nrf9160_ns and update with&amp;nbsp;app_signed.hex. After programming, power off/on the&amp;nbsp;thingy91, it should blink with red.&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Regards,&lt;br /&gt;Amanda&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>