<?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>No bluetooth signal detected from nRF5340-DK</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/74194/no-bluetooth-signal-detected-from-nrf5340-dk</link><description>I received an nRF5340-DK last week. Today I got the zephyr toolchain configured and working under Linux, and hooked everything up. The &amp;quot;blinky&amp;quot; sample app works fine. The USB cable is connected to the programmer port and the power switch is at the central</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 26 Apr 2021 06:28:16 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/74194/no-bluetooth-signal-detected-from-nrf5340-dk" /><item><title>RE: No bluetooth signal detected from nRF5340-DK</title><link>https://devzone.nordicsemi.com/thread/306680?ContentTypeID=1</link><pubDate>Mon, 26 Apr 2021 06:28:16 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:98d79579-6200-41fe-9204-9eb43bdefd2d</guid><dc:creator>Amanda Hsieh</dc:creator><description>&lt;p&gt;Hi David,&lt;/p&gt;
[quote user="dpletche"]The first Nordic intro page I originally looked at scared me away; it said it only applied to the nRF52 or the (obsolete) nRF53 PDK, and I continued hunting around the site for more current information.[/quote]
&lt;p&gt;Which&amp;nbsp;&lt;span&gt;installation guide did you use? You should refer to&amp;nbsp;&lt;/span&gt;&lt;span&gt;&lt;a title="Getting started with nRF Connect SDK (nRF53 Series)" href="https://infocenter.nordicsemi.com/topic/ug_gsg_ncs/UG/gsg/intro.html?cp=1_1_0"&gt;Getting started with nRF Connect SDK (nRF53 Series)&lt;/a&gt;&amp;nbsp;which will guide you to&amp;nbsp;&lt;a title="Installing the nRF Connect SDK" href="https://infocenter.nordicsemi.com/topic/ug_gsg_ncs/UG/common/install_nrf_connect_sdk.html?cp=1_1_0_3_0"&gt;Install the nRF Connect SDK&lt;/a&gt;.&lt;/span&gt;&lt;/p&gt;
[quote user="dpletche"]The peripheral_hr device works when deployed with NCS zephyr v1.5.1. It does not work when compiled and flashed with open-source zephyr:[/quote]
&lt;p&gt;Unfortunately, we only provide support to &lt;a href="http://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/index.html"&gt;nRF Connect SDK (NCS)&lt;/a&gt;.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;-Amanda H.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: No bluetooth signal detected from nRF5340-DK</title><link>https://devzone.nordicsemi.com/thread/306665?ContentTypeID=1</link><pubDate>Mon, 26 Apr 2021 01:55:08 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b7222263-60b6-4aa7-a4fb-ba0d8fa24db4</guid><dc:creator>David Pletcher</dc:creator><description>&lt;p&gt;Thank you, that clue reveals the crux of the problem. The documentation I was following guided me to install&amp;nbsp;open-source Zephyr, not NCS Zephyr.&lt;/p&gt;
&lt;p&gt;I tried locating that installation guide page again but couldn&amp;#39;t find it. The first Nordic intro page I originally looked at scared me away; it said it only applied to the nRF52 or the (obsolete) nRF53 PDK, and I continued hunting around the site for more current information.&lt;/p&gt;
&lt;p&gt;The peripheral_hr device works when deployed with NCS zephyr v1.5.1. It does not work when compiled and flashed with open-source zephyr:&lt;/p&gt;
&lt;p&gt;&lt;a href="https://pastebin.com/5dsPHZ1u"&gt;https://pastebin.com/5dsPHZ1u&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Thank you for your help with figuring this out.&lt;/p&gt;
&lt;p&gt;I&amp;nbsp;commend&amp;nbsp;the ongoing effort of&amp;nbsp;Nordic tech writers to consolidate redundant, dated installation guides and documentation.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: No bluetooth signal detected from nRF5340-DK</title><link>https://devzone.nordicsemi.com/thread/306215?ContentTypeID=1</link><pubDate>Thu, 22 Apr 2021 06:48:09 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:7ce082cd-de62-4153-ba6a-fd83b988544d</guid><dc:creator>Amanda Hsieh</dc:creator><description>&lt;p&gt;Hi David,&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Sorry for the delay.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;What version of NCS are you using? Is it v1.5.1?&lt;/span&gt;&lt;/p&gt;
[quote user="dpletche"]I tried targeting&amp;nbsp;&lt;span&gt;nrf5340dk_nrf5340_cpuapp, then&amp;nbsp;&lt;/span&gt;&lt;span&gt;nrf5340dk_nrf5340_cpunet (a much larger image, encouragingly), and flashing each, and later flashed&amp;nbsp;periodic_adv to the app processor, but I still don&amp;#39;t see any BT activity.&lt;/span&gt;[/quote]
&lt;p&gt;&lt;span&gt;We see the same issue with periodic_adv on nRF5340DK and&amp;nbsp;investigate it now.&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Are you able to build other sample like samples/bluetooth/peripheral_hr with&amp;nbsp;&lt;/span&gt;&lt;span&gt;&lt;em&gt;west build -b nrf5340dk_nrf5340_cpuapp &amp;amp;&amp;amp; west flash --recover &lt;/em&gt;&lt;/span&gt;and&lt;span&gt;&lt;em&gt; &lt;/em&gt;&lt;/span&gt;&lt;span&gt;see the nRF5340DK advertise as &amp;quot;Zephyr Heartrate Sensor&amp;quot; on nRF Connect &lt;a href="https://www.nordicsemi.com/Software-and-tools/Development-Tools/nRF-Connect-for-mobile"&gt;mobile &lt;/a&gt;app?&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;-Amanda H.&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: No bluetooth signal detected from nRF5340-DK</title><link>https://devzone.nordicsemi.com/thread/306208?ContentTypeID=1</link><pubDate>Thu, 22 Apr 2021 02:44:34 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9b8ed6e1-af8e-45ad-809a-2a4b3ba138ca</guid><dc:creator>David Pletcher</dc:creator><description>&lt;p&gt;Wrapping this up, I am unable to&amp;nbsp;get any Bluetooth sample app working properly (e.g. detectably advertising) on my nRF5340-DK. I discern that there are toolchain and documentation obstacles:&lt;/p&gt;
&lt;p&gt;* The private label Nordic SES package is many versions behind what&amp;#39;s available from Segger, and does not contain board support for the nRF53 family.&lt;/p&gt;
&lt;p&gt;* The latest release of SES from Segger&amp;#39;s site is not installable on Debian Linux with XFCE because of X compatibility problems (a longstanding problem)&lt;/p&gt;
&lt;p&gt;* ARM gdb / west debug is not usable with Debian Linux (absent dangerous and tedious workarounds) because of the unexpected dynamic linking dependency on Python 3.8; this has been discussed in bug reports but doesn&amp;#39;t seem to be a priority for the developers&lt;/p&gt;
&lt;p&gt;*&amp;nbsp;Available build tools and processes warn that 5340 support is preliminary, not for production use&lt;/p&gt;
&lt;p&gt;* Clear documentation (especially a walkthrough) of the west/zephyr build+deployment process for the asymmetric dual core 5340 seems to be a pending opportunity&lt;/p&gt;
&lt;p&gt;The nRF52832 is&amp;nbsp;adequate for my current needs, and the development toolchain is working fine for that platform. I am going to pause my investigation of the 5340 for a while,&amp;nbsp;with cautious optimism that the relevant tooling and knowledge base will progress over time. It&amp;#39;s also possible that I just have a defective board, in which case time is unlikely to cure the problem. :-) Amanda, if you will please pass along the word, I&amp;#39;ll be grateful--nay, thrilled!--if Nordic will put together a detailed walkthrough of the CLI-based deployment process, using west/zephyr and ARM-gcc, that starts with a fully-erased nRF5340-DK and ends with a flashed device that&amp;#39;s happily broadcasting advertising packets (and bonus points&amp;nbsp;if it has multi-platform Win+Mac+Linux guidance, like on some of the other Nordic tutorial pages.)&lt;/p&gt;
&lt;p&gt;I&amp;nbsp;get the sense that Windows toolchain support is more mature and robust than Linux. If I need to proceed with the 5340 in the nearer future, I&amp;#39;ll reluctantly consider provisioning a Windows development environment.&amp;nbsp;I prefer to keep Windows machines off of my network for security reasons.&lt;/p&gt;
&lt;p&gt;Kind regards and thank you for your attention. I appreciate the excellent expertise and assistance that Nordic staff contribute on this forum.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: No bluetooth signal detected from nRF5340-DK</title><link>https://devzone.nordicsemi.com/thread/305774?ContentTypeID=1</link><pubDate>Tue, 20 Apr 2021 09:24:29 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d9f72513-2514-466c-845a-8b4e073ac6c0</guid><dc:creator>David Pletcher</dc:creator><description>&lt;p&gt;Hi Amanda,&lt;/p&gt;
&lt;p&gt;Thank you for following up!&lt;/p&gt;
&lt;p&gt;I tried installing SES but I encountered the same problems I&amp;#39;ve seen in the past.&lt;/p&gt;
&lt;p&gt;This private label Nordic version of SES, an extractable tgz, is&amp;nbsp;usable but does not contain a board definition for the nRF5340-DK:&lt;/p&gt;
&lt;p&gt;&lt;a href="http://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/gs_installing.html#installing-ses"&gt;http://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/gs_installing.html#installing-ses&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;The newer version&amp;nbsp;on the Segger site is not installable on my Linux system, which is as it has been for time immemorial. The installer complains about some problem with the X display and I&amp;#39;ve never figured out how to get around that, despite following the advised remediations.&lt;/p&gt;
&lt;p&gt;I haven&amp;#39;t been able to make sense of the documentation for building multi-platform images with west. The CLI usage examples I&amp;#39;ve seen require a platform target--one of the secure app processor, the insecure app processor, or the network processor--and I&amp;nbsp;don&amp;#39;t know how to twiddle the right knobs to build a proper network processor image or multi-platform image. I tried targeting&amp;nbsp;&lt;span&gt;nrf5340dk_nrf5340_cpuapp, then&amp;nbsp;&lt;/span&gt;&lt;span&gt;nrf5340dk_nrf5340_cpunet (a much larger image, encouragingly), and flashing each, and later flashed&amp;nbsp;periodic_adv to the app processor, but I still don&amp;#39;t see any BT activity.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;I also looked at the&amp;nbsp;SoftDevice github repo:&lt;/p&gt;
&lt;p&gt;&lt;a href="https://github.com/nrfconnect/sdk-nrfxlib/tree/master/softdevice_controller"&gt;https://github.com/nrfconnect/sdk-nrfxlib/tree/master/softdevice_controller&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;The documentation seems more relevant to the nRF51/52 platforms, where the softdevice is linked into a single image along with application code.&lt;/p&gt;
&lt;p&gt;It&amp;#39;s getting late so I will put this project down for the night and try again tomorrow. The learning curve for deploying a stock sample app seems a little steeper than I expected (on the 5340; no problem on&amp;nbsp;the 52832), at least&amp;nbsp;using the west CLI. Sadly I seem to be unable to use&amp;nbsp;SES, plus&amp;nbsp;west debug is also broken because of some hard-coded Python 3.8&amp;nbsp;dependency conflict in the distributed binary :-/&lt;/p&gt;
&lt;p&gt;If you have any dumbed-down suggestions for getting a working build running on the 5340 using only west or nrfjprog commands, starting with a fully-erased configuration, and exhibiting discoverable BT advertising, I&amp;#39;ll be most grateful!&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Cheers,&lt;/p&gt;
&lt;p&gt;David&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: No bluetooth signal detected from nRF5340-DK</title><link>https://devzone.nordicsemi.com/thread/305744?ContentTypeID=1</link><pubDate>Tue, 20 Apr 2021 08:32:12 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d0c6d1a8-66c6-4f3e-b8e5-486bc438b01b</guid><dc:creator>Amanda Hsieh</dc:creator><description>&lt;p&gt;What version of NCS do you use?&lt;/p&gt;
&lt;p&gt;If you use the latest NCS and don&amp;#39;t modify the config, it supposes to build and flash the&amp;nbsp;hci_rpmsg as the child image when using &lt;span&gt;west build for the sample/application&lt;/span&gt;. See&amp;nbsp;&lt;a href="http://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/ug_nrf5340.html#building-and-programming-a-sample"&gt;building-and-programming-a-sample&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Do you see it build hci_rpmsg in the log while building with &amp;quot;w&lt;span&gt;est build&amp;quot;?&lt;/span&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;-Amanda H.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: No bluetooth signal detected from nRF5340-DK</title><link>https://devzone.nordicsemi.com/thread/305732?ContentTypeID=1</link><pubDate>Tue, 20 Apr 2021 08:01:05 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:da31f8f8-ed20-4209-a8bf-0398d8a65a11</guid><dc:creator>David Pletcher</dc:creator><description>&lt;p&gt;However, the link you provided&amp;nbsp;seems&amp;nbsp;relevant; I&amp;#39;m investigating that now.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: No bluetooth signal detected from nRF5340-DK</title><link>https://devzone.nordicsemi.com/thread/305729?ContentTypeID=1</link><pubDate>Tue, 20 Apr 2021 07:59:31 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:77706866-eea2-4839-9721-a497cdddb612</guid><dc:creator>David Pletcher</dc:creator><description>&lt;p&gt;Thanks for having a look!&lt;/p&gt;
&lt;p&gt;No, I am using &amp;quot;west build&amp;quot; (with various parameters for the&amp;nbsp;combinations&amp;nbsp;given above), and &amp;quot;west flash&amp;quot;.&lt;/p&gt;
&lt;p&gt;The &amp;quot;nRF5 Getting Started&amp;quot; documentation doesn&amp;#39;t seem to&amp;nbsp;endorse SES for the nRF53, favoring the &amp;quot;nRF Connect SDK&amp;quot; instead:&lt;/p&gt;
&lt;p&gt;&lt;a href="https://infocenter.nordicsemi.com/index.jsp?topic=%2Fug_gsg_ses%2FUG%2Fgsg%2Fintro.html"&gt;infocenter.nordicsemi.com/index.jsp&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: No bluetooth signal detected from nRF5340-DK</title><link>https://devzone.nordicsemi.com/thread/305700?ContentTypeID=1</link><pubDate>Tue, 20 Apr 2021 06:31:09 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ed5dd14d-aa5e-4856-99f6-4379528617f7</guid><dc:creator>Amanda Hsieh</dc:creator><description>&lt;p&gt;Hi David,&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Do you use SES to build and load the application? If so, you also need to&amp;nbsp;&lt;a href="http://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/ug_nrf5340.html#programming-the-network-sample-from-ses"&gt;program the network sample from ses&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;-Amanda H.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>