<?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>Migration of beacon project</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/112299/migration-of-beacon-project</link><description>Hi, 
 we use our code for beacons for very long time now. Unfortunately producer changed chip. 
 We were using NRF51802QF with SoftDeviceS130. 
 Now the chip is NRF52810QCAA. 
 What are minimum memory changes necessary in Keil memory setting and code</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 22 Jul 2024 15:58:10 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/112299/migration-of-beacon-project" /><item><title>RE: Migration of beacon project</title><link>https://devzone.nordicsemi.com/thread/495079?ContentTypeID=1</link><pubDate>Mon, 22 Jul 2024 15:58:10 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:2d050bc3-eba0-4995-9689-b7c6bf79c36a</guid><dc:creator>Amanda Hsieh</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Sigurd is out of the office, so I take this case.&amp;nbsp;We are currently understaffed due to the summer vacation period, so delayed replies must be expected. I am sorry about any inconvenience this might cause.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;We don&amp;#39;t test and verify s130 with nRF52810. See&amp;nbsp;&lt;a title="Bluetooth QDIDs" href="https://infocenter.nordicsemi.com/topic/comp_matrix_nrf52810/COMP/nrf52810/nrf52810_ble_qdid_qual_matrix.html?cp=5_5_3_4"&gt;Bluetooth QDIDs&lt;/a&gt;&amp;nbsp;for nRF52810.&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: Migration of beacon project</title><link>https://devzone.nordicsemi.com/thread/494347?ContentTypeID=1</link><pubDate>Wed, 17 Jul 2024 12:01:15 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:8d3c43e6-c19b-44f2-ad63-5b56806edc4a</guid><dc:creator>Artur</dc:creator><description>&lt;p&gt;Im back to my migration.&lt;/p&gt;
