<?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>nRF7000 device tree file for custom nRF9160 board</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/115535/nrf7000-device-tree-file-for-custom-nrf9160-board</link><description>Hi Team, I am trying to add the nRF7000 support, for WIFI location, to our nRF9160 custom board. This is the lines I add to our device tree: prj.conf I am using the Location library to get the location data, but during initialization I get an error: </description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 21 Oct 2024 08:30:44 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/115535/nrf7000-device-tree-file-for-custom-nrf9160-board" /><item><title>RE: nRF7000 device tree file for custom nRF9160 board</title><link>https://devzone.nordicsemi.com/thread/507075?ContentTypeID=1</link><pubDate>Mon, 21 Oct 2024 08:30:44 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e044b853-fce4-4b4c-af76-59f28416f1ac</guid><dc:creator>Roman Veselskyi</dc:creator><description>&lt;p&gt;Hi,&lt;br /&gt;&lt;br /&gt;I was able to fix this issue by just copying the full config for nrf7000 from the asset tracker V2 sample.&lt;br /&gt;&lt;pre class="ui-code" data-mode="text"&gt;# Disable modem traces as UART1 is disabled
CONFIG_NRF_MODEM_LIB_TRACE=n

CONFIG_LOCATION_METHOD_WIFI=y

# Align this with CONFIG_NRF_WIFI_SCAN_MAX_BSS_CNT.
# Also see comments for CONFIG_HEAP_MEM_POOL_SIZE.
CONFIG_LOCATION_WORKQUEUE_STACK_SIZE=8192

# Actual configs for the Wi-Fi
CONFIG_WIFI=y
CONFIG_WIFI_NRF700X=y
CONFIG_WIFI_NRF700X_SKIP_LOCAL_ADMIN_MAC=y
# Align this with CONFIG_LOCATION_METHOD_WIFI_SCANNING_RESULTS_MAX_CNT.
# Also see comments for CONFIG_HEAP_MEM_POOL_SIZE.
# Wi-Fi shell sample has 25000 heap size. We need a bit more for location request purposes.
# Heap allocation should be changed when CONFIG_LOCATION_METHOD_WIFI_SCANNING_RESULTS_MAX_CNT
# and CONFIG_NRF_WIFI_SCAN_MAX_BSS_CNT (which should be the same value) are changed.
CONFIG_NRF_WIFI_SCAN_MAX_BSS_CNT=10

# System settings
CONFIG_NEWLIB_LIBC=y
CONFIG_NEWLIB_LIBC_FLOAT_PRINTF=y

# Scan only using offload API
CONFIG_WPA_SUPP=n

# For nRF9160 the default is socket interface
CONFIG_NET_DEFAULT_IF_ETHERNET=y
CONFIG_MBEDTLS=n
CONFIG_NORDIC_SECURITY_BACKEND=n

# Networking
CONFIG_NET_L2_ETHERNET=y
CONFIG_NET_NATIVE=y
CONFIG_NET_DHCPV4=y
CONFIG_NET_STATISTICS=y
CONFIG_NET_STATISTICS_WIFI=y
CONFIG_NET_STATISTICS_USER_API=y
CONFIG_NET_CONTEXT_SYNC_RECV=y

# Disable unused networking options
CONFIG_NET_IPV6=n

