<?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>Wifi initialisation fails  nrf7002-nrf5340</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/112171/wifi-initialisation-fails-nrf7002-nrf5340</link><description>In our custom board we checked WIFI, facing below issues, 1. We flashed sta sample project to our custom board facing the issue below. Is there any configuration needed to address in the config file? Please provide debugging steps to resolve this issue</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 15 Jul 2024 06:12:42 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/112171/wifi-initialisation-fails-nrf7002-nrf5340" /><item><title>RE: Wifi initialisation fails  nrf7002-nrf5340</title><link>https://devzone.nordicsemi.com/thread/493802?ContentTypeID=1</link><pubDate>Mon, 15 Jul 2024 06:12:42 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:90dcb223-f190-421e-8a13-ce0517cbe70e</guid><dc:creator>Lavanya_Manohar</dc:creator><description>[quote userid="111786" url="~/f/nordic-q-a/112171/wifi-initialisation-fails-nrf7002-nrf5340/493512"]mx25r6435f is external flash but since you do not have external flash your device never gets ready, and you get devicetree errors.[/quote]
&lt;p&gt;Ok Thank you.&amp;nbsp;&lt;span&gt;&lt;br /&gt;&lt;br /&gt;In this sample, before main application, it initialise all the kernal config in&amp;nbsp; z_sys_init_run function, It is working in DK board because all configuration satisfy but In our custom board we don&amp;#39;t have SPI - external flash(mx25r6435f) connection, so it is stuck in configuring SPI. Hence we Disable&amp;nbsp;mx25r6435f device. After that ble provisioning is working fine in our custom board.&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Wifi initialisation fails  nrf7002-nrf5340</title><link>https://devzone.nordicsemi.com/thread/493512?ContentTypeID=1</link><pubDate>Thu, 11 Jul 2024 18:35:40 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1c8b398e-7f4c-41a9-825e-a7c1359d92df</guid><dc:creator>dejans</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
[quote user="Lavanya_Manohar"]&lt;span&gt;Furthermore debugging, it stuck into&amp;nbsp;&lt;/span&gt;&lt;b&gt;spi_nor_wait_untill_ready&lt;/b&gt;&lt;span&gt;&amp;nbsp;function.&amp;nbsp;&lt;/span&gt;&lt;span&gt;Please see the attached image for more details.&lt;/span&gt;[/quote][quote user="Lavanya_Manohar"]&lt;span&gt;Hence we check the zephyr/spi_flash sample (nrf5340DK configuration). Got below output&lt;/span&gt;&lt;span&gt;&lt;br /&gt;*** Booting nRF Connect SDK v3.5.99-ncs1-1 ***&lt;br /&gt;&lt;/span&gt;&lt;span&gt;mx25r6435f@0: device not ready.&lt;/span&gt;[/quote]
&lt;p&gt;&lt;span&gt;mx25r6435f is external flash but since you do not have external flash your device never gets ready, and you get devicetree errors.&lt;br /&gt;&lt;br /&gt;Regarding your issue with provisioning, can you verify that you used correct COM port/ttyACM device? In addition, can you provide build command which you used? Please note that according to&amp;nbsp;&lt;a href="https://docs.nordicsemi.com/bundle/ncs-latest/page/nrf/samples/wifi/provisioning/ble/README.html#requirements"&gt;requirements&lt;/a&gt;, on the nrf7002-dk sample should be built for nrf7002_nrf5340_cpuapp (no _ns) build target.&lt;br /&gt;&lt;br /&gt;Best regards,&lt;br /&gt;Dejan&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Wifi initialisation fails  nrf7002-nrf5340</title><link>https://devzone.nordicsemi.com/thread/492925?ContentTypeID=1</link><pubDate>Tue, 09 Jul 2024 10:24:04 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b3e05230-ec5c-4b91-9706-7ff0c82df75d</guid><dc:creator>Lavanya_Manohar</dc:creator><description>[quote userid="111786" url="~/f/nordic-q-a/112171/wifi-initialisation-fails-nrf7002-nrf5340/492912"]Can you please confirm that scan and station samples in NCS v2.6.1 work on your custom board as expected?[/quote]
&lt;p&gt;These all working fine.&lt;/p&gt;
[quote userid="132929" url="~/f/nordic-q-a/112171/wifi-initialisation-fails-nrf7002-nrf5340/492616"]During debugging, we found that the pointer does not exit from the &lt;code&gt;z_sys_init_run_level(INIT_LEVEL_POST_KERNEL)&lt;/code&gt; function, which prevents it from entering our main application. Consequently, no debug logs appear in the terminal. Please see the attached image for more details.[/quote]
&lt;p&gt;Please check into this.&amp;nbsp;&lt;br /&gt;Why the pointer not exit from z_sys_init_run? Are we missing any configuration?&amp;nbsp;&lt;br /&gt;Is Ble provisioning using external flash for storing WiFi credentials?&amp;nbsp;&lt;br /&gt;&lt;br /&gt;&lt;span&gt;Furthermore debugging, it stuck into&amp;nbsp;&lt;/span&gt;&lt;b&gt;spi_nor_wait_untill_ready&lt;/b&gt;&lt;span&gt;&amp;nbsp;function.&amp;nbsp;&lt;/span&gt;&lt;span&gt;Please see the attached image for more details.&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span&gt;Hence we check the zephyr/spi_flash sample (nrf5340DK configuration). Got below output&lt;/span&gt;&lt;span class="im"&gt;&lt;br /&gt;*** Booting nRF Connect SDK v3.5.99-ncs1-1 ***&lt;br /&gt;&lt;/span&gt;&lt;span&gt;mx25r6435f@0: device not ready.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;While build with nrf7002dk-nrf5340dk facing issue&lt;br /&gt;&lt;img style="max-height:240px;max-width:320px;" src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/pastedimage1720527716894v1.png" alt=" " /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span&gt;Are we missing SPI/Flash related configuration?Please provide your suggestion on this.&amp;nbsp;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span&gt;FYI, In our board we don&amp;#39;t have external flash.&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;&lt;img style="max-height:240px;max-width:320px;" alt=" " src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/7380.image-_2800_7_2900_.png" /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Wifi initialisation fails  nrf7002-nrf5340</title><link>https://devzone.nordicsemi.com/thread/492912?ContentTypeID=1</link><pubDate>Tue, 09 Jul 2024 09:22:38 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:811881d9-92b1-4522-a54e-602199af7b70</guid><dc:creator>dejans</dc:creator><description>&lt;p&gt;Hi &lt;a href="https://devzone.nordicsemi.com/members/lavanya_5f00_manohar"&gt;Lavanya_Manohar&lt;/a&gt;&amp;nbsp;,&lt;br /&gt;&lt;br /&gt;Did you make any progress regarding the reported issue?&lt;br /&gt;&lt;br /&gt;Your problem does not seem to happen due to shared antenna.&lt;br /&gt;Can you please confirm that scan and station samples in NCS v2.6.1 work on your custom board as expected?&lt;br /&gt;&lt;br /&gt;Best regards,&lt;br /&gt;Dejan&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Wifi initialisation fails  nrf7002-nrf5340</title><link>https://devzone.nordicsemi.com/thread/492659?ContentTypeID=1</link><pubDate>Mon, 08 Jul 2024 10:03:22 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:304a2358-f0d7-4d85-8a6b-9f7994c422e4</guid><dc:creator>Lavanya_Manohar</dc:creator><description>&lt;p&gt;Hi dario&lt;br /&gt;&lt;br /&gt;1. If posible, Please chcek your board host + nrf7002ek.&amp;nbsp;(isolate custom board nrf7002).&lt;br /&gt;&amp;nbsp;&lt;img style="max-height:240px;max-width:320px;" alt=" " src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/pastedimage1720432778824v1.png" /&gt;&lt;br /&gt;2. And check above(nrf7002dk schmatics) showing IC session in your board.(A1 and A2).&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Wifi initialisation fails  nrf7002-nrf5340</title><link>https://devzone.nordicsemi.com/thread/492625?ContentTypeID=1</link><pubDate>Mon, 08 Jul 2024 08:21:57 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:01359f41-e670-45b2-a040-98b678b498ae</guid><dc:creator>dario.sortino</dc:creator><description>&lt;p&gt;The whole custom board is powered at 3.3V&lt;/p&gt;
&lt;p&gt;- Buck en fails to go to VDD&lt;/p&gt;
&lt;p&gt;- I can&amp;#39; access directly IOVDD EN, but I can access the VDDIO pin of nRF7002 and it stays weirldy at 1.1V (IOVDD EN and VDDIO are related by the same Load Switch of the nRF7002DK)&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;In the dts:&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;&amp;amp;qspi {
    status = &amp;quot;okay&amp;quot;;
    pinctrl-0 = &amp;lt;&amp;amp;qspi_default&amp;gt;;
    nrf700x: nrf7002@1 {
        status = &amp;quot;okay&amp;quot;;
        compatible = &amp;quot;nordic,nrf700x-qspi&amp;quot;;
        reg = &amp;lt;1&amp;gt;;
        sck-frequency = &amp;lt;24000000&amp;gt;;
        quad-mode;
        iovdd-ctrl-gpios = &amp;lt;&amp;amp;gpio0 26
                            GPIO_ACTIVE_HIGH&amp;gt;;
        bucken-gpios = &amp;lt;&amp;amp;gpio0 27
                        GPIO_ACTIVE_HIGH&amp;gt;;
        host-irq-gpios = &amp;lt;&amp;amp;gpio0 28
                          GPIO_ACTIVE_HIGH&amp;gt;;
    };
};


