<?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>Cannot use nrf70-wifi-ble-image-transfer-demo in nRF7002 DK</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/121643/cannot-use-nrf70-wifi-ble-image-transfer-demo-in-nrf7002-dk</link><description>Hi 
 I am using nrf70-wifi-ble-image-transfer-demo in the nRF7002 DK. 
 I change nothing on the code form the sample, after patching I have succesfully build the code and then flash to the borad. 
 However, after flashing, there is nothing happending</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 20 Aug 2025 00:53:58 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/121643/cannot-use-nrf70-wifi-ble-image-transfer-demo-in-nrf7002-dk" /><item><title>RE: Cannot use nrf70-wifi-ble-image-transfer-demo in nRF7002 DK</title><link>https://devzone.nordicsemi.com/thread/546109?ContentTypeID=1</link><pubDate>Wed, 20 Aug 2025 00:53:58 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ccd23643-bdde-44cd-97f4-919424e21295</guid><dc:creator>Ziyao Zhou</dc:creator><description>&lt;p&gt;Problem solved after I delete&lt;/p&gt;
&lt;div&gt;
&lt;div&gt;&lt;span&gt;void&lt;/span&gt;&lt;span&gt; &lt;/span&gt;&lt;span&gt;app_bt_ready_callback&lt;/span&gt;&lt;span&gt;(&lt;/span&gt;&lt;span&gt;void&lt;/span&gt;&lt;span&gt;)&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;{&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt; &lt;/span&gt;&lt;span&gt;LOG_INF&lt;/span&gt;&lt;span&gt;(&lt;/span&gt;&lt;span&gt;&amp;quot;Bluetooth client ready&amp;quot;&lt;/span&gt;&lt;span&gt;);&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt; &lt;/span&gt;&lt;span&gt;// app_bt_send_client_status(((mega_info.camera_id == ARDUCAM_SENSOR_3MP_1 || mega_info.camera_id == ARDUCAM_SENSOR_3MP_2)) ? 1 : 2, current_resolution);&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt; &lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;}&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Cannot use nrf70-wifi-ble-image-transfer-demo in nRF7002 DK</title><link>https://devzone.nordicsemi.com/thread/546072?ContentTypeID=1</link><pubDate>Tue, 19 Aug 2025 14:25:45 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5089c593-27b2-41e2-9635-0150da60f9b7</guid><dc:creator>Ziyao Zhou</dc:creator><description>&lt;p&gt;hello,&lt;/p&gt;
&lt;p&gt;I have use the code in UDP and BLE, it&amp;#39;s OK.&lt;/p&gt;
&lt;p&gt;However, when I use the TCP with BLE, anytime I connect BLE, there will be error:&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;[00:00:17.011,077] &amp;lt;inf&amp;gt; app_bluetooth: MTU Updated: tx 23, rx 23
[00:00:17.011,077] &amp;lt;inf&amp;gt; app_bluetooth: MTU Updated: tx 23, rx 23
uart:~$ [00:00:17.011,169] &amp;lt;inf&amp;gt; app_bluetooth: Connected 75:39:25:FB:85:51 (random)
[00:00:17.011,169] &amp;lt;inf&amp;gt; app_bluetooth: Connected 75:39:25:FB:85:51 (random)
uart:~$ MTU exchange pending
MTU exchange pending
uart:~$ [00:00:17.012,176] &amp;lt;inf&amp;gt; WiFiCam: Bluetooth connection established
[00:00:17.012,176] &amp;lt;inf&amp;gt; WiFiCam: Bluetooth connection established
uart:~$ [00:00:17.015,258] &amp;lt;err&amp;gt; os: ***** USAGE FAULT *****
[00:00:17.015,258] &amp;lt;err&amp;gt; os: ***** USAGE FAULT *****
uart:~$ [00:00:17.015,258] &amp;lt;err&amp;gt; os:   Illegal use of the EPSR
[00:00:17.015,258] &amp;lt;err&amp;gt; os:   Illegal use of the EPSR
uart:~$ [00:00:17.015,258] &amp;lt;err&amp;gt; os: r0/a1:  0x00000000  r1/a2:  0x00000000  r2/a3:  0x20001a50
[00:00:17.015,258] &amp;lt;err&amp;gt; os: r0/a1:  0x00000000  r1/a2:  0x00000000  r2/a3:  0x20001a50
uart:~$ [00:00:17.015,289] &amp;lt;err&amp;gt; os: r3/a4:  0x00000000 r12/ip:  0xaaaaaaaa r14/lr:  0x00005399
[00:00:17.015,289] &amp;lt;err&amp;gt; os: r3/a4:  0x00000000 r12/ip:  0xaaaaaaaa r14/lr:  0x00005399
uart:~$ [00:00:17.015,289] &amp;lt;err&amp;gt; os:  xpsr:  0x00000000
[00:00:17.015,289] &amp;lt;err&amp;gt; os:  xpsr:  0x00000000
uart:~$ [00:00:17.015,289] &amp;lt;err&amp;gt; os: Faulting instruction address (r15/pc): 0x00000000
[00:00:17.015,289] &amp;lt;err&amp;gt; os: Faulting instruction address (r15/pc): 0x00000000
uart:~$ [00:00:17.015,319] &amp;lt;err&amp;gt; os: &amp;gt;&amp;gt;&amp;gt; ZEPHYR FATAL ERROR 35: Unknown error on CPU 0
[00:00:17.015,319] &amp;lt;err&amp;gt; os: &amp;gt;&amp;gt;&amp;gt; ZEPHYR FATAL ERROR 35: Unknown error on CPU 0
uart:~$ [00:00:17.015,319] &amp;lt;err&amp;gt; os: Current thread: 0x20001a50 (app_bt_thread)
[00:00:17.015,319] &amp;lt;err&amp;gt; os: Current thread: 0x20001a50 (app_bt_thread)
uart:~$ [00:00:17.210,052] &amp;lt;err&amp;gt; os: Halting system
[00:00:17.210,052] &amp;lt;err&amp;gt; os: Halting system
uart:~$&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;Could you give me some advice?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Cannot use nrf70-wifi-ble-image-transfer-demo in nRF7002 DK</title><link>https://devzone.nordicsemi.com/thread/537631?ContentTypeID=1</link><pubDate>Mon, 02 Jun 2025 10:42:00 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ab55b63d-3d3d-48c9-9cf8-d18e7c32eaa0</guid><dc:creator>Simonr</dc:creator><description>&lt;p&gt;Done. Sorry about the late reply, but we had a long weekend with a bank holiday here in Norway.&lt;/p&gt;
&lt;p&gt;I&amp;#39;m closing this ticket then, and we will continue in the new one.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Simon&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Cannot use nrf70-wifi-ble-image-transfer-demo in nRF7002 DK</title><link>https://devzone.nordicsemi.com/thread/537586?ContentTypeID=1</link><pubDate>Mon, 02 Jun 2025 06:00:08 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f678bcbc-1cd1-4a9e-aeb3-a0b5e51271f4</guid><dc:creator>Ziyao Zhou</dc:creator><description>&lt;p&gt;Could you please kindly check this &lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/121888/transer-nrf70-wifi-ble-image-transfer-demo-from-nrf5340-to-nrf54l15"&gt;ticket &lt;/a&gt;about a new problem?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Cannot use nrf70-wifi-ble-image-transfer-demo in nRF7002 DK</title><link>https://devzone.nordicsemi.com/thread/537584?ContentTypeID=1</link><pubDate>Mon, 02 Jun 2025 05:30:23 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:538dbd5a-3cf0-4a68-81fb-106039158872</guid><dc:creator>Simonr</dc:creator><description>&lt;p&gt;Did you get the project up and running now or are there more action points from our end required?&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Simon&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Cannot use nrf70-wifi-ble-image-transfer-demo in nRF7002 DK</title><link>https://devzone.nordicsemi.com/thread/537460?ContentTypeID=1</link><pubDate>Thu, 29 May 2025 12:19:33 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:8d930118-682f-4a0e-8343-706afccaa851</guid><dc:creator>Ziyao Zhou</dc:creator><description>&lt;p&gt;Thank you so much for your detailed information!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Cannot use nrf70-wifi-ble-image-transfer-demo in nRF7002 DK</title><link>https://devzone.nordicsemi.com/thread/537206?ContentTypeID=1</link><pubDate>Tue, 27 May 2025 13:45:04 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:7197ce68-35a3-489e-8ae6-ebd2ffc9ff11</guid><dc:creator>Simonr</dc:creator><description>&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;We just tested on our end with the following .hex file and the DK set up like the images below. Can you try with the .hex file here (just built the project in NCS 2.7.0 as is).&amp;nbsp;&lt;a href="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/ncs270_5F00_wifi_5F00_ble_5F00_camera_5F00_shell.hex"&gt;devzone.nordicsemi.com/.../ncs270_5F00_wifi_5F00_ble_5F00_camera_5F00_shell.hex&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;If you have issues with this .hex file as well, please upload images of your setup so we can double check how the setup looks on your end. Added ours for reference here:&lt;/p&gt;
&lt;p&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/6064.Image.jpg" /&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/6052.Image-_2800_1_2900_.jpg" /&gt;&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Simon&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Cannot use nrf70-wifi-ble-image-transfer-demo in nRF7002 DK</title><link>https://devzone.nordicsemi.com/thread/536957?ContentTypeID=1</link><pubDate>Mon, 26 May 2025 13:32:58 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:20bbe13b-f115-4662-bb4a-1ceca39058bd</guid><dc:creator>Ziyao Zhou</dc:creator><description>&lt;p&gt;I am using the same GPIO shows in overlay, which is P1.12-P1.15&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Cannot use nrf70-wifi-ble-image-transfer-demo in nRF7002 DK</title><link>https://devzone.nordicsemi.com/thread/536940?ContentTypeID=1</link><pubDate>Mon, 26 May 2025 13:03:47 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:0a73a825-0f8e-4d6d-9a7d-e0ac0e1a90cb</guid><dc:creator>Simonr</dc:creator><description>&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;So, what GPIOs exactly are you using for SPI here? By default the SPI pins P0.08-P0.11 on the nRF7002 DK are connected to the external flash memory. In order to connect get these GPIOs to the appointed headers (P6 and P24) you need to short the following solder bridges on the back side of the nRF7002 DK: &lt;strong&gt;SB11&lt;/strong&gt;, &lt;strong&gt;SB12&lt;/strong&gt;, &lt;strong&gt;SB13&lt;/strong&gt; and &lt;strong&gt;SB14&lt;/strong&gt;. This is explained in the&lt;a href="https://docs.nordicsemi.com/bundle/ug_nrf7002_dk/page/UG/nrf7002_DK/intro.html"&gt; nRF7002DK user guide&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Simon&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Cannot use nrf70-wifi-ble-image-transfer-demo in nRF7002 DK</title><link>https://devzone.nordicsemi.com/thread/536842?ContentTypeID=1</link><pubDate>Sun, 25 May 2025 03:57:35 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:4bdadac1-bba2-4f62-907a-355f92618f34</guid><dc:creator>Ziyao Zhou</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Today I have added the log to be&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;CONFIG_LOG=y
CONFIG_LOG_DEFAULT_LEVEL=3
CONFIG_USE_SEGGER_RTT=y
CONFIG_LOG_BACKEND_RTT=y
CONFIG_LOG_BACKEND_UART=y
CONFIG_LOG_PRINTK=y
&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;Finally, I can see something from RTT, however, UART is still unavailable, it shows the same problems before.&lt;/p&gt;
&lt;p&gt;I notice the SPI from nRF7002 DK&amp;#39;s CS(12), CLK(15) and MOSI (13) shows the correct pattern, however, the code reporting&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;00&amp;gt; [00:00:00.454,437] &amp;lt;err&amp;gt; spi_nrfx_spim: Timeout waiting for transfer complete
00&amp;gt; [00:00:00.660,095] &amp;lt;err&amp;gt; spi_nrfx_spim: Timeout waiting for transfer complete
00&amp;gt; [00:00:00.865,753] &amp;lt;err&amp;gt; spi_nrfx_spim: Timeout waiting for transfer complete
00&amp;gt; [00:00:00.871,307] &amp;lt;err&amp;gt; mega_camera: failed to write 0x40 to 0x87
00&amp;gt; [00:00:02.071,533] &amp;lt;err&amp;gt; spi_nrfx_spim: Timeout waiting for transfer complete
00&amp;gt; [00:00:02.277,191] &amp;lt;err&amp;gt; spi_nrfx_spim: Timeout waiting for transfer complete
00&amp;gt; [00:00:02.482,849] &amp;lt;err&amp;gt; spi_nrfx_spim: Timeout waiting for transfer complete
00&amp;gt; [00:00:02.488,403] &amp;lt;err&amp;gt; mega_camera: failed to read 0x44 register
00&amp;gt; [00:00:02.690,612] &amp;lt;err&amp;gt; spi_nrfx_spim: Timeout waiting for transfer complete
00&amp;gt; [00:00:02.896,270] &amp;lt;err&amp;gt; spi_nrfx_spim: Timeout waiting for transfer complete
00&amp;gt; [00:00:03.101,928] &amp;lt;err&amp;gt; spi_nrfx_spim: Timeout waiting for transfer complete&lt;/pre&gt;&lt;/p&gt;
&lt;p&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/6735.pastedimage1748142901042v2.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&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/2626.pastedimage1748142778962v1.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;On the other hand, when I using the nRF5340 DK, the arducam can funtion correctly, the logic analyzer shows:&amp;nbsp;&lt;/p&gt;
&lt;p&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/6758.pastedimage1748144865036v4.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;I think nRF7002 DK should have same SPI compared to nRF5340 DK, what is the problems here? Thank you so much!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Cannot use nrf70-wifi-ble-image-transfer-demo in nRF7002 DK</title><link>https://devzone.nordicsemi.com/thread/536841?ContentTypeID=1</link><pubDate>Sun, 25 May 2025 03:57:25 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:16bd7918-c12f-4e41-b64a-15a7f78f00ec</guid><dc:creator>Ziyao Zhou</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Today I have added the log to be&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;CONFIG_LOG=y
CONFIG_LOG_DEFAULT_LEVEL=3
CONFIG_USE_SEGGER_RTT=y
CONFIG_LOG_BACKEND_RTT=y
CONFIG_LOG_BACKEND_UART=y
CONFIG_LOG_PRINTK=y
&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;Finally, I can see something from RTT, however, UART is still unavailable, it shows the same problems before.&lt;/p&gt;
&lt;p&gt;I notice the SPI from nRF7002 DK&amp;#39;s CS(12), CLK(15) and MOSI (13) shows the correct pattern, however, the code reporting&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;00&amp;gt; [00:00:00.454,437] &amp;lt;err&amp;gt; spi_nrfx_spim: Timeout waiting for transfer complete
00&amp;gt; [00:00:00.660,095] &amp;lt;err&amp;gt; spi_nrfx_spim: Timeout waiting for transfer complete
00&amp;gt; [00:00:00.865,753] &amp;lt;err&amp;gt; spi_nrfx_spim: Timeout waiting for transfer complete
00&amp;gt; [00:00:00.871,307] &amp;lt;err&amp;gt; mega_camera: failed to write 0x40 to 0x87
00&amp;gt; [00:00:02.071,533] &amp;lt;err&amp;gt; spi_nrfx_spim: Timeout waiting for transfer complete
00&amp;gt; [00:00:02.277,191] &amp;lt;err&amp;gt; spi_nrfx_spim: Timeout waiting for transfer complete
00&amp;gt; [00:00:02.482,849] &amp;lt;err&amp;gt; spi_nrfx_spim: Timeout waiting for transfer complete
00&amp;gt; [00:00:02.488,403] &amp;lt;err&amp;gt; mega_camera: failed to read 0x44 register
00&amp;gt; [00:00:02.690,612] &amp;lt;err&amp;gt; spi_nrfx_spim: Timeout waiting for transfer complete
00&amp;gt; [00:00:02.896,270] &amp;lt;err&amp;gt; spi_nrfx_spim: Timeout waiting for transfer complete
00&amp;gt; [00:00:03.101,928] &amp;lt;err&amp;gt; spi_nrfx_spim: Timeout waiting for transfer complete&lt;/pre&gt;&lt;/p&gt;
&lt;p&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/pastedimage1748142901042v2.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&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/pastedimage1748142778962v1.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;On the other hand, when I using the nRF5340 DK, the arducam can funtion correctly, the logic analyzer shows:&amp;nbsp;&lt;/p&gt;
&lt;p&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/pastedimage1748144865036v4.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;I think nRF7002 DK should have same SPI compared to nRF5340 DK, what is the problems here? Thank you so much!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Cannot use nrf70-wifi-ble-image-transfer-demo in nRF7002 DK</title><link>https://devzone.nordicsemi.com/thread/536822?ContentTypeID=1</link><pubDate>Sat, 24 May 2025 02:03:57 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:94e2002d-eaf2-4903-b461-6f028ca3e978</guid><dc:creator>Ziyao Zhou</dc:creator><description>&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;I just added the overlay, I still cannot use the code&lt;/p&gt;
&lt;p&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/pastedimage1748052169121v2.png" /&gt;&lt;/p&gt;
&lt;p&gt;I thought I could use &amp;quot;west build -b nrf7002dk_nrf5340_cpuapp&amp;quot; to use the UDP mode, so I didn&amp;#39;t include&amp;nbsp;&lt;span&gt;-DEXTRA_CONF_FILE=overlay_tcp_socket.conf&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;span style="vertical-align:inherit;"&gt;&lt;span style="vertical-align:inherit;"&gt;I think it&amp;#39;s the problem from nRF7002DK,&amp;nbsp;so&amp;nbsp;I then use an nRF5340 DK the printing is:&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;span style="vertical-align:inherit;"&gt;&lt;span style="vertical-align:inherit;"&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/pastedimage1748058446108v2.png" /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;span style="vertical-align:inherit;"&gt;&lt;span style="vertical-align:inherit;"&gt;After I flash again, the nRF5340 has the same printing problem before. I can not get the printing form nRF7002 DK and nRF5340 DK now.&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;Could youl please give me some advice？&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Cannot use nrf70-wifi-ble-image-transfer-demo in nRF7002 DK</title><link>https://devzone.nordicsemi.com/thread/536763?ContentTypeID=1</link><pubDate>Fri, 23 May 2025 11:42:34 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:3237b2bd-cd1c-48a4-b6be-ae8214752824</guid><dc:creator>Simonr</dc:creator><description>&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;Did you follow the Firmware building and Wi-Fi Connection build steps from the Readme file here? Can you confirm you added the&amp;nbsp;&amp;nbsp;&lt;code&gt;-- -DEXTRA_CONF_FILE=overlay_tcp_socket.conf&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;as an extra devicetree overlay here? It doesn&amp;#39;t seem like that from your build config window.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Simon&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Cannot use nrf70-wifi-ble-image-transfer-demo in nRF7002 DK</title><link>https://devzone.nordicsemi.com/thread/536684?ContentTypeID=1</link><pubDate>Fri, 23 May 2025 04:04:47 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:07c23747-837d-4578-92aa-e5f692200ef8</guid><dc:creator>Ziyao Zhou</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I just tried and the print out result is:&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;*** Booting nRF Connect SDK v2.7.0-5cb85570ca43 ***
*** Using Zephyr OS v3.6.99-100befc70c74 ***
Pins have been configured as secure.
GPIO port: 0x00000001
Pin: 0x00000000
Pin: 0x00000001
[Sec Thread] Secure image initializing!
Booting TF-M v2.0.0-ncs2&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;My buide setup is&lt;/p&gt;
&lt;p&gt;&lt;img style="max-height:350px;max-width:255px;" height="350" src="https://devzone.nordicsemi.com/resized-image/__size/510x700/__key/communityserver-discussions-components-files/4/pastedimage1747964699161v2.png" width="254" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;I have to optimize the size as it will exceed the Flash.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Cannot use nrf70-wifi-ble-image-transfer-demo in nRF7002 DK</title><link>https://devzone.nordicsemi.com/thread/536640?ContentTypeID=1</link><pubDate>Thu, 22 May 2025 13:28:59 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:45190512-ae2e-48f4-be38-a7a7fc327a0b</guid><dc:creator>Simonr</dc:creator><description>&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;Try choosing the board target: nrf7002dk/nrf5340/cpuapp_ns instead to use a non-secure target for this application. Then make sure to first do &amp;quot;Build&amp;quot;, check that the build log compiles and completes without any big errors before pressing erase/flash. Then upload the log of the device flashing here so we can see if everything went as expected.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Simon&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Cannot use nrf70-wifi-ble-image-transfer-demo in nRF7002 DK</title><link>https://devzone.nordicsemi.com/thread/536471?ContentTypeID=1</link><pubDate>Wed, 21 May 2025 13:57:41 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:2281b776-edd4-4de7-8293-d040694256a9</guid><dc:creator>Ziyao Zhou</dc:creator><description>&lt;p&gt;&lt;span style="vertical-align:inherit;"&gt;&lt;span style="vertical-align:inherit;"&gt;是的，我正在使用 SDK 2.7：&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&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/pastedimage1747835857236v2.png" /&gt;&lt;/p&gt;
&lt;p&gt;Do I have to do the OTP memory programming? I am a new beginner on this field, I just want this sample running and take a look.&lt;/p&gt;
&lt;p&gt;Could you show me how to get&amp;nbsp;&lt;span&gt;Wi-Fi&amp;reg; Radio test?&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Cannot use nrf70-wifi-ble-image-transfer-demo in nRF7002 DK</title><link>https://devzone.nordicsemi.com/thread/536466?ContentTypeID=1</link><pubDate>Wed, 21 May 2025 13:43:32 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1f58a729-6ecf-44f3-a900-3706c19bdd34</guid><dc:creator>Simonr</dc:creator><description>&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;Can you confirm you&amp;#39;re using the supported SDK version (&lt;a href="https://docs.nordicsemi.com/bundle/ncs-2.7.0/page/nrf/installation.html"&gt;nRF Connect SDK v2.7.0&lt;/a&gt;)? How did you build and flash the board exactly. Additionally, if the nRF7002 is brand new (not used previously) you might need to do OTP memory programming. See the application note for reference:&amp;nbsp;&lt;a href="https://docs.nordicsemi.com/bundle/nan_043/page/APP/nan_043/otp_programming.html"&gt;https://docs.nordicsemi.com/bundle/nan_043/page/APP/nan_043/otp_programming.html&lt;/a&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Additionally, did you follow all the steps in the Wi-Fi BLE image transfer demo readme file when building and flashing this device?&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Simon&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>