<?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>Dev Academy Bluetooth Low Energy Fundamentals with nRF7002 DK?</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/121533/dev-academy-bluetooth-low-energy-fundamentals-with-nrf7002-dk</link><description>Hello, 
 I have the nRF7002 DK, which includes the nRF5340 (App + BLE cores) on-board. 
 The hardware requirements do not list this DK as usable for the course, which seems like it should work since it has the nRF5340 on-board. 
 Can I run the course</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 22 May 2025 08:13:57 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/121533/dev-academy-bluetooth-low-energy-fundamentals-with-nrf7002-dk" /><item><title>RE: Dev Academy Bluetooth Low Energy Fundamentals with nRF7002 DK?</title><link>https://devzone.nordicsemi.com/thread/536550?ContentTypeID=1</link><pubDate>Thu, 22 May 2025 08:13:57 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:6deb4cbe-e564-405b-9b4a-e788d3185226</guid><dc:creator>Simonr</dc:creator><description>&lt;p&gt;Hi Chris&lt;/p&gt;
&lt;p&gt;Okay, so I was able to reproduce this, but it does not seem to be an issue per se for the sample, just the nRF5340 reporting that it&amp;#39;s not able to import a key (not needed by the sample). The peripheral_lbs sample seems to do exactly what it is meant to, but with these error messages because of the connected nRF7002. I will create an internal ticket on this, but since it does seem to work as expected (you&amp;#39;re not supposed to pair/bond to this sample) I&amp;#39;m not sure it will be of high priority.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Simon&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;EDIT:&amp;nbsp;&lt;/strong&gt;There is indeed an issue with some configs, and a workaround is to set&amp;nbsp;&lt;strong&gt;CONFIG_TFM_PROFILE_TYPE_NOT_SET&lt;/strong&gt;&lt;span&gt;&lt;strong&gt;=y&lt;/strong&gt; in your prj.conf file. Note that this will drastically increase the memory footprint of the application, but it will fix the public key import issue.&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Dev Academy Bluetooth Low Energy Fundamentals with nRF7002 DK?</title><link>https://devzone.nordicsemi.com/thread/536258?ContentTypeID=1</link><pubDate>Tue, 20 May 2025 15:06:04 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d7a14aa0-549f-455b-9ddd-5b4a002659ad</guid><dc:creator>SeattleChris</dc:creator><description>&lt;p&gt;Hi Simon... here&amp;#39;s some more data. I have attached main.c as well.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;I am using the LBS sample. Build configuration:&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/7180.build.png" /&gt;&lt;/p&gt;
&lt;p&gt;Trace...&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/8475.nordic-trace.png" /&gt;&lt;/p&gt;
&lt;p&gt;nRF Connect...&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/1000014614.jpg" /&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/1000014616.jpg" /&gt;&lt;/p&gt;
&lt;p&gt;Main.c attached...&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/0564.main.c"&gt;devzone.nordicsemi.com/.../0564.main.c&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Dev Academy Bluetooth Low Energy Fundamentals with nRF7002 DK?</title><link>https://devzone.nordicsemi.com/thread/536252?ContentTypeID=1</link><pubDate>Tue, 20 May 2025 14:30:03 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:7b9be949-5068-4a6e-8b6c-fa8110459e82</guid><dc:creator>Simonr</dc:creator><description>&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;I just tried the peripheral_lbs sample in NCS 3.0.0 myself, and can not reproduce this, nor should it use any public keys at all by default. Can you confirm you find it (named NORDIC_LBS( in the nRF Connect for Android app and press CONNECT, and that&amp;#39;s what triggers this issue? If so, can you show me the main.c file of the project on your end?&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: Dev Academy Bluetooth Low Energy Fundamentals with nRF7002 DK?</title><link>https://devzone.nordicsemi.com/thread/536040?ContentTypeID=1</link><pubDate>Mon, 19 May 2025 16:50:13 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b466e033-0731-4b20-955d-e70ebb4a7e6b</guid><dc:creator>SeattleChris</dc:creator><description>&lt;p&gt;Hi Simon,&lt;/p&gt;
&lt;p&gt;FYI... it fails to build unless I use the non-secure version of the target (i.e.&amp;nbsp;nrf7002dk/nrf5340/cpuapp/ns).&lt;br /&gt;&lt;br /&gt;It is building, loading, and BLE is connecting to nRF Connect but not Bonding. I tried a HW (button) reset and same results. Here&amp;#39;s the terminal trace.&lt;/p&gt;
&lt;p&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/nordic-trace.png" /&gt;&lt;/p&gt;
&lt;p&gt;I&amp;#39;m new to BLE. Do I need to manually set the public key somewhere in the configuration?&lt;/p&gt;
&lt;p&gt;Thanks,&lt;/p&gt;
&lt;p&gt;Chris&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Dev Academy Bluetooth Low Energy Fundamentals with nRF7002 DK?</title><link>https://devzone.nordicsemi.com/thread/536039?ContentTypeID=1</link><pubDate>Mon, 19 May 2025 16:28:47 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f234cf37-3dbf-4df5-a646-50f718451f8d</guid><dc:creator>SeattleChris</dc:creator><description>&lt;p&gt;Hi Simon,&lt;/p&gt;
&lt;p&gt;I&amp;#39;m just now getting back to working on this again. I&amp;#39;m working on Lesson 1 Exercise 1. I am also using the latest version of the SDK (3.0).&lt;/p&gt;
&lt;p&gt;I&amp;#39;ll let you know how it goes later today.&lt;/p&gt;
&lt;p&gt;Thanks,&lt;/p&gt;
&lt;p&gt;Chris&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Dev Academy Bluetooth Low Energy Fundamentals with nRF7002 DK?</title><link>https://devzone.nordicsemi.com/thread/536020?ContentTypeID=1</link><pubDate>Mon, 19 May 2025 13:56:33 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:93d5449e-40f8-4d1f-8044-0c09b25ea52e</guid><dc:creator>Simonr</dc:creator><description>&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;It&amp;#39;s not clear which lesson and excercise you&amp;#39;re working on here, so please let me know so I can &amp;quot;compare notes&amp;quot; to that one. It seems to me like you&amp;#39;re basing the project on an existing LBS sample, but you should use the already set up project templates in the DevAcademy course github found &lt;a href="https://github.com/NordicDeveloperAcademy/bt-fund"&gt;here&lt;/a&gt;. Here you can also sneak peek on the solutions to see if everything matches a finished &amp;quot;working&amp;quot; sample in the &lt;strong&gt;_sol&lt;/strong&gt; projects.&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: Dev Academy Bluetooth Low Energy Fundamentals with nRF7002 DK?</title><link>https://devzone.nordicsemi.com/thread/535831?ContentTypeID=1</link><pubDate>Fri, 16 May 2025 15:22:23 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c562d9ff-1454-4392-ae43-034e6b79aa75</guid><dc:creator>SeattleChris</dc:creator><description>&lt;p&gt;Hi Simon,&lt;/p&gt;
&lt;p&gt;Thank you for the guidance here. I will try the&amp;nbsp;&lt;strong&gt;nrf7002dk/nrf5340/cpuapp&amp;nbsp;&lt;/strong&gt;build config later today and follow up. On the key question, I am just following the course to a tee. I&amp;#39;m new to BLE and so not specifically familiar as to what I need to do with the key, how it works, etc., yet?&amp;nbsp;&lt;br /&gt;&lt;br /&gt;Thanks,&lt;/p&gt;
&lt;p&gt;Chris&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Dev Academy Bluetooth Low Energy Fundamentals with nRF7002 DK?</title><link>https://devzone.nordicsemi.com/thread/535796?ContentTypeID=1</link><pubDate>Fri, 16 May 2025 13:08:56 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5812a0a3-77a7-4d4d-b153-7f500f8ad891</guid><dc:creator>Simonr</dc:creator><description>&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;The nRF7002 DK is not listed as it has not been tested (being a DK mainly for Wi-Fi). However, it is basically an nRF5340 DK with an nRF7002 companion IC, so if you follow the guide as you would for an nRF5340 DK, but change the build target to&amp;nbsp;&lt;strong&gt;nrf7002dk/nrf5340/cpuapp&lt;/strong&gt; it should work as is. These build warnings are pretty generic and shouldn&amp;#39;t matter at all.&lt;/p&gt;
&lt;p&gt;What nRF Connect SDK version are you using for going through this course? Doesn&amp;#39;t change much, as either way the samples should build and flash for both cores in one fell swoop.&lt;/p&gt;
&lt;p&gt;As for the public key issue, have you set it to anything specific in your project or have you followed the DevAcademy course to a tee?&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>