&amp;amp;nrf_radio_coex{
    status = &amp;quot;okay&amp;quot;;
    compatible = &amp;quot;nordic,nrf700x-coex&amp;quot;;
    req-gpios = &amp;lt;&amp;amp;gpio1 11 GPIO_ACTIVE_HIGH&amp;gt;;
    status0-gpios = &amp;lt;&amp;amp;gpio1 10 GPIO_ACTIVE_HIGH&amp;gt;;
    grant-gpios = &amp;lt;&amp;amp;gpio1 9 (GPIO_PULL_DOWN | GPIO_ACTIVE_LOW)&amp;gt;;
    swctrl1-gpios = &amp;lt;&amp;amp;gpio1 8 GPIO_ACTIVE_HIGH&amp;gt;;
    btrf-switch-gpios = &amp;lt;&amp;amp;gpio1 7 GPIO_ACTIVE_LOW&amp;gt;;
};



&amp;amp;pinctrl {
    qspi_default: qspi_default {
		group1 {
			psels = &amp;lt;NRF_PSEL(QSPI_SCK, 0, 17)&amp;gt;,
				&amp;lt;NRF_PSEL(QSPI_IO0, 0, 13)&amp;gt;,
				&amp;lt;NRF_PSEL(QSPI_IO1, 0, 14)&amp;gt;,
				&amp;lt;NRF_PSEL(QSPI_IO2, 0, 15)&amp;gt;,
				&amp;lt;NRF_PSEL(QSPI_IO3, 0, 16)&amp;gt;,
				&amp;lt;NRF_PSEL(QSPI_CSN, 0, 18)&amp;gt;;
		};
	};
};
&lt;/pre&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Wifi initialisation fails  nrf7002-nrf5340</title><link>https://devzone.nordicsemi.com/thread/492617?ContentTypeID=1</link><pubDate>Mon, 08 Jul 2024 07:55:45 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f2487e02-67ad-49d8-9133-a4c9171c2828</guid><dc:creator>Lavanya_Manohar</dc:creator><description>&lt;p&gt;Hi dario,&lt;br /&gt;&lt;br /&gt;1.Please check voltage in below points.&lt;br /&gt;1. Buck En&lt;br /&gt;2. Host IRQ&lt;br /&gt;3. IOVDD En&lt;br /&gt;&lt;br /&gt;2.Then check the QSPI configuration and pin for above mentioned in dts file.&lt;br /&gt;&lt;br /&gt;Can you please explain the issue little bit more?&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Wifi initialisation fails  nrf7002-nrf5340</title><link>https://devzone.nordicsemi.com/thread/492616?ContentTypeID=1</link><pubDate>Mon, 08 Jul 2024 07:40:05 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:904c3f86-9041-4686-b04c-e889ecd8d3da</guid><dc:creator>Lavanya_Manohar</dc:creator><description>&lt;p&gt;Hi dejans,&lt;br /&gt;&lt;br /&gt;In our custom board, we don&amp;#39;t have external flash. We suspect this could be the reason for the provisioning issue.&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;
[quote userid="132929" url="~/f/nordic-q-a/112171/wifi-initialisation-fails-nrf7002-nrf5340/491963"]Now we can able to get terminal log. In that wifi error ocurring but ble is able to pair with mobile. here i share log[/quote]
&lt;p&gt;After resolving the Wi-Fi issue, we noticed that we can no longer retrieve terminal logs for the provisioning code.&lt;/p&gt;
&lt;p&gt;During debugging, we found that the pointer does not exit from the &lt;code&gt;z_sys_init_run_level(INIT_LEVEL_POST_KERNEL)&lt;/code&gt; function, which prevents it from entering our main application. Consequently, no debug logs appear in the terminal. Please see the attached image for more details.&lt;br /&gt;&lt;br /&gt;&lt;img style="max-height:240px;max-width:320px;" src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/pastedimage1720423786121v1.png" alt=" " /&gt;&lt;br /&gt;&lt;br /&gt;Since we are not using external flash, is there any specific configuration we need for internal flash to address this issue?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Wifi initialisation fails  nrf7002-nrf5340</title><link>https://devzone.nordicsemi.com/thread/492495?ContentTypeID=1</link><pubDate>Fri, 05 Jul 2024 14:34:43 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:3f897029-0619-4be8-aec1-60ae87c23b15</guid><dc:creator>dario.sortino</dc:creator><description>&lt;p&gt;I am experiencing the same problem in my custom board. By any chance, can you share what are the changes you made in the custom board?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Wifi initialisation fails  nrf7002-nrf5340</title><link>https://devzone.nordicsemi.com/thread/492195?ContentTypeID=1</link><pubDate>Thu, 04 Jul 2024 09:15:15 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:da290c43-d49b-46a1-a4f0-2dd26634131a</guid><dc:creator>dejans</dc:creator><description>&lt;p&gt;Hi,&lt;br /&gt;&lt;br /&gt;The first line in provided log shows Jedec ID mismatch. This could happen for a number of reasons ranging from configuration to hardware. You could start checking by using&amp;nbsp;&lt;a href="https://docs.nordicsemi.com/bundle/ncs-latest/page/zephyr/samples/drivers/spi_flash/README.html"&gt;jedec SPI-NOR flash&lt;/a&gt;&amp;nbsp;sample to test your external flash. If this works fine, you could compare the contents of .config and zephyr.dts files of your custom board with the ones provided for nrf7002-dk. For other possible causes, you could look at this&amp;nbsp;&lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/100640/jedec-id-00-00-00-expect-c2-28-17-in-matter-template-sample"&gt;jedec-id&lt;/a&gt;&amp;nbsp;discussion.&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: Wifi initialisation fails  nrf7002-nrf5340</title><link>https://devzone.nordicsemi.com/thread/491963?ContentTypeID=1</link><pubDate>Wed, 03 Jul 2024 06:42:30 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:229ee272-9c70-4e8a-94ea-ad40b7e963c6</guid><dc:creator>Lavanya_Manohar</dc:creator><description>&lt;p&gt;on our custom board, which has a single antenna shared between both BLE and Wi-Fi. We suspect that this might be the root cause of the problem, as the sample code utilizes both BLE and Wi-Fi simultaneously.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Could you please confirm if the shared antenna setup is indeed causing the provisioning issue? If so, are there any specific configurations or settings that we need to adjust to ensure proper functionality?&lt;br /&gt;&lt;br /&gt;Now we can able to get terminal log. In that wifi error ocurring but ble is able to pair with mobile. here i share log&lt;pre class="ui-code" data-mode="text"&gt;[00:00:00.000,518] &amp;lt;err&amp;gt; qspi_nor: JEDEC id [00 00 00] expect [c2 28 17]
[00:00:00.003,295] &amp;lt;inf&amp;gt; wifi_nrf_bus: SPIM spi@a000: freq = 8 MHz
[00:00:00.003,356] &amp;lt;inf&amp;gt; wifi_nrf_bus: SPIM spi@a000: latency = 0
[00:00:00.003,814] &amp;lt;err&amp;gt; wifi_nrf: hal_rpu_reg_read: Error !! Value read at addr_offset = 400 is = FFFFFFFF
[00:00:00.003,875] &amp;lt;err&amp;gt; wifi_nrf: hal_rpu_irq_enable: Reading from Root interrupt register failed
[00:00:00.003,906] &amp;lt;err&amp;gt; wifi_nrf: nrf_wifi_hal_dev_add: hal_rpu_irq_enable failed
[00:00:00.004,058] &amp;lt;err&amp;gt; wifi_nrf: nrf_wifi_fmac_dev_add: nrf_wifi_hal_dev_add failed
[00:00:00.004,089] &amp;lt;err&amp;gt; wifi_nrf: nrf_wifi_fmac_dev_add_zep: nrf_wifi_fmac_dev_add failed
[00:00:00.004,119] &amp;lt;err&amp;gt; wifi_nrf: nrf_wifi_if_start_zep: nrf_wifi_fmac_dev_add_zep failed
[00:00:00.007,934] &amp;lt;inf&amp;gt; fs_nvs: 2 Sectors of 4096 bytes
[00:00:00.007,934] &amp;lt;inf&amp;gt; fs_nvs: alloc wra: 0, fe8
[00:00:00.007,934] &amp;lt;inf&amp;gt; fs_nvs: data wra: 0, 0
*** Booting nRF Connect SDK v3.5.99-ncs1-1 ***
[00:00:00.008,087] &amp;lt;inf&amp;gt; net_config: Initializing network
[00:00:00.008,087] &amp;lt;inf&amp;gt; net_config: Waiting interface 1 (0x20001620) to be up...
[00:00:00.008,239] &amp;lt;inf&amp;gt; net_config: IPv4 address: 192.165.100.150
[00:00:00.008,270] &amp;lt;inf&amp;gt; net_config: Running dhcpv4 client...
[00:00:01.021,453] &amp;lt;inf&amp;gt; bt_hci_core: HW Platform: Nordic Semiconductor (0x0002)
[00:00:01.021,484] &amp;lt;inf&amp;gt; bt_hci_core: HW Variant: nRF53x (0x0003)
[00:00:01.021,514] &amp;lt;inf&amp;gt; bt_hci_core: Firmware: Standard Bluetooth controller (0x00) Version 54.58864 Build 1214809870
[00:00:01.023,559] &amp;lt;inf&amp;gt; bt_hci_core: Identity: F2:98:65:E5:4D:27 (random)
[00:00:01.023,590] &amp;lt;inf&amp;gt; bt_hci_core: HCI: version 5.4 (0x0d) revision 0x218f, manufacturer 0x0059
[00:00:01.023,620] &amp;lt;inf&amp;gt; bt_hci_core: LMP: version 5.4 (0x0d) subver 0x218f
Bluetooth initialized.
Wi-Fi provisioning service starts successfully.
BT Advertising successfully started.
BT Connected: 78:0B:85:F8:23:97 (random)BT pairing completed: 78:0B:85:F8:23:97 (random), bonded: 0
BT Security changed: 78:0B:85:F8:23:97 (random) level 2.
[00:00:17.847,259] &amp;lt;inf&amp;gt; wifi_prov: Wi-Fi Provisioning service - control point: indications enabled
[00:00:18.109,741] &amp;lt;inf&amp;gt; wifi_prov: Wi-Fi Provisioning service - data out: notifications enabled
[00:00:18.154,876] &amp;lt;inf&amp;gt; wifi_prov: Start parsing...
[00:00:18.154,907] &amp;lt;inf&amp;gt; wifi_prov: GET_STATUS received...
[00:00:19.422,271] &amp;lt;inf&amp;gt; wifi_prov: Start parsing...
[00:00:19.422,271] &amp;lt;inf&amp;gt; wifi_prov: Start_Scan received...
[00:00:19.422,302] &amp;lt;err&amp;gt; wifi_nrf: nrf_wifi_disp_scan_zep: Interface not UP&lt;/pre&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;note: We have also checked with independent antenna for wifi and ble, but facing same issue.&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Wifi initialisation fails  nrf7002-nrf5340</title><link>https://devzone.nordicsemi.com/thread/491806?ContentTypeID=1</link><pubDate>Tue, 02 Jul 2024 10:37:31 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:84629188-73ab-4d23-9e82-02ccce743627</guid><dc:creator>Lavanya_Manohar</dc:creator><description>[quote userid="111786" url="~/f/nordic-q-a/112171/wifi-initialisation-fails-nrf7002-nrf5340/491773"]Did you install protocol buffer compiler as mentioned in&amp;nbsp;&lt;a href="https://docs.nordicsemi.com/bundle/ncs-latest/page/nrf/samples/wifi/provisioning/ble/README.html#building_and_running"&gt;building and running&lt;/a&gt;&amp;nbsp;section?[/quote]
&lt;p&gt;No, I&amp;#39;m not any installation of protocol buffer compiler.&amp;nbsp;&lt;br /&gt;&lt;br /&gt;But without doing that, the same build working fine in DK.&lt;/p&gt;
[quote userid="111786" url="~/f/nordic-q-a/112171/wifi-initialisation-fails-nrf7002-nrf5340/491773"]Did you build the sample from VS Code?[/quote]
&lt;p&gt;Yes, i&amp;#39;m using VS code for build the sample. Just choosing board nrf7002dk_nrf5340_cpuapp and proceed build.&amp;nbsp;&lt;br /&gt;&lt;br /&gt;Add to the point, I&amp;#39;m doing same steps for all sample build configurations, Other Wifi sample are working fine in our board except provisioning.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Wifi initialisation fails  nrf7002-nrf5340</title><link>https://devzone.nordicsemi.com/thread/491773?ContentTypeID=1</link><pubDate>Tue, 02 Jul 2024 08:50:56 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:6814364e-ea14-4b80-a52c-4a581ad61e8f</guid><dc:creator>dejans</dc:creator><description>&lt;p&gt;Hi,&lt;br /&gt;&lt;br /&gt;Thank you for additional information.&lt;/p&gt;
[quote user="Lavanya_Manohar"]&lt;a href="https://docs.nordicsemi.com/bundle/ncs-latest/page/nrf/samples/wifi/provisioning/ble/README.html"&gt;Wi-Fi: Bluetooth LE based provision&lt;/a&gt;&amp;nbsp;in SDK version 2.6.1 nrf/sample/wifi/provisioning[/quote]
&lt;p&gt;Did you install protocol buffer compiler as mentioned in&amp;nbsp;&lt;a href="https://docs.nordicsemi.com/bundle/ncs-latest/page/nrf/samples/wifi/provisioning/ble/README.html#building_and_running"&gt;building and running&lt;/a&gt;&amp;nbsp;section?&lt;br /&gt;Did you build the sample from VS Code? &lt;br /&gt;Can you show your build command?&lt;/p&gt;
[quote user="Lavanya_Manohar"]Will check and let you know, thank you[/quote]
&lt;p&gt;Please do so. Thank you.&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: Wifi initialisation fails  nrf7002-nrf5340</title><link>https://devzone.nordicsemi.com/thread/491489?ContentTypeID=1</link><pubDate>Mon, 01 Jul 2024 07:46:46 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:97926f80-4175-4b62-9b0b-6f455bebbb9b</guid><dc:creator>Lavanya_Manohar</dc:creator><description>[quote userid="111786" url="~/f/nordic-q-a/112171/wifi-initialisation-fails-nrf7002-nrf5340/491488"]Which of the two&amp;nbsp;&lt;a href="https://docs.nordicsemi.com/bundle/ncs-latest/page/nrf/samples/wifi_provisioning.html"&gt;Wi-Fi provisioning samples&lt;/a&gt;&amp;nbsp;have you used?[/quote]
&lt;p&gt;&lt;a class="reference internal" href="https://docs.nordicsemi.com/bundle/ncs-latest/page/nrf/samples/wifi/provisioning/ble/README.html" data-bundleid="ncs-latest" data-navpath="nrf/samples/wifi/provisioning/ble/README.html"&gt;Wi-Fi: Bluetooth LE based provision&lt;/a&gt;&amp;nbsp;in SDK version 2.6.1 nrf/sample/wifi/provisioning&lt;/p&gt;
[quote userid="111786" url="~/f/nordic-q-a/112171/wifi-initialisation-fails-nrf7002-nrf5340/491488"]Sample code for alternative method can be found in this&amp;nbsp;&lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/103719/samples-wifi-scan-broken-without-programmed-otp"&gt;discussion&lt;/a&gt;.[/quote]
&lt;p&gt;Will check and let you know, thank you&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Wifi initialisation fails  nrf7002-nrf5340</title><link>https://devzone.nordicsemi.com/thread/491488?ContentTypeID=1</link><pubDate>Mon, 01 Jul 2024 07:40:02 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a1eb309b-799b-44be-9e52-b6dc3d7448fb</guid><dc:creator>dejans</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
[quote user="Lavanya_Manohar"]&lt;strong&gt;1. WiFi Provisioning Not Working:&lt;/strong&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;The sample provisioning code is not working.Not even seeing the log.&amp;nbsp;[/quote]
&lt;p&gt;Which of the two&amp;nbsp;&lt;a href="https://docs.nordicsemi.com/bundle/ncs-latest/page/nrf/samples/wifi_provisioning.html"&gt;Wi-Fi provisioning samples&lt;/a&gt;&amp;nbsp;have you used?&lt;/p&gt;
[quote user="Lavanya_Manohar"]&lt;strong&gt;2. MAC Address Not Programmed in OTP:&lt;/strong&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;In all our WiFi modules, we are encountering the &amp;quot;MAC addr not programmed in OTP&amp;quot; issue.[/quote]
&lt;p&gt;&lt;a href="https://docs.nordicsemi.com/bundle/nan_043/page/APP/nan_043/mac_address.html"&gt;MAC address configuration page&lt;/a&gt;&amp;nbsp;describes 2 mechanisms for configuring MAC addresses -&amp;nbsp;&lt;a href="https://docs.nordicsemi.com/bundle/nan_043/page/APP/nan_043/mac_address_programming.html"&gt;programming MAC address&lt;/a&gt; into the&amp;nbsp;&lt;a href="https://docs.nordicsemi.com/bundle/nan_043/page/APP/nan_043/otp_programming.html"&gt;OTP memory&lt;/a&gt;&amp;nbsp;and using&amp;nbsp;&lt;a href="https://docs.nordicsemi.com/bundle/nan_043/page/APP/nan_043/mac_alternative.html"&gt;alternative method&lt;/a&gt;&amp;nbsp;where MAC address is programmed using &lt;a href="https://docs.nordicsemi.com/bundle/nan_043/page/APP/nan_043/mac_alternative.html"&gt;NET_REQUEST_ETHERNET_SET_MAC_ADDRESS&lt;/a&gt;&amp;nbsp;in net_mgmt(). Sample code for alternative method can be found in this&amp;nbsp;&lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/103719/samples-wifi-scan-broken-without-programmed-otp"&gt;discussion&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: Wifi initialisation fails  nrf7002-nrf5340</title><link>https://devzone.nordicsemi.com/thread/491299?ContentTypeID=1</link><pubDate>Fri, 28 Jun 2024 11:22:26 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:76e69048-aa83-4a11-a024-eeb1cd4178aa</guid><dc:creator>Lavanya_Manohar</dc:creator><description>&lt;p&gt;&lt;span&gt;After some changes in our custom board, we are now able to initialize WiFi, and it works fine. However, we are facing the following issues:&lt;/span&gt;&lt;/p&gt;
&lt;div&gt;&lt;strong&gt;1. WiFi Provisioning Not Working:&lt;/strong&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;The sample provisioning code is not working.Not even seeing the log.&amp;nbsp;&lt;br /&gt;&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;&lt;strong&gt;2. MAC Address Not Programmed in OTP:&lt;/strong&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;In all our WiFi modules, we are encountering the &amp;quot;MAC addr not programmed in OTP&amp;quot; issue. For testing purposes, we use the&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;code&gt;CONFIG_WIFI_FIXED_MAC_ADDRESS=&amp;quot;22:22:22:44:44:44&amp;quot;&lt;/code&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;configuration. However, we need to use the actual MAC addresses of the modules for production. &lt;br /&gt;It is essential for all modules to have unique MAC addresses. How can we include the MAC address into the module? &lt;br /&gt;&lt;span&gt;Do we want to create builds&amp;nbsp;by config mac addr locally for all wifi modules individually?&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;It would be helpful if the modules had the MAC addresses programmed into their OTP instead of using a fixed MAC address configuration.&lt;br /&gt;&lt;br /&gt;[00:00:00.068,908] &amp;lt;inf&amp;gt; wifi_nrf: nrf_wifi_fmac_otp_mac_addr_get: MAC addr not programmed in OTP&lt;br /&gt;[00:00:00.068,939] &amp;lt;err&amp;gt; wifi_nrf: nrf_wifi_get_mac_addr: Invalid MAC address: 00:00:00:00:00:00&lt;br /&gt;[00:00:00.068,969] &amp;lt;err&amp;gt; wifi_nrf: nrf_wifi_if_start_zep: Failed to get MAC address&lt;br /&gt;&lt;br /&gt;
&lt;p&gt;Please provide your suggestions on these issues.&lt;/p&gt;
&lt;/div&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Wifi initialisation fails  nrf7002-nrf5340</title><link>https://devzone.nordicsemi.com/thread/490515?ContentTypeID=1</link><pubDate>Tue, 25 Jun 2024 08:29:46 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:017dabff-7943-4d61-b6d3-93ac9f31208c</guid><dc:creator>dejans</dc:creator><description>&lt;p&gt;Hi,&lt;br /&gt;&lt;br /&gt;Looking at your 4 questions asked previously, it seems that your problem might be hardware related. I suggest that you open a new &lt;strong&gt;private&lt;/strong&gt; ticket where you would provide your schematic and PCB layout files and ask for a hardware review. After this is done and it is verified that the hardware is functional, you can return here with additional questions if you still have them.&lt;br /&gt;&lt;br /&gt;Best regards,&lt;br /&gt;Dejan&amp;nbsp;&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Wifi initialisation fails  nrf7002-nrf5340</title><link>https://devzone.nordicsemi.com/thread/490215?ContentTypeID=1</link><pubDate>Mon, 24 Jun 2024 09:54:29 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:de2cd7c5-71fc-4760-8807-4839772da6ac</guid><dc:creator>Lavanya_Manohar</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I will check on that. However, these transitioning steps are performed on the Wi-Fi code before initialization, which takes place in the sample code itself and is also needed for the DK.&lt;/p&gt;
&lt;p&gt;So, how could it be different from our custom board?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Wifi initialisation fails  nrf7002-nrf5340</title><link>https://devzone.nordicsemi.com/thread/490182?ContentTypeID=1</link><pubDate>Mon, 24 Jun 2024 08:59:44 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d71b3009-a30d-4af3-83a0-6aa08a0fdea6</guid><dc:creator>dejans</dc:creator><description>&lt;p&gt;Hi,&lt;br /&gt;&lt;br /&gt;You could look at the&amp;nbsp;&lt;a href="https://docs.nordicsemi.com/bundle/ps_nrf7002/page/chapters/functional/doc/power_state_operation.html"&gt;power state operation&lt;/a&gt;&amp;nbsp;in the nrf7002 product specification which shows transitioning steps to Active state.&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: Wifi initialisation fails  nrf7002-nrf5340</title><link>https://devzone.nordicsemi.com/thread/489837?ContentTypeID=1</link><pubDate>Fri, 21 Jun 2024 05:05:23 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:2ce8938a-7cb9-4eb3-8939-56ba4e1d4e64</guid><dc:creator>Lavanya_Manohar</dc:creator><description>&lt;p&gt;Hi Dejan,&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;
[quote userid="111786" url="~/f/nordic-q-a/112171/wifi-initialisation-fails-nrf7002-nrf5340/489645"]It might be that your nrf7002 may not have been powered up correctly.[/quote]
&lt;p&gt;Yes, Dejan. We also suspect this point. so we tested voltage at pin wise (QSPI, BUCK en and power points).&lt;/p&gt;
&lt;p&gt;As you mentioned that 2 points have no voltage. here I share the measured voltage at corresponding points. please check the table.&lt;/p&gt;
&lt;p&gt;we are looking for suggestions on how to properly power up the nrf7002 module. We are currently using a sample project with the pin configuration identical to the Development Kit (DK).&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Is there any specific pin configuration or additional settings that we might be missing to properly power up the nrf7002?&lt;/li&gt;
&lt;li&gt;Are there any specific sequences or initialization steps required in the firmware to ensure proper power-up of the nrf7002?&lt;/li&gt;
&lt;li&gt;Are there any external components or connections, such as capacitors or voltage regulators, that we need to double-check or verify?&lt;/li&gt;
&lt;li&gt;Could you suggest any diagnostic steps or tools we can use to further isolate the issue and confirm if it&amp;rsquo;s indeed a power-up problem?&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;&lt;br /&gt;&lt;img style="max-height:240px;max-width:320px;" alt=" " src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/pastedimage1718945544315v1.png" /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Wifi initialisation fails  nrf7002-nrf5340</title><link>https://devzone.nordicsemi.com/thread/489645?ContentTypeID=1</link><pubDate>Thu, 20 Jun 2024 08:57:34 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f5092719-0ae1-468d-a3f8-3678a17ebff3</guid><dc:creator>dejans</dc:creator><description>&lt;p&gt;Hi,&lt;br /&gt;&lt;br /&gt;It might be that your nrf7002 may not have been powered up correctly. Can you check if BUCKEN and IOVDD are at the correct voltages after boot-up?&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: Wifi initialisation fails  nrf7002-nrf5340</title><link>https://devzone.nordicsemi.com/thread/489618?ContentTypeID=1</link><pubDate>Thu, 20 Jun 2024 04:40:45 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:2e02fdad-17a8-424f-910d-26e99550aa49</guid><dc:creator>Lavanya_Manohar</dc:creator><description>&lt;p&gt;Hi dejans,&lt;br /&gt;&lt;br /&gt;Device is not resetting. After flashing it will reset once right, the log captured at that time only.&lt;br /&gt;&lt;br /&gt;Even after manual reset, the output is same.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Wifi initialisation fails  nrf7002-nrf5340</title><link>https://devzone.nordicsemi.com/thread/489617?ContentTypeID=1</link><pubDate>Thu, 20 Jun 2024 04:31:18 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a73e8d6b-b79b-411a-b96f-2580753dc6ca</guid><dc:creator>Lavanya_Manohar</dc:creator><description>[quote userid="111786" url="~/f/nordic-q-a/112171/wifi-initialisation-fails-nrf7002-nrf5340/489558"]Is scan sample (for which you showed log) also built for&amp;nbsp;nrf7002dk_nrf5340_cpuapp and with included&amp;nbsp;&lt;span&gt;CONFIG_CLOCK_CONTROL_NRF_K32SRC_RC=y in the prj.conf&lt;/span&gt;?[/quote]
&lt;p&gt;Yes, dejans&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Wifi initialisation fails  nrf7002-nrf5340</title><link>https://devzone.nordicsemi.com/thread/489586?ContentTypeID=1</link><pubDate>Wed, 19 Jun 2024 16:08:16 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f049222d-e976-4e5a-82df-3068668e4dd8</guid><dc:creator>dejans</dc:creator><description>&lt;p&gt;Hi,&lt;br /&gt;&lt;br /&gt;At which point did the device reset? &lt;br /&gt;&lt;br /&gt;Did the device reset on its own or did you reset it yourself?&lt;br /&gt;&lt;br /&gt;Did your board work normally for a period of time before reset occurred?&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: Wifi initialisation fails  nrf7002-nrf5340</title><link>https://devzone.nordicsemi.com/thread/489558?ContentTypeID=1</link><pubDate>Wed, 19 Jun 2024 13:52:07 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:051452db-7402-46f5-8e0c-4af57009ff25</guid><dc:creator>dejans</dc:creator><description>&lt;p&gt;Hi,&amp;nbsp;&lt;br /&gt;&lt;br /&gt;Is scan sample (for which you showed log) also built for&amp;nbsp;nrf7002dk_nrf5340_cpuapp and with included&amp;nbsp;&lt;span&gt;CONFIG_CLOCK_CONTROL_NRF_K32SRC_RC=y in the prj.conf&lt;/span&gt;?&lt;/p&gt;
&lt;div&gt;Best regards,&lt;br /&gt;Dejan&lt;/div&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>