<?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>What is the default application on nrf7002 development kit?</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/106066/what-is-the-default-application-on-nrf7002-development-kit</link><description>Hi! 
 I got my new nrf7002 dk board. When connect and power up it start blinking the LEDs, but I cannot find the device neither on nRF Connect nor Wifi provisioning Android apps. 
 I want to dump the app before flash e.g. blinking example, but it is protected</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 05 Dec 2023 15:40:50 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/106066/what-is-the-default-application-on-nrf7002-development-kit" /><item><title>RE: What is the default application on nrf7002 development kit?</title><link>https://devzone.nordicsemi.com/thread/459042?ContentTypeID=1</link><pubDate>Tue, 05 Dec 2023 15:40:50 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:513c7a8e-cb2b-4d9e-9005-fc5958d68b19</guid><dc:creator>dejans</dc:creator><description>&lt;p&gt;Hi,&lt;br /&gt;&lt;br /&gt;You can add following lines to blinky sample:&lt;br /&gt;&lt;pre class="ui-code" data-mode="text"&gt;#define LED0_NODE2 DT_ALIAS(led1)

static const struct gpio_dt_spec led2 = GPIO_DT_SPEC_GET(LED0_NODE2, gpios);

// in main()
int ret2;
ret2 = gpio_pin_configure_dt(&amp;amp;led2, GPIO_OUTPUT_ACTIVE);