&lt;p&gt;It looks like loading S130 and changing only pinout for IOs works fine.&lt;/p&gt;
&lt;p&gt;Is it theoretically possible?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Migration of beacon project</title><link>https://devzone.nordicsemi.com/thread/491256?ContentTypeID=1</link><pubDate>Fri, 28 Jun 2024 08:56:44 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:0ad618ea-51c3-4801-9c54-332873e0eaae</guid><dc:creator>Sigurd</dc:creator><description>[quote user="AntekAiR"]1) Is funcion ble_adv_data_set() still working? Which heade[/quote]
&lt;p&gt;Use&amp;nbsp;&lt;span&gt;sd_ble_gap_adv_set_configure , header: ble_gap.h&lt;/span&gt;&lt;/p&gt;
[quote user="AntekAiR"]) In example I see&amp;nbsp;idle_state_handle(), is it working similar to older&amp;nbsp;&lt;code&gt;power_manage()?&lt;/code&gt;[/quote]
&lt;p&gt;&lt;span&gt;Yes&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Migration of beacon project</title><link>https://devzone.nordicsemi.com/thread/491122?ContentTypeID=1</link><pubDate>Thu, 27 Jun 2024 13:03:42 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:77c5967b-2387-4017-b1df-12fa6cd4efbb</guid><dc:creator>Artur</dc:creator><description>&lt;p&gt;1) Is funcion ble_adv_data_set() still working? Which header?&lt;/p&gt;
&lt;p&gt;2) In example I see&amp;nbsp;idle_state_handle(), is it working similar to older&amp;nbsp;&lt;code&gt;power_manage()?&lt;/code&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Migration of beacon project</title><link>https://devzone.nordicsemi.com/thread/490798?ContentTypeID=1</link><pubDate>Wed, 26 Jun 2024 08:23:35 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:80856d11-ee76-4d44-9bd5-4f752c16558b</guid><dc:creator>Sigurd</dc:creator><description>&lt;p&gt;Use the latest one,&amp;nbsp;nRF5 SDK v17.1.0&lt;/p&gt;
[quote user="AntekAiR"]Can I change my few years old code just a little bit or do I have to write application from scratch using new SDK?[/quote]
&lt;p&gt;There will be some migration work needed, but you can likely keep the overall structure, logic, etc in from your code.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;PS: There is also the new&amp;nbsp;&lt;a href="https://www.nordicsemi.com/Products/Development-software/nRF-Connect-SDK"&gt;nRF Connect SDK&lt;/a&gt;&amp;nbsp;that we recommend for new projects, but here you would likely need to write most of your code from scratch.&amp;nbsp;&lt;a href="https://devzone.nordicsemi.com/nordic/nordic-blog/b/blog/posts/nrf-connect-sdk-and-nrf5-sdk-statement"&gt;nRF Connect SDK and nRF5 SDK statement&lt;/a&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Migration of beacon project</title><link>https://devzone.nordicsemi.com/thread/490750?ContentTypeID=1</link><pubDate>Wed, 26 Jun 2024 06:28:59 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:8777a48a-f20a-4623-9c7e-b92e7e201c44</guid><dc:creator>Artur</dc:creator><description>&lt;p&gt;Yes, should I use 15.2.0 or 17.x.x?&lt;/p&gt;
&lt;p&gt;Can I change my few years old code just a little bit or do I have to write application from scratch using new SDK?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Migration of beacon project</title><link>https://devzone.nordicsemi.com/thread/490705?ContentTypeID=1</link><pubDate>Tue, 25 Jun 2024 16:35:13 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e38d66fa-4845-4564-bedf-cec25d31d853</guid><dc:creator>Sigurd</dc:creator><description>[quote user="AntekAiR"]I just downloaded few days ago package with 15.2.0.[/quote]
&lt;p&gt;nRF5 SDK 15.2.0 ?&lt;/p&gt;
&lt;p&gt;&lt;a href="https://infocenter.nordicsemi.com/topic/com.nordic.infocenter.sdk5.v15.2.0/index.html?cp=9_5_3_0"&gt;https://infocenter.nordicsemi.com/topic/com.nordic.infocenter.sdk5.v15.2.0/index.html?cp=9_5_3_0&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="https://www.nordicsemi.com/Products/Development-software/nRF5-SDK/Download?lang=en#infotabs"&gt;https://www.nordicsemi.com/Products/Development-software/nRF5-SDK/Download?lang=en#infotabs&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Migration of beacon project</title><link>https://devzone.nordicsemi.com/thread/490593?ContentTypeID=1</link><pubDate>Tue, 25 Jun 2024 11:12:20 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d8e27f04-22e9-46b1-8c81-4ef5139d2710</guid><dc:creator>Artur</dc:creator><description>&lt;p&gt;My project started with 8.44.1, I just downloaded few days ago package with 15.2.0.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Migration of beacon project</title><link>https://devzone.nordicsemi.com/thread/490577?ContentTypeID=1</link><pubDate>Tue, 25 Jun 2024 10:28:35 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:398f4b57-b3c7-487c-9154-0ad4ebc783b1</guid><dc:creator>Sigurd</dc:creator><description>&lt;p&gt;What SDK version are you using?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Migration of beacon project</title><link>https://devzone.nordicsemi.com/thread/490501?ContentTypeID=1</link><pubDate>Tue, 25 Jun 2024 07:59:12 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:dfb4af31-d5b9-4791-8c3c-1288d2dc01bf</guid><dc:creator>Artur</dc:creator><description>&lt;p&gt;I am not using 17.1.0 because my project is based on very old code for&amp;nbsp;&lt;span&gt;NRF51802QF.&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Migration of beacon project</title><link>https://devzone.nordicsemi.com/thread/490325?ContentTypeID=1</link><pubDate>Mon, 24 Jun 2024 13:51:38 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:30b249e3-3e08-43c0-a339-0af31c7978a3</guid><dc:creator>Sigurd</dc:creator><description>&lt;p&gt;If you are using&amp;nbsp;&lt;span&gt;nRF5_SDK_17.1.0, then NRF_LOG_ENABLED&amp;nbsp;is part of the SDK.&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Migration of beacon project</title><link>https://devzone.nordicsemi.com/thread/490246?ContentTypeID=1</link><pubDate>Mon, 24 Jun 2024 11:29:29 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b0002311-7738-405e-865e-12882c688f92</guid><dc:creator>Artur</dc:creator><description>&lt;p&gt;I do not have NRF_LOG_ENABLED at all. My code worked fine with low power on&amp;nbsp;&lt;span&gt;NRF51802QF.&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Migration of beacon project</title><link>https://devzone.nordicsemi.com/thread/490242?ContentTypeID=1</link><pubDate>Mon, 24 Jun 2024 11:25:06 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d2c85f40-4a2c-4381-8217-6af109b8e50f</guid><dc:creator>Sigurd</dc:creator><description>&lt;p&gt;Hi!&lt;/p&gt;
&lt;p&gt;Try to set &lt;span&gt;NRF_LOG_ENABLED&amp;nbsp; in sdk_config.h to 0&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Migration of beacon project</title><link>https://devzone.nordicsemi.com/thread/490197?ContentTypeID=1</link><pubDate>Mon, 24 Jun 2024 09:19:54 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9b2169c5-d33e-4954-9a11-275113c91436</guid><dc:creator>Artur</dc:creator><description>&lt;p&gt;Thank you, it helped and application starts. Problem now is with low power mode, I get few mA`s instead of uA`s. Should I check something in code related to clock or where should I look?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Migration of beacon project</title><link>https://devzone.nordicsemi.com/thread/489930?ContentTypeID=1</link><pubDate>Fri, 21 Jun 2024 11:07:49 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:57898194-8804-4bf4-b4ee-bf28f5c06d04</guid><dc:creator>Sigurd</dc:creator><description>&lt;p&gt;You can take a look at the ble_app_beacon project in&amp;nbsp;&lt;/p&gt;
&lt;p&gt;nRF5_SDK_17.1.0_ddde560\examples\ble_peripheral\ble_app_beacon\pca10040e\s112&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Migration of beacon project</title><link>https://devzone.nordicsemi.com/thread/489890?ContentTypeID=1</link><pubDate>Fri, 21 Jun 2024 09:07:44 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ca246180-408a-43bd-8901-10cb04bb341d</guid><dc:creator>Artur</dc:creator><description>&lt;p&gt;That is what I heard. Can anyone help me with fixing memory values (IROM and IRAM) in KEIL for S112 with&amp;nbsp;&lt;span&gt;NRF52810QCAA?&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Migration of beacon project</title><link>https://devzone.nordicsemi.com/thread/489793?ContentTypeID=1</link><pubDate>Thu, 20 Jun 2024 14:32:58 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:2acd4248-d38e-4597-824a-9af706f1ac8a</guid><dc:creator>Sigurd</dc:creator><description>&lt;p&gt;Hi!&lt;/p&gt;
&lt;p&gt;1) So you are now designing a new product with the nRF52-series?&lt;/p&gt;
&lt;p&gt;2)&amp;nbsp;The S130 is not compatible with nRF52 series. I suggest using S112 for the nRF52810. See this page:&amp;nbsp;&lt;a href="https://infocenter.nordicsemi.com/topic/comp_matrix_nrf52810/COMP/nrf52810/nRF52810_ic_rev_sdk_sd_comp_matrix.html"&gt;https://infocenter.nordicsemi.com/topic/comp_matrix_nrf52810/COMP/nrf52810/nRF52810_ic_rev_sdk_sd_comp_matrix.html&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>