<?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>ANNA B402 EVK: BLE Blinky example from NRF5 SDKv17 not advertising</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/116138/anna-b402-evk-ble-blinky-example-from-nrf5-sdkv17-not-advertising</link><description>I’m not sure if I’m posting in the right forum, but since the EVK-ANNA-B402 uses the nRF52833, I thought this might be the place for questions related to it. 
 
 Steps followed to compile and flash the &amp;quot;ble_app_blinky_pca10040_s132&amp;quot; on EVK-ANNA-B402 </description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 08 Nov 2024 10:18:31 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/116138/anna-b402-evk-ble-blinky-example-from-nrf5-sdkv17-not-advertising" /><item><title>RE: ANNA B402 EVK: BLE Blinky example from NRF5 SDKv17 not advertising</title><link>https://devzone.nordicsemi.com/thread/509649?ContentTypeID=1</link><pubDate>Fri, 08 Nov 2024 10:18:31 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:0b485a19-d956-4f8d-a6af-d551a071f678</guid><dc:creator>Einar Thorsrud</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I see.&amp;nbsp;Did you test the beacon sample also? does it still not advertise? Then the next step is to start debugging. And the first part of that is to build a debug build (select &amp;quot;Debug&amp;quot; from the build configuration drop-down) and observe the UART&amp;nbsp;log (for that you need to either use your own board fiels or adjust the DK board file so that the UART pins match your hardware). What do you see in the log? If logging is difficult, you can also just start a debug session, reset and let the applicaiton run for a while before pausing. What do you see then?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: ANNA B402 EVK: BLE Blinky example from NRF5 SDKv17 not advertising</title><link>https://devzone.nordicsemi.com/thread/509630?ContentTypeID=1</link><pubDate>Fri, 08 Nov 2024 09:40:23 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:28ce00b1-224a-417d-9ba5-a49bcfa67a74</guid><dc:creator>Magblue</dc:creator><description>&lt;p&gt;Hi Einar,&lt;br /&gt;&lt;br /&gt;this is the screenshot for preprocessor defines under &amp;quot;common&amp;quot; configuration:&lt;br /&gt;&lt;br /&gt;&lt;img style="max-height:240px;max-width:320px;" alt="Preprocessor defines" src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/Screenshot-2024_2D00_11_2D00_08-145454.png" /&gt;&lt;br /&gt;&lt;br /&gt;this is the screenshot for &lt;strong&gt;config_sdk.h&lt;/strong&gt; setting for clock source:&lt;br /&gt;&lt;br /&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/Screenshot-2024_2D00_11_2D00_08-150007.png" /&gt;&lt;br /&gt;&lt;br /&gt;According to schematic of EVK ANNA B402, external crystal of 32.768KHz is present, also checked on the EVK ANNA B402 PCB it is present. However as suggested by you, I have used internal crystal LFRC as shown in the &lt;strong&gt;config_sdk.h&lt;/strong&gt; file setting above.&lt;br /&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/Screenshot-2024_2D00_11_2D00_08-150521.png" /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a id="" href="https://content.u-blox.com/sites/default/files/EVK-ANNA-B4_UserGuide_UBX-21008123.pdf"&gt;https://content.u-blox.com/sites/default/files/EVK-ANNA-B4_UserGuide_UBX-21008123.pdf&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;Still doesn&amp;#39;t advertise, please advise if something else is missing to configure.&lt;/strong&gt;&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: ANNA B402 EVK: BLE Blinky example from NRF5 SDKv17 not advertising</title><link>https://devzone.nordicsemi.com/thread/509623?ContentTypeID=1</link><pubDate>Fri, 08 Nov 2024 09:06:46 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:656b96af-421f-40f5-9f8d-e439110d8106</guid><dc:creator>Einar Thorsrud</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;If you are just trying to run the sample on the board there is no need to adjsut the section placement macros. Use the onces from the unmodified example. However, I suspect you are looking for the preprocessor defines? These are set under &amp;quot;Preprosessor&amp;quot; which is one step down in the menue from &amp;quot;Linker&amp;quot;, where you are in this screenshot.&lt;/p&gt;
&lt;p&gt;I would suggest that you try the beacon sample first. This does not use any GPIO&amp;#39;s, so as long as the LF clock configuration is correct it will work on any board even if you build with the DK board file. I did not find a clear indication that the EVK has the crystal in place, but the module does not. As using the internal LFRC will work regardless I suggest you test with that first as shown in my previous post. With this change, it should run on &lt;em&gt;any&lt;/em&gt; board.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: ANNA B402 EVK: BLE Blinky example from NRF5 SDKv17 not advertising</title><link>https://devzone.nordicsemi.com/thread/509609?ContentTypeID=1</link><pubDate>Fri, 08 Nov 2024 08:12:57 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:171f47cc-d4ba-4500-8c3c-519f11ac410b</guid><dc:creator>Magblue</dc:creator><description>&lt;p&gt;Hi Einar,&lt;br /&gt;&lt;br /&gt;Thanks for the response. &lt;br /&gt;&lt;br /&gt;I have checked schematic and board of &lt;strong&gt;ANNA-B402 EVK&lt;/strong&gt; that I am using has external 32.768KHz crystal. Checked individually for both LFRC and XTAL settings in &lt;strong&gt;sdk_config.h&lt;/strong&gt;, &lt;strong&gt;no BLE advertised to NRF connect on mobile or on Laptop&lt;/strong&gt;.&lt;br /&gt;&lt;br /&gt;I am using:&lt;br /&gt;&lt;strong&gt;ble_app_uart&lt;/strong&gt; example from &lt;strong&gt;NRF5 SDK V17.1.0&lt;/strong&gt;&lt;br /&gt;Soft device &lt;strong&gt;S113 v7.2.0&lt;/strong&gt;&lt;br /&gt;&lt;span&gt;SEGGER embedded studio v5.42a&lt;/span&gt;&lt;br /&gt;Renamed this&amp;nbsp;&lt;a title="file" href="https://github.com/u-blox/u-blox-sho-OpenCPU/tree/master/nRF5_SDK/EVK-ANNA-B402/board_files" rel="noopener noreferrer" target="_blank"&gt;file&lt;/a&gt; to &lt;strong&gt;custom_board.h&lt;/strong&gt; and used with preprocessor definition BOARD_CUSTOM.&lt;br /&gt;&lt;br /&gt;Here is a screenshot of the &lt;strong&gt;section placement macros&lt;/strong&gt;:&lt;br /&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/Screenshot-2024_2D00_11_2D00_08-133855.png" /&gt;&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;Could you please point me to something that I may be missing to configure.&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;span class="uiOutputText" dir="ltr"&gt;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: ANNA B402 EVK: BLE Blinky example from NRF5 SDKv17 not advertising</title><link>https://devzone.nordicsemi.com/thread/509470?ContentTypeID=1</link><pubDate>Thu, 07 Nov 2024 13:46:36 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:34fe6e8c-86a7-44ad-ac92-38b4019e240f</guid><dc:creator>Einar Thorsrud</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;From what I can see, the&amp;nbsp;ANNA-B402 does not have a 32.768 kHz crystall mounted. That is OK, but the SDK exmaples are configured for a crystal, so you need to modify the project&amp;#39;s sdk_config.h as explained in &lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/67478/nrf52840-examples-with-lfrc-and-calibration/276416"&gt;this post&lt;/a&gt;&amp;nbsp;to use the internal LFRC instead.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>