<?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>Trying eddystone example</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/52054/trying-eddystone-example</link><description>I am trying eddystone example from SDK 15, its working fine but once I press the button to enable connecting and function nrf_ble_es_on_start_connectable_advertising(); is called, the application crahes, how can I solve this? 
 Also how can I set name</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 16 Sep 2019 15:03:37 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/52054/trying-eddystone-example" /><item><title>RE: Trying eddystone example</title><link>https://devzone.nordicsemi.com/thread/209885?ContentTypeID=1</link><pubDate>Mon, 16 Sep 2019 15:03:37 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:120ac82b-d333-4e13-80a9-48dc7b4696ed</guid><dc:creator>Kenneth</dc:creator><description>&lt;p&gt;I suggest ignore this error, it means &amp;quot;BLE_ERROR_INVALID_ADV_HANDLE&amp;quot;, so just something like:&lt;/p&gt;
&lt;p&gt;(void) sd_ble_gap_adv_stop(&lt;span&gt;*mp_adv_handle&lt;/span&gt;);&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Trying eddystone example</title><link>https://devzone.nordicsemi.com/thread/209796?ContentTypeID=1</link><pubDate>Mon, 16 Sep 2019 11:02:56 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:647fda8f-bb52-44d2-9d01-c4830b3ea5cc</guid><dc:creator>MOHAMED AHMED ALI MAHMOUD ELSABAGH</dc:creator><description>&lt;p&gt;I traced the code and found it fails at&amp;nbsp;err_code = sd_ble_gap_adv_stop(*mp_adv_handle); this returns&amp;nbsp;0x00003004&lt;/p&gt;
&lt;p&gt;error shows filename es_adv.c on line 161&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Trying eddystone example</title><link>https://devzone.nordicsemi.com/thread/209379?ContentTypeID=1</link><pubDate>Thu, 12 Sep 2019 10:39:11 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:3d579471-e8be-4318-ac53-0f4e7decc56d</guid><dc:creator>Kenneth</dc:creator><description>&lt;p&gt;Think that is the best, it is likely one of&amp;nbsp;the&amp;nbsp;sd_ble_gap_adv_set_configure() or&amp;nbsp;sd_ble_gap_adv_start() that return an error code here. By using &amp;#39;Debug&amp;#39; should identify file name, line number and error code in app_error_fault_handler().&lt;/p&gt;
&lt;p&gt;&lt;img src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/support-attachments/beef5d1b77644c448dabff31668f3a47-e3068508a3f44a8d8284fd0b2e62f955/pastedimage1568284732497v1.png" alt=" " /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Trying eddystone example</title><link>https://devzone.nordicsemi.com/thread/209375?ContentTypeID=1</link><pubDate>Thu, 12 Sep 2019 10:18:26 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:95e981d7-a995-41cf-b045-72247b99d3ab</guid><dc:creator>awneil</dc:creator><description>&lt;p&gt;first thing would be to use a &amp;#39;Debug&amp;#39; build and look at the trace output to see what messages you get ...&lt;/p&gt;
&lt;p&gt;or run the code in the debugger, and see where, exactly, it is &amp;quot;crashing&amp;quot; - and if there are any error codes being returned ...&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>