// in while(1)
ret2 = gpio_pin_toggle_dt(&amp;amp;led2);&lt;/pre&gt;&lt;br /&gt;Best regards,&lt;br /&gt;Dejan&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: What is the default application on nrf7002 development kit?</title><link>https://devzone.nordicsemi.com/thread/458903?ContentTypeID=1</link><pubDate>Tue, 05 Dec 2023 09:08:28 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e526287d-8054-4a8e-9de1-75cc1c0d80ce</guid><dc:creator>AF7</dc:creator><description>&lt;p&gt;&lt;a href="https://academy.nordicsemi.com/courses/nrf-connect-sdk-fundamentals/lessons/lesson-1-nrf-connect-sdk-introduction/topic/exercise-2-1/"&gt;academy.nordicsemi.com/.../&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: What is the default application on nrf7002 development kit?</title><link>https://devzone.nordicsemi.com/thread/458887?ContentTypeID=1</link><pubDate>Tue, 05 Dec 2023 08:36:32 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:44be25dd-f889-4a19-b05c-a79731b5f8b5</guid><dc:creator>dejans</dc:creator><description>&lt;p&gt;Hi,&lt;br /&gt;&lt;br /&gt;Which course and exercise from DevAcademy do you refer to?&lt;br /&gt;&lt;br /&gt;Best regards,&lt;br /&gt;Dejan&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: What is the default application on nrf7002 development kit?</title><link>https://devzone.nordicsemi.com/thread/458606?ContentTypeID=1</link><pubDate>Sat, 02 Dec 2023 11:49:31 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9b44e175-3946-49f9-8881-52193a489942</guid><dc:creator>AF7</dc:creator><description>&lt;p&gt;Thank you for the info. The blinky app that I created based on the exercise in nordic dev academy has only one led blinking. how to generate exactly the same app as that preprogrammed?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: What is the default application on nrf7002 development kit?</title><link>https://devzone.nordicsemi.com/thread/458032?ContentTypeID=1</link><pubDate>Wed, 29 Nov 2023 10:12:19 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c174ee49-8247-425e-a648-a002a581d07e</guid><dc:creator>dejans</dc:creator><description>&lt;p&gt;Hi,&lt;br /&gt;&lt;br /&gt;The nrf7002-dk has blinky application preprogrammed by default, but I do not think that you should be very focused on preprogrammed firmware. Instead, it might be better if you just start using your nrf7002-dk by building and flashing any of the available&amp;nbsp;&lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/samples/wifi.html"&gt;Wi-Fi samples&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;Best regards,&lt;br /&gt;Dejan&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: What is the default application on nrf7002 development kit?</title><link>https://devzone.nordicsemi.com/thread/457972?ContentTypeID=1</link><pubDate>Tue, 28 Nov 2023 21:32:01 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:095eb2ad-c03a-450b-bd97-5387b43126f5</guid><dc:creator>AF7</dc:creator><description>&lt;p&gt;I didn&amp;#39;t try to flash anything for now as I want to be able to flash again default app.&lt;/p&gt;
&lt;p&gt;This is screen from nRF Connect app when I tried to read the app:&lt;/p&gt;
&lt;p&gt;i&lt;img style="max-height:240px;max-width:320px;" src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/pastedimage1701206988932v1.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;It should not be complicated question what app is flashed by default on Dev Kit.. Is it not established?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: What is the default application on nrf7002 development kit?</title><link>https://devzone.nordicsemi.com/thread/457802?ContentTypeID=1</link><pubDate>Tue, 28 Nov 2023 10:39:37 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:7f73e299-3528-4ec9-bc11-5bc69289d9cb</guid><dc:creator>dejans</dc:creator><description>&lt;p&gt;Hi,&lt;br /&gt;&lt;br /&gt;Thank you for this information.&lt;/p&gt;
[quote user=""]I want to dump the app before flash e.g. blinking example, but it is protected. [/quote]
&lt;p&gt;Can you elaborate on this? Have you tried to flash Zephyr blinky sample? What is protected?&amp;nbsp;&lt;br /&gt;&lt;br /&gt;Best regards,&lt;br /&gt;Dejan&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: What is the default application on nrf7002 development kit?</title><link>https://devzone.nordicsemi.com/thread/457637?ContentTypeID=1</link><pubDate>Mon, 27 Nov 2023 15:54:28 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:faa18b46-c113-4d6a-a805-6643269bb49d</guid><dc:creator>AF7</dc:creator><description>&lt;p&gt;The pattern is:&lt;/p&gt;
&lt;p&gt;LED1 on =&amp;gt; LED2 on =&amp;gt; LED1 off =&amp;gt; LED2 off&lt;/p&gt;
&lt;p&gt;Frequency of the pattern about 1 second.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: What is the default application on nrf7002 development kit?</title><link>https://devzone.nordicsemi.com/thread/457610?ContentTypeID=1</link><pubDate>Mon, 27 Nov 2023 14:58:10 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:fe471eb5-c467-4fe3-801e-dbfb93bcdcab</guid><dc:creator>dejans</dc:creator><description>&lt;p&gt;Hi,&lt;br /&gt;&lt;br /&gt;Do LEDs blink simultaneously or one after the other (when one is ON, the other is OFF)?&lt;br /&gt;&lt;br /&gt;Best regards,&lt;br /&gt;Dejan&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: What is the default application on nrf7002 development kit?</title><link>https://devzone.nordicsemi.com/thread/457594?ContentTypeID=1</link><pubDate>Mon, 27 Nov 2023 14:20:16 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5dc73b3a-ddf6-4010-80f3-ffa134898bc8</guid><dc:creator>AF7</dc:creator><description>&lt;p&gt;LED1 and LED2 are blinking.&lt;/p&gt;
&lt;p&gt;I have version 1.0.2 od nrf7002-dk.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: What is the default application on nrf7002 development kit?</title><link>https://devzone.nordicsemi.com/thread/457570?ContentTypeID=1</link><pubDate>Mon, 27 Nov 2023 13:04:56 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:bdf8b107-05f7-4e8c-b263-fefc837d00e1</guid><dc:creator>dejans</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
[quote user=""]I got my new nrf7002 dk board. When connect and power up it start blinking the LEDs, but I cannot find the device neither on nRF Connect nor Wifi provisioning Android apps.[/quote]
&lt;p&gt;Which LEDs did you see blinking when you first powered up your nrf7002-dk device?&lt;br /&gt;&lt;br /&gt;What is the version of your nrf7002-dk board?&lt;br /&gt;&lt;br /&gt;Best regards,&lt;br /&gt;Dejan&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>