<?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>Problem with nrf51-ble-app-temp</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/3782/problem-with-nrf51-ble-app-temp</link><description>Goodmorning 
 I have few problem with this project. I took the source file from github.com/.../nrf51-ble-app-temp and I modified the main.c to use with S110 6.0.0, nRF51 SDK version 6.0.0 and nRF51822 Evaluation Kit (PCA10001) version 2.2.0.
For temperature</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 31 Oct 2014 15:28:47 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/3782/problem-with-nrf51-ble-app-temp" /><item><title>RE: Problem with nrf51-ble-app-temp</title><link>https://devzone.nordicsemi.com/thread/13690?ContentTypeID=1</link><pubDate>Fri, 31 Oct 2014 15:28:47 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:dd60d1be-1843-4c6b-95ac-cc9140d5b06f</guid><dc:creator>Giovanni</dc:creator><description>&lt;p&gt;hi What do I do to make it work with SDK 6.1 and 7.1 soft device? Thank you for your attention Best regards&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Problem with nrf51-ble-app-temp</title><link>https://devzone.nordicsemi.com/thread/13689?ContentTypeID=1</link><pubDate>Fri, 12 Sep 2014 20:19:15 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:15288796-7618-4a66-a18f-caeccb93bfb1</guid><dc:creator>Paolo A.</dc:creator><description>&lt;p&gt;Hi John
your suggestion was very helpful. With SDK 7.0.0 is necessary enable BLE with &lt;strong&gt;sd_ble_enable&lt;/strong&gt; in ble_stack_init() function.
I put below the code snippet:&lt;/p&gt;
&lt;p&gt;// Enable BLE stack&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;ble_enable_params_t ble_enable_params;
memset(&amp;amp;ble_enable_params, 0, sizeof(ble_enable_params));
ble_enable_params.gatts_enable_params.service_changed = IS_SRVC_CHANGED_CHARACT_PRESENT;
err_code = sd_ble_enable(&amp;amp;ble_enable_params);
APP_ERROR_CHECK(err_code);
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;where IS_SRVC_CHANGED_CHARACT_PRESENT is defined in main.c like:&lt;/p&gt;
&lt;p&gt;#define IS_SRVC_CHANGED_CHARACT_PRESENT      0&lt;/p&gt;
&lt;p&gt;Now the EK device works fine with app nRF temp 2.0. on my smart phone&lt;/p&gt;
&lt;p&gt;Thank you very much&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Problem with nrf51-ble-app-temp</title><link>https://devzone.nordicsemi.com/thread/13688?ContentTypeID=1</link><pubDate>Fri, 12 Sep 2014 19:38:12 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:322af573-ac25-4b90-b122-d7d3a38ac3aa</guid><dc:creator>John</dc:creator><description>&lt;p&gt;I have not performed the upgrade to S110 7.0.0 and SDK 6.0.0 but I was able to poke around in the SDK code base. It appears that a 0x3001 error is BLE_ERROR_NOT_ENABLED. Although the comment where sd_ble_gap_device_name_set is defined does not list that as one of the possible return codes. You probably want to look at this question and answer: &lt;a href="https://devzone.nordicsemi.com/question/14893/nrf_error_svc_handler_missing-on-sd_ble_gap_device_name_set/"&gt;devzone.nordicsemi.com/.../&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Problem with nrf51-ble-app-temp</title><link>https://devzone.nordicsemi.com/thread/13687?ContentTypeID=1</link><pubDate>Fri, 12 Sep 2014 16:32:41 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e48f40b5-5516-40a5-9828-79bb3d6a8d0a</guid><dc:creator>Paolo A.</dc:creator><description>&lt;p&gt;Thank you for your answer. I upgrade to S110 del. 7.0.0 stack, and 6.0.0 SDK but now I have an error code 0x3001 in sd_ble_gap_device_name_set function. What happens?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Problem with nrf51-ble-app-temp</title><link>https://devzone.nordicsemi.com/thread/13686?ContentTypeID=1</link><pubDate>Fri, 12 Sep 2014 12:36:57 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:08d10631-80f4-47f6-8a09-449481b74b62</guid><dc:creator>John</dc:creator><description>&lt;p&gt;The 6.0.0 version of the S110 stack is compatible with version 5.2.0 of the SDK. Version 6.0.0 of the SDK is compatible with version 7.0.0 of the stack. I recommend you either upgrade your stack or downgrade your SDK.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>