<?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>examples</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/116384/examples</link><description>Hi All. 
 A few years ago, Nordic documentation for developers included many &amp;quot;examples&amp;quot; to practice with and learn about this technology. For instance, ... &amp;gt;examples&amp;gt;ble peripheral&amp;gt;ble_app_uart&amp;gt;... etc. etc. My question is: Is Nordic keeping this valuable</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 06 Jan 2025 12:58:19 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/116384/examples" /><item><title>RE: examples</title><link>https://devzone.nordicsemi.com/thread/516984?ContentTypeID=1</link><pubDate>Mon, 06 Jan 2025 12:58:19 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:91cdfecf-54e3-4bfb-8b19-25dd42c7f6a5</guid><dc:creator>AMarch01</dc:creator><description>&lt;p&gt;No problem, I was sort of working through similar questions so I thought I would just throw out what I was looking at. If it helps...great, if not...well... the answer is out there...somewhere.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: examples</title><link>https://devzone.nordicsemi.com/thread/516879?ContentTypeID=1</link><pubDate>Sun, 05 Jan 2025 20:20:17 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:05bbb2c9-013f-4197-8b92-4321d744b4cf</guid><dc:creator>p143</dc:creator><description>&lt;p&gt;Hi, again AMarch01.&lt;/p&gt;