# Memory configurations
CONFIG_NET_BUF_RX_COUNT=8
CONFIG_NET_BUF_TX_COUNT=8
CONFIG_NET_PKT_RX_COUNT=1
CONFIG_NET_PKT_TX_COUNT=1
CONFIG_NET_TX_STACK_SIZE=4096
CONFIG_NET_RX_STACK_SIZE=4096
CONFIG_NET_TC_TX_COUNT=1
CONFIG_NET_MAX_CONTEXTS=5
CONFIG_NET_MGMT_EVENT_STACK_SIZE=1024&lt;/pre&gt;&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;
&lt;div&gt;
&lt;div&gt;&lt;span&gt;The only point I add because of the error was&amp;nbsp;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;CONFIG_NEWLIB_LIBC_FLOAT_PRINTF&lt;/span&gt;&lt;span&gt;=y&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF7000 device tree file for custom nRF9160 board</title><link>https://devzone.nordicsemi.com/thread/507065?ContentTypeID=1</link><pubDate>Mon, 21 Oct 2024 08:11:56 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:18e82a53-29f2-4fbd-8d5f-e49c1baf0051</guid><dc:creator>dejans</dc:creator><description>&lt;p&gt;Hi,&lt;br /&gt;&lt;br /&gt;It seems that Wi-FI interface might have failed.&amp;nbsp;Can you please &lt;br /&gt;1. provide &amp;quot;net iface&amp;quot; output?&lt;br /&gt;2. enable logging using CONFIG_LOG and provide full log? You could also include driver debug logs using&amp;nbsp;&lt;span&gt;CONFIG_WIFI_NRF700X_LOG_LEVEL_DBG=y.&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: nRF7000 device tree file for custom nRF9160 board</title><link>https://devzone.nordicsemi.com/thread/507020?ContentTypeID=1</link><pubDate>Sun, 20 Oct 2024 13:44:28 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a70d12fe-ed14-49dc-9ba0-2e5168f880ba</guid><dc:creator>Roman Veselskyi</dc:creator><description>&lt;p&gt;&lt;a href="https://devzone.nordicsemi.com/members/dejans"&gt;dejans&lt;/a&gt;&amp;nbsp;do you have any suggestions to test or check? We stuck with this issue.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF7000 device tree file for custom nRF9160 board</title><link>https://devzone.nordicsemi.com/thread/507015?ContentTypeID=1</link><pubDate>Sun, 20 Oct 2024 06:55:08 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b4f41799-8d6e-40ea-b850-1061ffb2c09c</guid><dc:creator>Roman Veselskyi</dc:creator><description>&lt;p&gt;No it is fully custom board with nrf9160 and nrf7000.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF7000 device tree file for custom nRF9160 board</title><link>https://devzone.nordicsemi.com/thread/506960?ContentTypeID=1</link><pubDate>Fri, 18 Oct 2024 13:48:07 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:4952a03a-29bd-4646-a364-cab72e25e763</guid><dc:creator>dejans</dc:creator><description>&lt;p&gt;Hi,&lt;br /&gt;&lt;br /&gt;Do you use nrf7002EK shield with your nrf9160 custom 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><item><title>RE: nRF7000 device tree file for custom nRF9160 board</title><link>https://devzone.nordicsemi.com/thread/506886?ContentTypeID=1</link><pubDate>Fri, 18 Oct 2024 11:37:49 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:477a3f70-580c-42d2-b1ca-0f5dd9e05295</guid><dc:creator>Roman Veselskyi</dc:creator><description>&lt;p&gt;I also checked if SPI3, which I am using, was not working simultaneously with another peripheral having the same ID. Everything is fine.&lt;/p&gt;
&lt;p&gt;UART3 and I2C3 are disabled in the zephyr.dts.&lt;/p&gt;
&lt;p&gt;I also tested the build with the following configuration added:&lt;/p&gt;
&lt;div&gt;
&lt;div&gt;&lt;span&gt;CONFIG_TFM_SECURE_UART&lt;/span&gt;&lt;span&gt;=n&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;CONFIG_TFM_LOG_LEVEL_SILENCE&lt;/span&gt;&lt;span&gt;=y&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;/div&gt;
&lt;div&gt;Didn&amp;#39;t help also.&amp;nbsp;&lt;br /&gt;&lt;br /&gt;I need your support. We have been stuck and unable to solve this issue for more than a week.&lt;/div&gt;
&lt;/div&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF7000 device tree file for custom nRF9160 board</title><link>https://devzone.nordicsemi.com/thread/506780?ContentTypeID=1</link><pubDate>Thu, 17 Oct 2024 17:33:06 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a1868f4a-3b74-4829-bc3e-0388b981aeca</guid><dc:creator>Roman Veselskyi</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;We have designed a custom PCB using the nRF9160 as the main IC and the nRF7000 for Wi-Fi scanning. The schematic and layout were reviewed by Nordic technical support before production.&lt;/p&gt;
&lt;p&gt;To ensure there were no hardware issues and that all connections were correct, I tested the PCB using the Location and Radio_test samples.&lt;/p&gt;
&lt;p&gt;For the Location sample, I built it for the nrf9160dk_nrf9160_ns with the following settings: -DSHIELD=&amp;quot;nrf7002ek&amp;quot; and nrf9160dk_nrf9160_ns.overlay.&lt;/p&gt;
&lt;p&gt;(The overlay file is attached in the first message.)&lt;/p&gt;
&lt;p&gt;Here is a screenshot from the log. From what I understand, the Wi-Fi is working, but the signal strength is weak. This might be due to the need for tuning the RF path components.&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family:inherit;"&gt; &lt;/span&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/pastedimage1729184236795v1.png" /&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;For the Location sample, I built it for the nrf9160dk_nrf9160_ns with the following settings: -DSHIELD=&amp;quot;nrf7002ek&amp;quot;, -DOVERLAY_CONFIG=&amp;quot;overlay-nrf7002ek-wifi-scan-only.conf&amp;quot;, and nrf9160dk_nrf9160_ns.overlay.&lt;/p&gt;
&lt;p&gt;Below is the log from the Location sample:&lt;span&gt;&lt;pre class="ui-code" data-mode="text"&gt;[00:00:00.387,634] &amp;lt;inf&amp;gt; wifi_nrf_bus: SPIM spi@b000: freq = 8 MHz
[00:00:00.394,714] &amp;lt;inf&amp;gt; wifi_nrf_bus: SPIM spi@b000: latency = 0
*** Booting nRF Connect SDK v3.5.99-ncs1-1 ***
Location sample started

