<?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>Connectable beacon</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/33945/connectable-beacon</link><description>In the nRF5 SDK v15.0.0 there is an example for beacon. (in my case ble_app_beacon_pca10040_s132) 
 This example works fine and acts as a non-connectable unidirected beacon. 
 But I am looking for a connectable beacon. (Acts as a beacon, but can also</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 20 May 2020 15:42:54 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/33945/connectable-beacon" /><item><title>RE: Connectable beacon</title><link>https://devzone.nordicsemi.com/thread/251059?ContentTypeID=1</link><pubDate>Wed, 20 May 2020 15:42:54 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f59ccb95-c9ad-41d0-ba35-e06bba11583a</guid><dc:creator>Manoj Hiwarkar</dc:creator><description>&lt;p&gt;What about eclipse ?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Connectable beacon</title><link>https://devzone.nordicsemi.com/thread/212613?ContentTypeID=1</link><pubDate>Mon, 30 Sep 2019 13:03:32 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:7c58e35c-6c85-4631-a511-02fd8159a0fb</guid><dc:creator>Ameer Usman</dc:creator><description>&lt;p&gt;I applied the value:&lt;br /&gt;&lt;br /&gt;RAM_START=0x20002C60&lt;/p&gt;
&lt;p&gt;RAM_SIZE=0xD3A0&lt;br /&gt;&lt;br /&gt;Inside the linker option macros (can view guide from here:&amp;nbsp;&lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/34853/nrf_shd_ble_enable-function-error-code-4-no-memeory-for-operation"&gt;https://devzone.nordicsemi.com/f/nordic-q-a/34853/nrf_shd_ble_enable-function-error-code-4-no-memeory-for-operation&lt;/a&gt;) and it worked &lt;span class="emoticon" data-url="https://devzone.nordicsemi.com/cfs-file/__key/system/emoji/1f642.svg" title="Slight smile"&gt;&amp;#x1f642;&lt;/span&gt;.&lt;br /&gt;&lt;br /&gt;Thank you!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Connectable beacon</title><link>https://devzone.nordicsemi.com/thread/212593?ContentTypeID=1</link><pubDate>Mon, 30 Sep 2019 12:36:53 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:2fa3d398-8621-46c1-acdd-46882011d20c</guid><dc:creator>Ameer Usman</dc:creator><description>&lt;p&gt;I am using nRF52832, can you suggest how much should I put its values too?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Connectable beacon</title><link>https://devzone.nordicsemi.com/thread/212587?ContentTypeID=1</link><pubDate>Mon, 30 Sep 2019 12:25:02 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ba095100-82c0-4c73-a50c-434d8d2053aa</guid><dc:creator>Mttrinh</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;That error means&amp;nbsp;&lt;span&gt;NRF_ERROR_NO_MEM, which means you have to allocate more memory. You have to change your RAM_START and RAM_SIZE.&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Connectable beacon</title><link>https://devzone.nordicsemi.com/thread/212525?ContentTypeID=1</link><pubDate>Mon, 30 Sep 2019 11:02:01 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:0788ffec-9f34-49b8-abaa-e8d9cf2ce7cd</guid><dc:creator>Ameer Usman</dc:creator><description>&lt;p&gt;I am using nRF52832 with SDK 15.3.0 but I am getting this error:&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;img src="https://devzone.nordicsemi.com/resized-image/__size/320x240/__key/communityserver-discussions-components-files/4/2313.Screenshot_5F00_1.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;at here:&lt;/p&gt;
&lt;p&gt;&lt;img src="https://devzone.nordicsemi.com/resized-image/__size/320x240/__key/communityserver-discussions-components-files/4/pastedimage1569841278586v1.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;Any leads would be greatly appreciated.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Connectable beacon</title><link>https://devzone.nordicsemi.com/thread/212518?ContentTypeID=1</link><pubDate>Mon, 30 Sep 2019 10:37:52 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:8ba0387a-566c-4735-b78a-0f9f8caa289e</guid><dc:creator>Ameer Usman</dc:creator><description>&lt;p&gt;I am looking for a similar application and I followed your solution but it is not working, can you please provide further insight into it. I want to modify the&amp;nbsp;&lt;strong&gt;ble_app_beacon&lt;/strong&gt; example.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Connectable beacon</title><link>https://devzone.nordicsemi.com/thread/131820?ContentTypeID=1</link><pubDate>Mon, 14 May 2018 09:06:11 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:fd080a71-fa0b-445d-b756-d3811cf2d49c</guid><dc:creator>Mttrinh</dc:creator><description>&lt;p&gt;You can find RAM_size by:&lt;/p&gt;
&lt;p&gt;Right click on your project -&amp;gt; &amp;quot;Edit Options&amp;quot; -&amp;gt; At top left change your configurations to common -&amp;gt; Linker -&amp;gt; &amp;quot;Section Placement Macros&amp;quot;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Connectable beacon</title><link>https://devzone.nordicsemi.com/thread/131809?ContentTypeID=1</link><pubDate>Mon, 14 May 2018 08:37:58 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:3ffbaa93-fd3f-4aa1-adaa-f3c9b9a504fa</guid><dc:creator>Wim</dc:creator><description>&lt;p&gt;SEGGER Embedded Studio for ARM Release 3.34a Windows x86&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Connectable beacon</title><link>https://devzone.nordicsemi.com/thread/131803?ContentTypeID=1</link><pubDate>Mon, 14 May 2018 07:50:30 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:495ae649-97dc-405a-9af6-8e426fa1a6c2</guid><dc:creator>Mttrinh</dc:creator><description>&lt;p&gt;Which IDE are you using?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Connectable beacon</title><link>https://devzone.nordicsemi.com/thread/131535?ContentTypeID=1</link><pubDate>Wed, 09 May 2018 13:25:08 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:653f6d0e-99c6-4e13-b5bb-5bc2f316b2f1</guid><dc:creator>Wim</dc:creator><description>&lt;p&gt;I changed:&lt;/p&gt;
&lt;p&gt;In sdk_config.h&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp; #define NRF_SDH_BLE_PERIPHERAL_LINK_COUNT 1&amp;nbsp; //was 0&lt;/p&gt;
&lt;p&gt;In nrf_sdh_ble.c:&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp; #define RAM_START&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0x20001D88&amp;nbsp; //was 0x20000000&lt;/p&gt;
&lt;p&gt;However I could not find RAM_SIZE&lt;/p&gt;
&lt;p&gt;And I get the error messages:&lt;/p&gt;
&lt;p&gt;&amp;lt;warning&amp;gt; nrf_sdh_ble: Insufficient RAM allocated for the SoftDevice.&lt;br /&gt;&amp;lt;warning&amp;gt; nrf_sdh_ble: Change the RAM start location from 0x200018A8 to 0x20001D88.&lt;br /&gt;&amp;lt;warning&amp;gt; nrf_sdh_ble: Maximum RAM size for application is 0x10000.&lt;br /&gt;&amp;lt;error&amp;gt; nrf_sdh_ble: sd_ble_enable() returned NRF_ERROR_NO_MEM.&lt;br /&gt;&amp;lt;error&amp;gt; app: Fatal error&lt;br /&gt;&amp;lt;warning&amp;gt; app: System reset&lt;/p&gt;
&lt;p&gt;How can I solve thie?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Connectable beacon</title><link>https://devzone.nordicsemi.com/thread/131009?ContentTypeID=1</link><pubDate>Fri, 04 May 2018 12:09:22 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:4fa38601-e4bf-4b75-bd29-65fba40391a3</guid><dc:creator>Mttrinh</dc:creator><description>&lt;p&gt;You also have to change your&amp;nbsp;NRF_SDH_BLE_PERIPHERAL_LINK_COUNT to 1 and your RAM accordingly. Change your RAM_START to&amp;nbsp;0x20001D88 and RAM_SIZE to&amp;nbsp;0xE278.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Connectable beacon</title><link>https://devzone.nordicsemi.com/thread/130840?ContentTypeID=1</link><pubDate>Thu, 03 May 2018 14:29:36 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:6420503a-716f-4614-9a92-335cefb3772a</guid><dc:creator>Wim</dc:creator><description>&lt;p&gt;Hi Mttrinh,&lt;/p&gt;
&lt;p&gt;I changed the line&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp; m_adv_params.properties.type = BLE_GAP_ADV_TYPE_NONCONNECTABLE_NONSCANNABLE_UNDIRECTED;&lt;/p&gt;
&lt;p&gt;to:&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp; m_adv_params.properties.type = BLE_GAP_ADV_TYPE_CONNECTABLE_SCANNABLE_UNDIRECTED;&lt;/p&gt;
&lt;p&gt;But that is not sufficient, because it gives the error (through the USB-commport):&lt;/p&gt;
&lt;p&gt;&amp;lt;info&amp;gt; app: Beacon example started.&lt;/p&gt;
&lt;p&gt;&amp;lt;error&amp;gt; app: Fatal error&lt;/p&gt;
&lt;p&gt;&amp;lt;warning&amp;gt; app: System reset&lt;/p&gt;
&lt;p&gt;And it does not send any BLE message.&lt;/p&gt;
&lt;p&gt;To my impression, there is a lot more to change. But I hope somebody else already invented this wheel.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Connectable beacon</title><link>https://devzone.nordicsemi.com/thread/130832?ContentTypeID=1</link><pubDate>Thu, 03 May 2018 13:54:19 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c4b91497-e734-46d3-9f67-3a00d3ea9f65</guid><dc:creator>Mttrinh</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;div&gt;
&lt;div&gt;
&lt;p&gt;We don&amp;#39;t have any examples that does exactly this. You can change the advertising type to connectable in advertising init if you want to allow connections.&amp;nbsp;&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>