&lt;p&gt;Sorry for the lack of answers. Call it Christmas ..., but anyway, I beg your pardon.&lt;/p&gt;
&lt;p&gt;I am afraid we still haven&amp;#39;t gotten the right answer, but your comments are slowly helping me reach the goal. I have to investigate a bit, but if I find some relevant info, be sure I`ll let you know. Thanks&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: examples</title><link>https://devzone.nordicsemi.com/thread/513711?ContentTypeID=1</link><pubDate>Thu, 05 Dec 2024 21:00:56 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:75a711cb-12a8-4281-86ec-3fbf1007b7bb</guid><dc:creator>AMarch01</dc:creator><description>&lt;p&gt;Found this one, which seems to indicate that changing the inteval (for advertising) may be difficult&amp;nbsp;&lt;br /&gt;&lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/90701/ble-advertising-rate-interval---how-to-auto-change-from-min-to-max"&gt;https://devzone.nordicsemi.com/f/nordic-q-a/90701/ble-advertising-rate-interval---how-to-auto-change-from-min-to-max&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: examples</title><link>https://devzone.nordicsemi.com/thread/513706?ContentTypeID=1</link><pubDate>Thu, 05 Dec 2024 18:19:24 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:28fe6293-c696-45d4-9956-d469ae808a4c</guid><dc:creator>AMarch01</dc:creator><description>&lt;p&gt;Probably more detail then you want at the moment, but I am examining parts of the BT Controller to figure out how the low-end pieces function, or where they exist at least.&lt;br /&gt;&lt;br /&gt;&lt;a href="https://docs.zephyrproject.org/latest/connectivity/bluetooth/bluetooth-ctlr-arch.html"&gt;LE Controller &amp;mdash; Zephyr Project Documentation&lt;/a&gt;&lt;br /&gt;and pieces found here&lt;br /&gt;&lt;br /&gt;ncs\v2.x.0\zephyr\subsys\bluetooth\controller\ll_sw&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Maybe this information doesn&amp;#39;t help you ...&lt;br /&gt;AM&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: examples</title><link>https://devzone.nordicsemi.com/thread/513703?ContentTypeID=1</link><pubDate>Thu, 05 Dec 2024 17:54:01 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:49c0da7d-e1eb-401c-86d1-fe5c106ba4ac</guid><dc:creator>AMarch01</dc:creator><description>&lt;p&gt;I think what is funny about your question, is that I plan on opening that project in the near future here and attempt to adjust the very same variables you mentioned among others. I am guessing that they are a part of the prj.conf variables. There is a common variable list in Zephyr / Nordic that adjust the parameters, and then you specify them in the proj.conf file.&amp;nbsp;&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;Right now the file proj.conf ontains the following:&lt;/p&gt;
&lt;div&gt;
&lt;div&gt;&lt;span&gt;CONFIG_BT&lt;/span&gt;&lt;span&gt;=y&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;CONFIG_LOG&lt;/span&gt;&lt;span&gt;=y&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;CONFIG_BT_DEVICE_NAME&lt;/span&gt;&lt;span&gt;=&lt;/span&gt;&lt;span&gt;&amp;quot;Test beacon&amp;quot;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;p&gt;I would start searching around for the CONFIG_BT switch to find other switches to help with configuration. They are in there somewhere.&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;There are probably some library calls that can do the modifications dynamically, but I haven&amp;#39;t searched for them yet.&amp;nbsp;&lt;br /&gt; &amp;nbsp;&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;The sad part is that I don&amp;#39;t have an answer for you.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: examples</title><link>https://devzone.nordicsemi.com/thread/513698?ContentTypeID=1</link><pubDate>Thu, 05 Dec 2024 17:26:32 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:4308c069-5fbe-42d5-b893-18a0317517b9</guid><dc:creator>p143</dc:creator><description>&lt;p&gt;&lt;span style="font-size:inherit;"&gt;Hi SwRa.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&lt;span style="font-size:inherit;"&gt;Thanks to AMarch01 and you, I&amp;#39;ve found the Beacon&amp;nbsp;application I was looking for in the actual nRF Connect SDK. Therefore, I won&amp;#39;t need to port the old example from the nRF5 SDK to build it up and determine&amp;nbsp;the&amp;nbsp;minimum&amp;nbsp;memory I need to run this app in a Nordic SoC.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size:inherit;"&gt; &lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:inherit;"&gt;However, checking the main.c file on this app, I don&amp;#39;t find elements (API functions?) to change several properties of the SoC that are critical in my project (like the device name, the output power, the advertising PHY modulation, the interval, the duration,&amp;nbsp;or&amp;nbsp;the adv_data_flags), elements, all of them, being accessible in some of the examples&amp;nbsp;I tried in the past (for instance in one called ble_app_uart)&amp;nbsp;using in this case,&amp;nbsp;the old nRF5 SDK, allowing me to change all the mentioned parameters and fine-tune the module based in a nRF52840 SoC.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size:inherit;"&gt;Would you please let me know where to find these functions to&amp;nbsp;perform the same fine-tunes I made on the nRF52840 and see how the fact of having an SoC with much less memory and no receiving radio affects the chip&amp;nbsp;autonomy on the Beacon.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size:inherit;"&gt;Thanks&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&lt;span style="font-size:inherit;"&gt;Juan&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: examples</title><link>https://devzone.nordicsemi.com/thread/513277?ContentTypeID=1</link><pubDate>Tue, 03 Dec 2024 16:37:11 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:29b04348-2e9a-46c3-a8c5-5eccb3175157</guid><dc:creator>AMarch01</dc:creator><description>&lt;p&gt;I would imagine that such a task would be difficult, the nrfx library probably doesn&amp;#39;t mesh together the same way and unraveling any pieces that are under cmake control would be an effort.&lt;/p&gt;
&lt;p&gt;Beacon appears to be a generic operation for BLE so a generic example would be found in&amp;nbsp;&lt;br /&gt;v2.7.0\zephyr\samples\bluetooth\beacon\&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I attempted to build this and when the zephyr build is completed using NCS under VS code I get an ending output report as follows:&lt;br /&gt;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier;"&gt;[186/186] Linking C executable zephyr\zephyr.elf&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier;"&gt;Memory region Used Size Region Size %age Used&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier;"&gt; FLASH:&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 99692 B&amp;nbsp; &amp;nbsp; 1 MB&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 9.51%&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier;"&gt; RAM:&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 26632 B&amp;nbsp; &amp;nbsp; 256 KB&amp;nbsp; &amp;nbsp; &amp;nbsp; 10.16%&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier;"&gt; IDT_LIST:&amp;nbsp; &amp;nbsp; &amp;nbsp;0 GB&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;32 KB&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;0.00%&lt;br /&gt;&lt;br /&gt;This was to a nrf52840-DK target.&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;It is a good idea to follow the Nordic education guides with the latest software products. There are guides on how to configure and use the nrf Connect SDK using VS Code.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: examples</title><link>https://devzone.nordicsemi.com/thread/513048?ContentTypeID=1</link><pubDate>Mon, 02 Dec 2024 16:37:57 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:498a8808-643a-47fe-94f3-25c77430a707</guid><dc:creator>p143</dc:creator><description>&lt;p&gt;Hi AMarch01. Thanks for your time.&lt;/p&gt;
&lt;p&gt;In my case, I want to know the memory layout and size I need to choose the most convenient Nordic SoC and implement a transmitting-only beacon using the new toolchain and VSC IDE Nordic is now recommending. &lt;br /&gt;In the old SDK and for a Segger IDE environment, an example called ble_app_beacon was described. Still, unfortunately, the new nRF Connect SDK (v2.7.0 in my case) did not include this example. I could use the actual Segger IDE environment, but since the old nRF5 SDK hasn&amp;acute;t been maintained for some time, I suspect the setup will give errors.&lt;br /&gt;So my question is: Could I Build-Flash this old Segger .emProject file into my nRF52849 DK using the VSC IDE, toolchain, and nRF Connect SDK that Nordic recommends nowadays (i.e., the one described in the nRF Connect SDK Fundamentals DevAcademy course) and see the memory details I mentioned?&lt;/p&gt;
&lt;p&gt;Waiting&amp;nbsp;for your comments,&lt;/p&gt;
&lt;p&gt;Regards,&lt;/p&gt;
&lt;p&gt;Juan&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: examples</title><link>https://devzone.nordicsemi.com/thread/512859?ContentTypeID=1</link><pubDate>Sun, 01 Dec 2024 14:13:36 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1f7a90f7-3691-415d-a5e0-775ff146159f</guid><dc:creator>p143</dc:creator><description>&lt;p&gt;Thanks, SwRa.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: examples</title><link>https://devzone.nordicsemi.com/thread/512858?ContentTypeID=1</link><pubDate>Sun, 01 Dec 2024 14:12:16 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:3d17d502-2a18-4f94-bd02-ed53ae8e88b9</guid><dc:creator>p143</dc:creator><description>&lt;p&gt;Thanks AM&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: examples</title><link>https://devzone.nordicsemi.com/thread/510481?ContentTypeID=1</link><pubDate>Thu, 14 Nov 2024 12:43:22 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:262ab460-7e4f-4e97-8be0-8905b4cf0600</guid><dc:creator>AMarch01</dc:creator><description>&lt;p&gt;ah...much better links&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: examples</title><link>https://devzone.nordicsemi.com/thread/510480?ContentTypeID=1</link><pubDate>Thu, 14 Nov 2024 12:42:29 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:12f2373d-9163-44fa-918c-f3e3bb777df6</guid><dc:creator>SwRa</dc:creator><description>&lt;p&gt;Hi Juan,&lt;/p&gt;
&lt;p&gt;We have two SDK&amp;#39;s, The nRF Connect SDK and the nRF 5 SDK (Older SDK).. All the documentation for each of the SDK&amp;#39;s can be found in&amp;nbsp; the Technical Documentation Website here:&amp;nbsp;&lt;a href="https://docs.nordicsemi.com/"&gt;https://docs.nordicsemi.com/&lt;/a&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;The Sample that come under the SDK&amp;#39;s can be found here:&lt;/p&gt;
&lt;p&gt;nRF Connect SDK:&amp;nbsp;&lt;a href="https://docs.nordicsemi.com/bundle/ncs-latest/page/nrf/samples.html"&gt;https://docs.nordicsemi.com/bundle/ncs-latest/page/nrf/samples.html&lt;/a&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;nRF 5 SDK:&amp;nbsp;&lt;a href="https://docs.nordicsemi.com/bundle/sdk_nrf5_v17.1.0/page/examples.html"&gt;https://docs.nordicsemi.com/bundle/sdk_nrf5_v17.1.0/page/examples.html&lt;/a&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Additionally, we also have tutorials on BLE, WiFi and Cellular fundamentals as well as working with nRF Connect SDK in the DevAcademy page that you could refer:&amp;nbsp;&lt;a href="https://academy.nordicsemi.com/"&gt;https://academy.nordicsemi.com/&lt;/a&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Best Regards,&lt;/p&gt;
&lt;p&gt;Swathy&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: examples</title><link>https://devzone.nordicsemi.com/thread/510475?ContentTypeID=1</link><pubDate>Thu, 14 Nov 2024 12:32:06 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5906d25d-1ecc-4dad-aa0f-6b46f3800f82</guid><dc:creator>AMarch01</dc:creator><description>&lt;p&gt;Using the new SDK , you can find them under&amp;nbsp;\ncs\v2.7.0\nrf\samples. Download the latest nrfconnect for desktop, click on the Toolchain Manager and download the latest (2.7.0 in my case).&amp;nbsp;&lt;br /&gt;Wait a long while it downloads the whole world (code and tools)&amp;nbsp; and you will find many of them in the relative directory I just specified.&lt;br /&gt;A M&lt;br /&gt;The old SDK still exists, but it isn&amp;#39;t going to be supported. You can find it someplace on the website.&lt;br /&gt;&lt;br /&gt;How about a link&lt;br /&gt;&lt;a href="https://www.nordicsemi.com/Products/Development-tools/nRF-Connect-for-Desktop/Download?lang=en#infotabs"&gt;nRF Connect for Desktop - Downloads - nordicsemi.com&lt;br /&gt;&lt;br /&gt;L&lt;/a&gt;ink to the old SDK&lt;br /&gt;&lt;a href="https://www.nordicsemi.com/Products/Development-software/nRF5-SDK/Download#infotabs"&gt;nRF5 SDK downloads - nordicsemi.com&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>