Connecting to LTE...
Connected to LTE
Waiting for current time
[00:01:31.652,099] &amp;lt;dbg&amp;gt; location: location_core_init: Initialized &amp;#39;GNSS&amp;#39; method successfully
[00:01:31.661,651] &amp;lt;dbg&amp;gt; location: location_core_init: Initialized &amp;#39;Cellular&amp;#39; method successfully
[00:01:31.671,569] &amp;lt;dbg&amp;gt; location: location_core_init: Initialized &amp;#39;Wi-Fi&amp;#39; method successfully
[00:01:31.681,182] &amp;lt;dbg&amp;gt; location: location_core_init: Initialized &amp;#39;Wi-Fi + Cellular&amp;#39; method successfully
[00:01:31.691,833] &amp;lt;dbg&amp;gt; location: location_init: Location library initialized
Requesting Wi-Fi location with GNSS and cellular fallback...
[00:01:31.705,627] &amp;lt;dbg&amp;gt; location: location_core_config_log: Location configuration:
[00:01:31.714,324] &amp;lt;dbg&amp;gt; location: location_core_config_log:   Methods count: 2
[00:01:31.722,595] &amp;lt;dbg&amp;gt; location: location_core_config_log:   Interval: 0
[00:01:31.730,407] &amp;lt;dbg&amp;gt; location: location_core_config_log:   Timeout: 300000ms
[00:01:31.738,769] &amp;lt;dbg&amp;gt; location: location_core_config_log:   Mode: 0
[00:01:31.746,215] &amp;lt;dbg&amp;gt; location: location_core_config_log:   List of methods:
[00:01:31.754,455] &amp;lt;dbg&amp;gt; location: location_core_config_log:     Method #0
[00:01:31.762,298] &amp;lt;dbg&amp;gt; location: location_core_config_log:       Method type: Wi-Fi (3)
[00:01:31.771,484] &amp;lt;dbg&amp;gt; location: location_core_config_log:       Timeout: 30000ms
[00:01:31.780,120] &amp;lt;dbg&amp;gt; location: location_core_config_log:       Service: Any (0)
[00:01:31.788,757] &amp;lt;dbg&amp;gt; location: location_core_config_log:     Method #1
[00:01:31.796,569] &amp;lt;dbg&amp;gt; location: location_core_config_log:       Method type: Cellular (1)
[00:01:31.806,030] &amp;lt;dbg&amp;gt; location: location_core_config_log:       Timeout: 30000ms
[00:01:31.814,666] &amp;lt;dbg&amp;gt; location: location_core_config_log:       Service: Any (0)
[00:01:31.823,333] &amp;lt;dbg&amp;gt; location: location_core_config_log:       Cell count: 4
[00:01:31.831,695] &amp;lt;inf&amp;gt; location: Wi-Fi and cellular methods combined
[00:01:31.839,111] &amp;lt;dbg&amp;gt; location: location_request_info_create: Updated location method list:
[00:01:31.848,754] &amp;lt;dbg&amp;gt; location: location_request_info_create:     Method #0 type: Wi-Fi + Cellular (4)
[00:01:31.859,405] &amp;lt;dbg&amp;gt; location: location_core_location_get_pos: Requesting location with &amp;#39;Wi-Fi + Cellular&amp;#39; method
[00:01:31.871,154] &amp;lt;dbg&amp;gt; location: location_core_location_get_pos: Starting request timer with timeout=300000
[00:01:31.882,202] &amp;lt;dbg&amp;gt; location: scan_wifi_execute: Triggering start of Wi-Fi scanning
[00:01:31.902,313] &amp;lt;dbg&amp;gt; location: scan_wifi_execute: Starting Wi-Fi timer with timeout=30000
[00:01:31.913,482] &amp;lt;dbg&amp;gt; location: scan_cellular_execute: Triggering cell measurements timeout=30000, cell_count=4
[00:01:31.924,957] &amp;lt;dbg&amp;gt; location: scan_cellular_execute: Starting cellular timer with timeout=30000
[00:01:31.935,180] &amp;lt;dbg&amp;gt; location: scan_cellular_execute: Normal neighbor search (NCELLMEAS=1)
[00:01:31.946,441] &amp;lt;dbg&amp;gt; location: scan_cellular_lte_ind_handler: Cell measurements results received: ncells_count=0, gci_cells_count=0, current_cell.id=0x0901B929
[00:01:31.962,402] &amp;lt;dbg&amp;gt; location: scan_cellular_lte_ind_handler: No neighbor cell information from modem
[00:01:31.973,022] &amp;lt;dbg&amp;gt; location: scan_cellular_lte_ind_handler: No surrounding cell information from modem
[00:01:31.983,978] &amp;lt;dbg&amp;gt; location: scan_cellular_execute: RRC already in idle mode
[00:01:31.992,523] &amp;lt;dbg&amp;gt; location: scan_cellular_execute: GCI history search (NCELLMEAS=3,5)
[00:01:32.004,547] &amp;lt;dbg&amp;gt; location: scan_cellular_lte_ind_handler: Cell measurements results received: ncells_count=0, gci_cells_count=0, current_cell.id=0x0901B929
[00:01:32.020,538] &amp;lt;dbg&amp;gt; location: scan_cellular_lte_ind_handler: No neighbor cell information from modem
[00:01:32.031,158] &amp;lt;dbg&amp;gt; location: scan_cellular_lte_ind_handler: No surrounding cell information from modem
[00:01:32.042,144] &amp;lt;dbg&amp;gt; location: scan_cellular_execute: GCI regional search (NCELLMEAS=4,4)
[00:01:32.053,894] &amp;lt;dbg&amp;gt; location: scan_cellular_lte_ind_handler: Cell measurements results received: ncells_count=0, gci_cells_count=0, current_cell.id=0x0901B929
[00:01:32.069,824] &amp;lt;dbg&amp;gt; location: scan_cellular_lte_ind_handler: No neighbor cell information from modem
[00:01:32.080,444] &amp;lt;dbg&amp;gt; location: scan_cellular_lte_ind_handler: No surrounding cell information from modem
[00:01:36.516,601] &amp;lt;dbg&amp;gt; location: scan_wifi_done_handle: Scan request done with 0 Wi-Fi APs
[00:01:36.526,214] &amp;lt;wrn&amp;gt; location: No Wi-Fi scanning results, using only cellular data
[00:01:36.535,827] &amp;lt;dbg&amp;gt; location: cloud_service_location_get: Cloud service location parameters:
[00:01:36.545,715] &amp;lt;dbg&amp;gt; location: cloud_service_location_get:   Service: 0
[00:01:36.553,619] &amp;lt;dbg&amp;gt; location: cloud_service_location_get:   Timeout: 295324ms
[00:01:36.562,164] &amp;lt;dbg&amp;gt; location: cloud_service_nrf_pos_get: Sending positioning request (REST)
[00:01:52.199,890] &amp;lt;dbg&amp;gt; location: location_core_event_cb_fn: Location acquired successfully:&lt;/pre&gt;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;This is the output log from my application:&lt;br /&gt;&lt;pre class="ui-code" data-mode="text"&gt;*** Booting nRF Connect SDK v3.5.99-ncs1-1 ***
[00:00:00.254,638] &amp;lt;inf&amp;gt; app_event_manager: APP_EVT_START
[00:00:00.486,206] &amp;lt;inf&amp;gt; app_event_manager: MODEM_EVT_INITIALIZED
[00:00:00.487,335] &amp;lt;dbg&amp;gt; location: location_core_init: Initialized &amp;#39;Cellular&amp;#39; method successfully
[00:00:00.487,365] &amp;lt;err&amp;gt; location: No Wi-Fi interface found: nordic_wlan0
[00:00:00.487,396] &amp;lt;err&amp;gt; location: Failed to initialize &amp;#39;Wi-Fi&amp;#39; method
[00:00:00.487,426] &amp;lt;err&amp;gt; location_module: Initializing the Location library failed, error: -14
[00:00:00.487,426] &amp;lt;err&amp;gt; location_module: setup, error: -1&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;The first issue is that in both the Location and Radio_test samples, I see logs related to SPI, but in my application, I don&amp;#39;t. I&amp;#39;m not sure if this is due to log settings or if it indicates that SPI isn&amp;#39;t working.&lt;/p&gt;
&lt;p&gt;For my application, I used the Assert Tracker v2 as a reference and made some code changes, but I didn&amp;rsquo;t modify the Location module.&lt;/p&gt;
&lt;p&gt;When I check the device tree viewer, it shows that the nRF7000 is assigned to SPI3, and all the necessary pins are set up correctly.&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/pastedimage1729185992231v2.png" /&gt;&lt;/p&gt;
&lt;p&gt;The key point is that I am now building for a custom board, not for the nRF9160DK. All the configurations and devicetree changes I made to support the nRF7000 are mentioned in my first message.&lt;br /&gt;&lt;br /&gt;I also noticed that I forget to add CONFIG_SPI but this didn&amp;#39;t help.&amp;nbsp;&lt;br /&gt;&lt;br /&gt;Maybe there is something I need to add for the MCUboot?&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF7000 device tree file for custom nRF9160 board</title><link>https://devzone.nordicsemi.com/thread/506770?ContentTypeID=1</link><pubDate>Thu, 17 Oct 2024 16:10:43 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:786d6917-2f8d-48f0-8d04-1e47ce7a8ab5</guid><dc:creator>dejans</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Can you provide more information about your board, especially with regard to nrf7002?&lt;/p&gt;
&lt;p&gt;Which application or sample did you use as a starting point for your application?&lt;/p&gt;
[quote user="Roman Veselskyi"]Do you have any guide or a sample how to connect nRF700x to custom board?&amp;nbsp;[/quote]
&lt;p&gt;We have&amp;nbsp;&lt;a href="https://docs.nordicsemi.com/bundle/ncs-latest/page/nrf/samples/cellular/location/README.html"&gt;cellular location&lt;/a&gt; sample and&amp;nbsp;&lt;a href="https://docs.nordicsemi.com/bundle/ncs-latest/page/nrf/samples/cellular/nrf_cloud_multi_service/README.html"&gt;nRF Cloud multi-service&lt;/a&gt; sample. Both samples&amp;nbsp;can be run on nrf9160dk with a wi-fi nrf7002 EK shield. If you want to use wi-fi only for scanning and not for connectivity, you can find more information on&amp;nbsp;&lt;a href="https://docs.nordicsemi.com/bundle/nrf-cloud/page/LocationServices/Guides/WiFiLocation.html"&gt;determining device location using wi-fi&lt;/a&gt; webpage.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;There is more information about &lt;a href="https://docs.nordicsemi.com/bundle/ncs-latest/page/nrf/libraries/modem/location.html"&gt;location library&lt;/a&gt;,&amp;nbsp;&lt;a href="https://docs.nordicsemi.com/bundle/nrf-cloud/page/LocationServices/Features.html#location-based-on-wi-fi-networks"&gt;location services features&lt;/a&gt; and&amp;nbsp;&lt;a href="https://docs.nordicsemi.com/bundle/nrf-cloud/page/LocationServices/Guides/Introduction.html#guides"&gt;location services guide&lt;/a&gt; available in the documentation.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;br /&gt;Dejan&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF7000 device tree file for custom nRF9160 board</title><link>https://devzone.nordicsemi.com/thread/506710?ContentTypeID=1</link><pubDate>Thu, 17 Oct 2024 11:41:18 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d81e10fd-0a6a-473c-b566-448edd0b15b3</guid><dc:creator>Roman Veselskyi</dc:creator><description>&lt;p&gt;Hello,&lt;br /&gt;&lt;br /&gt;Do you have any update on this?&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF7000 device tree file for custom nRF9160 board</title><link>https://devzone.nordicsemi.com/thread/506601?ContentTypeID=1</link><pubDate>Thu, 17 Oct 2024 05:56:24 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c3736444-3eb1-4c90-882e-406cfc8385d9</guid><dc:creator>Roman Veselskyi</dc:creator><description>&lt;p&gt;Do you have any guide or a sample how to connect nRF700x to custom board?&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF7000 device tree file for custom nRF9160 board</title><link>https://devzone.nordicsemi.com/thread/506561?ContentTypeID=1</link><pubDate>Wed, 16 Oct 2024 14:58:51 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:543f9cff-7c57-441d-8dff-214ee17b9fe4</guid><dc:creator>Roman Veselskyi</dc:creator><description>&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;*** Booting nRF Connect SDK v3.5.99-ncs1-1 ***
[00:00:00.254,699] &amp;lt;inf&amp;gt; app_event_manager: APP_EVT_START
[00:00:00.486,267] &amp;lt;inf&amp;gt; app_event_manager: MODEM_EVT_INITIALIZED
[00:00:00.487,548] &amp;lt;dbg&amp;gt; location: location_core_init: Initialized &amp;#39;Cellular&amp;#39; method successfully
[00:00:00.487,579] &amp;lt;err&amp;gt; location: No Wi-Fi interface found: nordic_wlan0
[00:00:00.487,609] &amp;lt;err&amp;gt; location: Failed to initialize &amp;#39;Wi-Fi&amp;#39; method
[00:00:00.487,640] &amp;lt;err&amp;gt; location_module: Initializing the Location library failed, error: -14
[00:00:00.487,640] &amp;lt;err&amp;gt; location_module: setup, error: -1&lt;/pre&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF7000 device tree file for custom nRF9160 board</title><link>https://devzone.nordicsemi.com/thread/506529?ContentTypeID=1</link><pubDate>Wed, 16 Oct 2024 13:11:10 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1e81d491-6d6c-49fb-8031-974f9b38c297</guid><dc:creator>dejans</dc:creator><description>&lt;p&gt;Hi,&lt;br /&gt;&lt;br /&gt;Can you provide complete application log?&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: nRF7000 device tree file for custom nRF9160 board</title><link>https://devzone.nordicsemi.com/thread/506435?ContentTypeID=1</link><pubDate>Wed, 16 Oct 2024 08:47:18 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b9906b49-6632-468b-b544-8e448110115a</guid><dc:creator>Roman Veselskyi</dc:creator><description>&lt;p&gt;nRF SDK 2.6.1&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>