<?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>hi, i want to advertise my nrf52840 device through air. i am having nrf connect app in my apple mobile. i want to read the values of this nrf52840 dk.</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/26347/hi-i-want-to-advertise-my-nrf52840-device-through-air-i-am-having-nrf-connect-app-in-my-apple-mobile-i-want-to-read-the-values-of-this-nrf52840-dk</link><description>somebody help to resolve this problem</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 07 Nov 2017 04:10:26 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/26347/hi-i-want-to-advertise-my-nrf52840-device-through-air-i-am-having-nrf-connect-app-in-my-apple-mobile-i-want-to-read-the-values-of-this-nrf52840-dk" /><item><title>RE: hi, i want to advertise my nrf52840 device through air. i am having nrf connect app in my apple mobile. i want to read the values of this nrf52840 dk.</title><link>https://devzone.nordicsemi.com/thread/103675?ContentTypeID=1</link><pubDate>Tue, 07 Nov 2017 04:10:26 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:3238c927-653f-41cd-9eb3-12676893d48e</guid><dc:creator>karthikeyan</dc:creator><description>&lt;p&gt;thank you very much jorgen for being patient to clear my issues. now its working fine. i want to do some more modification for my application development. if there is any issue in that i will post my question. once again thank you&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: hi, i want to advertise my nrf52840 device through air. i am having nrf connect app in my apple mobile. i want to read the values of this nrf52840 dk.</title><link>https://devzone.nordicsemi.com/thread/103684?ContentTypeID=1</link><pubDate>Mon, 06 Nov 2017 14:10:01 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ed4d930b-5c46-4a36-b655-512ff1ed8f1f</guid><dc:creator>J&amp;#248;rgen Holmefjord</dc:creator><description>&lt;p&gt;You do not need to advertise any name for your device to be connectable, the connection is initated using the BLE address. You only need to change the &lt;a href="http://infocenter.nordicsemi.com/topic/com.nordic.infocenter.s132.api.v5.0.0/group___b_l_e___g_a_p___a_d_v___t_y_p_e_s.html"&gt;GAP advertising type&lt;/a&gt;.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: hi, i want to advertise my nrf52840 device through air. i am having nrf connect app in my apple mobile. i want to read the values of this nrf52840 dk.</title><link>https://devzone.nordicsemi.com/thread/103674?ContentTypeID=1</link><pubDate>Mon, 06 Nov 2017 13:01:43 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:cd4d5218-15d0-4f1f-9700-ced01767db5a</guid><dc:creator>karthikeyan</dc:creator><description>&lt;p&gt;hi jorgen,
finally i got it set, now it is working. thanks for spending time to me. i need a clarification. i need to change the name and want to make it connectable.&lt;/p&gt;
&lt;p&gt;advdata.name_type             = BLE_ADVDATA_FULL_NAME;&lt;/p&gt;
&lt;p&gt;m_adv_params.type        = BLE_GAP_ADV_TYPE_ADV_IND;
m_adv_params.p_peer_addr = NULL;    // Undirected advertisement.
m_adv_params.fp          = BLE_GAP_ADV_FP_ANY;
m_adv_params.interval    = APP_ADV_INTERVAL;
m_adv_params.timeout     = 0;       // Never time out.&lt;/p&gt;
&lt;p&gt;i made these changes and also defined my device name too. is this enough or i want to do anything else&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: hi, i want to advertise my nrf52840 device through air. i am having nrf connect app in my apple mobile. i want to read the values of this nrf52840 dk.</title><link>https://devzone.nordicsemi.com/thread/103672?ContentTypeID=1</link><pubDate>Mon, 06 Nov 2017 10:31:33 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:469da843-ef8c-4e01-b9be-1847c4158ce6</guid><dc:creator>J&amp;#248;rgen Holmefjord</dc:creator><description>&lt;p&gt;I don&amp;#39;t understand your last comment. What file are you opening with the softdevice? Where are you getting errors in softdevice handler?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: hi, i want to advertise my nrf52840 device through air. i am having nrf connect app in my apple mobile. i want to read the values of this nrf52840 dk.</title><link>https://devzone.nordicsemi.com/thread/103673?ContentTypeID=1</link><pubDate>Mon, 06 Nov 2017 04:16:39 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:37b2e074-da16-4cd9-950d-497216f2a14c</guid><dc:creator>karthikeyan</dc:creator><description>&lt;p&gt;hi jorgen,
if i open the same file with soft device s140_nrf52840_5.0.0-2.alpha_softdevice.hex i am getting errors in softdevice_handler.c and .h file. those files are read only. so i cant modify anything. i dont know why i get these issues. where as ble_app_uart is working fine and i have done neccessary modification for my application. it is still working fine. why the issue is in this file&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: hi, i want to advertise my nrf52840 device through air. i am having nrf connect app in my apple mobile. i want to read the values of this nrf52840 dk.</title><link>https://devzone.nordicsemi.com/thread/103666?ContentTypeID=1</link><pubDate>Fri, 03 Nov 2017 08:42:25 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:cdd305d3-c506-499c-be85-b02179cc40e8</guid><dc:creator>J&amp;#248;rgen Holmefjord</dc:creator><description>&lt;p&gt;I have tested the example multiple times now, and don&amp;#39;t see any issues. Plesae try &lt;a href="https://devzone.nordicsemi.com/question/60125/my-device-is-freezing-and-restarting/"&gt;debugging&lt;/a&gt;, to see if any functions return non-zero error codes. If this don&amp;#39;t work, you should try flashing the hex file found in the zip package as well, to rule out any SDK/compilation issues. The file &lt;em&gt;ble_app_beacon_pca10056_s140.hex&lt;/em&gt; contains both application and softdevice.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: hi, i want to advertise my nrf52840 device through air. i am having nrf connect app in my apple mobile. i want to read the values of this nrf52840 dk.</title><link>https://devzone.nordicsemi.com/thread/103668?ContentTypeID=1</link><pubDate>Fri, 03 Nov 2017 04:58:31 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:488c25ef-d036-43b5-a24b-67594a6a35f0</guid><dc:creator>karthikeyan</dc:creator><description>&lt;p&gt;i have done power cycling also and i am using keil 5.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: hi, i want to advertise my nrf52840 device through air. i am having nrf connect app in my apple mobile. i want to read the values of this nrf52840 dk.</title><link>https://devzone.nordicsemi.com/thread/103667?ContentTypeID=1</link><pubDate>Fri, 03 Nov 2017 04:14:04 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:24792f04-f7f9-433d-9259-238a32672f30</guid><dc:creator>karthikeyan</dc:creator><description>&lt;p&gt;i using keil&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: hi, i want to advertise my nrf52840 device through air. i am having nrf connect app in my apple mobile. i want to read the values of this nrf52840 dk.</title><link>https://devzone.nordicsemi.com/thread/103665?ContentTypeID=1</link><pubDate>Thu, 02 Nov 2017 14:29:04 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a04961b1-9342-4598-a205-f283cd050d01</guid><dc:creator>J&amp;#248;rgen Holmefjord</dc:creator><description>&lt;p&gt;Have you tried power cycling the board after programming? Are you using Keil or GCC compiler?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: hi, i want to advertise my nrf52840 device through air. i am having nrf connect app in my apple mobile. i want to read the values of this nrf52840 dk.</title><link>https://devzone.nordicsemi.com/thread/103663?ContentTypeID=1</link><pubDate>Thu, 02 Nov 2017 12:32:55 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:014351b6-e557-4bfc-b132-ed4c2fc5d5ae</guid><dc:creator>karthikeyan</dc:creator><description>&lt;p&gt;dear jorgen,
i have downloaded this file ble_app_beacon_pca10056_SDK141_Keil5_GCC.zip from your post and my soft device is  s140_nrf52840_5.0.0-2.alpha_softdevice.hex`still the same problem. program is compiling without error but LED1 is not blinking. sorry for interrupting you all the time.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: hi, i want to advertise my nrf52840 device through air. i am having nrf connect app in my apple mobile. i want to read the values of this nrf52840 dk.</title><link>https://devzone.nordicsemi.com/thread/103662?ContentTypeID=1</link><pubDate>Thu, 02 Nov 2017 12:05:02 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d7ba84f7-e922-4106-aa32-979cc86199f1</guid><dc:creator>karthikeyan</dc:creator><description>&lt;p&gt;thank you jorgen,
i will check it and let you know&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: hi, i want to advertise my nrf52840 device through air. i am having nrf connect app in my apple mobile. i want to read the values of this nrf52840 dk.</title><link>https://devzone.nordicsemi.com/thread/103661?ContentTypeID=1</link><pubDate>Thu, 02 Nov 2017 11:47:11 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:38c71a7b-f168-4b6e-b2dc-a262b68f9dc7</guid><dc:creator>J&amp;#248;rgen Holmefjord</dc:creator><description>&lt;p&gt;The last zip-file in &lt;a href="https://devzone.nordicsemi.com/question/109442/ble_app_beacon-and-nrf52840/?answer=109489#post-id-109489"&gt;this answer&lt;/a&gt;.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: hi, i want to advertise my nrf52840 device through air. i am having nrf connect app in my apple mobile. i want to read the values of this nrf52840 dk.</title><link>https://devzone.nordicsemi.com/thread/103671?ContentTypeID=1</link><pubDate>Thu, 02 Nov 2017 10:42:30 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:81f6960b-8cbb-4b96-9959-698b3ca2f4c2</guid><dc:creator>karthikeyan</dc:creator><description>&lt;p&gt;hi jorgen,
where is the zip file. i didnt saw any zip file in your previous comment&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: hi, i want to advertise my nrf52840 device through air. i am having nrf connect app in my apple mobile. i want to read the values of this nrf52840 dk.</title><link>https://devzone.nordicsemi.com/thread/103670?ContentTypeID=1</link><pubDate>Thu, 02 Nov 2017 10:31:17 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:20146fc4-4013-45b3-9f34-bcd574cc2cf6</guid><dc:creator>J&amp;#248;rgen Holmefjord</dc:creator><description>&lt;p&gt;Seems like there was some error in the Keil project in the zip I uploaded. I have uploaded a new version now. Please try this out. I also included a hex file that you can test if you do not get the Keil project to run.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: hi, i want to advertise my nrf52840 device through air. i am having nrf connect app in my apple mobile. i want to read the values of this nrf52840 dk.</title><link>https://devzone.nordicsemi.com/thread/103677?ContentTypeID=1</link><pubDate>Thu, 02 Nov 2017 09:42:03 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:62a20fdd-8cf2-4c77-af2c-4bc1a98c7a46</guid><dc:creator>karthikeyan</dc:creator><description>&lt;p&gt;yes i flashed the soft device&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: hi, i want to advertise my nrf52840 device through air. i am having nrf connect app in my apple mobile. i want to read the values of this nrf52840 dk.</title><link>https://devzone.nordicsemi.com/thread/103683?ContentTypeID=1</link><pubDate>Thu, 02 Nov 2017 09:05:05 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:40c60630-b897-4fe3-b864-ef04926059ec</guid><dc:creator>J&amp;#248;rgen Holmefjord</dc:creator><description>&lt;p&gt;Did you flash the softdevice?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: hi, i want to advertise my nrf52840 device through air. i am having nrf connect app in my apple mobile. i want to read the values of this nrf52840 dk.</title><link>https://devzone.nordicsemi.com/thread/103664?ContentTypeID=1</link><pubDate>Thu, 02 Nov 2017 03:40:42 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:102cb03d-1400-4d13-bfb0-39fa360881f1</guid><dc:creator>karthikeyan</dc:creator><description>&lt;p&gt;hi jorgen,&lt;/p&gt;
&lt;p&gt;the LED1 is not blinking.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: hi, i want to advertise my nrf52840 device through air. i am having nrf connect app in my apple mobile. i want to read the values of this nrf52840 dk.</title><link>https://devzone.nordicsemi.com/thread/103679?ContentTypeID=1</link><pubDate>Wed, 01 Nov 2017 11:46:31 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ee7dbae4-2f01-4d41-b389-a05c996e2bc8</guid><dc:creator>J&amp;#248;rgen Holmefjord</dc:creator><description>&lt;p&gt;Is LED1 on the nRF52840 PDK blinking? Note that the board will not advertise any name, it will only show in nRF Connect app as &lt;em&gt;&amp;quot;N/A (nRF Beacon)&amp;quot;&lt;/em&gt;.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: hi, i want to advertise my nrf52840 device through air. i am having nrf connect app in my apple mobile. i want to read the values of this nrf52840 dk.</title><link>https://devzone.nordicsemi.com/thread/103678?ContentTypeID=1</link><pubDate>Wed, 01 Nov 2017 11:36:47 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c8114e52-3a16-405c-b5c8-f6495d30803d</guid><dc:creator>karthikeyan</dc:creator><description>&lt;p&gt;hi jorgen,&lt;/p&gt;
&lt;p&gt;this time ble_app_beacon from your zip file is compiling without any error. but i cant find my device in nrf connect app&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: hi, i want to advertise my nrf52840 device through air. i am having nrf connect app in my apple mobile. i want to read the values of this nrf52840 dk.</title><link>https://devzone.nordicsemi.com/thread/103681?ContentTypeID=1</link><pubDate>Wed, 01 Nov 2017 08:51:56 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:8490ea30-9fa5-45a4-b69e-b0a900095e4d</guid><dc:creator>J&amp;#248;rgen Holmefjord</dc:creator><description>&lt;p&gt;Looks like you were missing some header files. Great that you got it working. Please let me know if you have any more issues.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: hi, i want to advertise my nrf52840 device through air. i am having nrf connect app in my apple mobile. i want to read the values of this nrf52840 dk.</title><link>https://devzone.nordicsemi.com/thread/103680?ContentTypeID=1</link><pubDate>Wed, 01 Nov 2017 07:16:03 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:2ed6ec50-57e1-4f13-9f47-26080a2ac865</guid><dc:creator>karthikeyan</dc:creator><description>&lt;p&gt;hi jorgen,
thanks for your responses for my questions. i have deleted sdk 14.1 and re installed it. now the ble_app_uart example is working fine. i will check you ble_app_beacon and let you know.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: hi, i want to advertise my nrf52840 device through air. i am having nrf connect app in my apple mobile. i want to read the values of this nrf52840 dk.</title><link>https://devzone.nordicsemi.com/thread/103676?ContentTypeID=1</link><pubDate>Wed, 01 Nov 2017 05:52:41 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ba2d4f71-0db9-4d6a-b8b2-acf2f8fd119e</guid><dc:creator>karthikeyan</dc:creator><description>&lt;p&gt;but if i use the same ble_app_uart example in sdk 14.0. the program is compiling with out any error. but there is no output from dk. really i am frustrated. please help me to come out of this jorgen.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: hi, i want to advertise my nrf52840 device through air. i am having nrf connect app in my apple mobile. i want to read the values of this nrf52840 dk.</title><link>https://devzone.nordicsemi.com/thread/103687?ContentTypeID=1</link><pubDate>Wed, 01 Nov 2017 05:37:21 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:74e1f529-87f8-408a-9ad6-23ce363ad15c</guid><dc:creator>karthikeyan</dc:creator><description>&lt;p&gt;In sdk14.1 if compile a program i am getting unexpected errors so i am using sdk 14.0&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;compiling ble_advdata.c...
..\..\..\..\..\..\components\ble\common\ble_advdata.c(716): error:  #20: identifier &amp;quot;ble_advertising_t&amp;quot; is undefined
      static 
ool whitelist_has_entries(ble_advertising_t * const p_advertising)
..\..\..\..\..\..\components\ble\common\ble_advdata.c(740): error:  #20: identifier &amp;quot;ble_adv_mode_t&amp;quot; is undefined
  static ble_adv_mode_t adv_mode_next_get(ble_adv_mode_t adv_mode)
..\..\..\..\..\..\components\ble\common\ble_advdata.c(740): error:  #20: identifier &amp;quot;ble_adv_mode_t&amp;quot; is undefined
  static ble_adv_mode_t adv_mode_next_get(ble_adv_mode_t adv_mode)
..\..\..\..\..\..\components\ble\common\ble_advdata.c(742): error:  #20: identifier &amp;quot;ble_adv_mode_t&amp;quot; is undefined
      return (ble_adv_mode_t)((adv_mode + 1) % BLE_ADV_MODES);
..\..\..\..\..\..\components\ble\common\ble_advdata.c(750): error:  #20: identifier &amp;quot;ble_advertising_t&amp;quot; is undefined
  static void on_connected(ble_advertising_t * const p_advertising, ble_evt_t const * p_ble_evt)
..\..\..\..\..\..\components\ble\common\ble_advdata.c(764): error:  #20: identifier &amp;quot;ble_advertising_t&amp;quot; is undefined
  static void on_disconnected(ble_advertising_t * const p_advertising, ble_evt_t const * p_ble_evt)
..\..\..\..\..\..\components\ble\common\ble_advdata.c(773): warning:  #223-D: function &amp;quot;ble_advertising_start&amp;quot; declared implicitly
         ret = ble_advertising_start(p_advertising, BLE_ADV_MODE_DIRECTED);
..\..\..\..\..\..\components\ble\common\ble_advdata.c(773): error:  #20: identifier &amp;quot;BLE_ADV_MODE_DIRECTED&amp;quot; is undefined
         ret = ble_advertising_start(p_advertising, BLE_ADV_MODE_DIRECTED);
..\..\..\..\..\..\components\ble\common\ble_advdata.c(787): error:  #20: identifier &amp;quot;ble_advertising_t&amp;quot; is undefined
  static void on_timeout(ble_advertising_t * const p_advertising, ble_evt_t const * p_ble_evt)
..\..\..\..\..\..\components\ble\common\ble_advdata.c(798): warning:  #223-D: function &amp;quot;ble_advertising_start&amp;quot; declared implicitly
      ret = ble_advertising_start(p_advertising, adv_mode_next_get(p_advertising-&amp;gt;adv_mode_current));
..\..\..\..\..\..\components\ble\common\ble_advdata.c(813): warning:  #223-D: function &amp;quot;nrf_fstorage_is_busy&amp;quot; declared implicitly
      return nrf_fstorage_is_busy(NULL);
..\..\..\..\..\..\components\ble\common\ble_advdata.c(824): error:  #20: identifier &amp;quot;ble_adv_mode_t&amp;quot; is undefined
  static ble_adv_mode_t adv_mode_next_avail_get(ble_advertising_t * const p_advertising,
..\..\..\..\..\..\components\ble\common\ble_advdata.c(824): error:  #20: identifier &amp;quot;ble_advertising_t&amp;quot; is undefined
  static ble_adv_mode_t adv_mode_next_avail_get(ble_advertising_t * const p_advertising,
..\..\..\..\..\..\components\ble\common\ble_advdata.c(825): error:  #20: identifier &amp;quot;ble_adv_mode_t&amp;quot; is undefined
                                                ble_adv_mode_t            adv_mode)
..\..\..\..\..\..\components\ble\common\ble_advdata.c(833): error:  #20: identifier &amp;quot;BLE_ADV_MODE_DIRECTED&amp;quot; is undefined
          case BLE_ADV_MODE_DIRECTED:
..\..\..\..\..\..\components\ble\common\ble_advdata.c(840): error:  #20: identifier &amp;quot;BLE_ADV_MODE_DIRECTED_SLOW&amp;quot; is undefined
          case BLE_ADV_MODE_DIRECTED_SLOW:
..\..\..\..\..\..\components\ble\common\ble_advdata.c(847): error:  #20: identifier &amp;quot;BLE_ADV_MODE_FAST&amp;quot; is undefined
          case BLE_ADV_MODE_FAST:
..\..\..\..\..\..\components\ble\common\ble_advdata.c(854): error:  #20: identifier &amp;quot;BLE_ADV_MODE_SLOW&amp;quot; is undefined
          case BLE_ADV_MODE_SLOW:
..\..\..\..\..\..\components\ble\common\ble_advdata.c(862): error:  #20: identifier &amp;quot;BLE_ADV_MODE_IDLE&amp;quot; is undefined
              return BLE_ADV_MODE_IDLE;
..\..\..\..\..\..\components\ble\common\ble_advdata.c(874): error:  #20: identifier &amp;quot;ble_advertising_t&amp;quot; is undefined
  static ret_code_t set_adv_mode_directed(ble_advertising_t * const p_advertising,
..\..\..\..\..\..\components\ble\common\ble_advdata.c(877): error:  #20: identifier &amp;quot;BLE_ADV_EVT_DIRECTED&amp;quot; is undefined
      p_advertising-&amp;gt;adv_evt  = BLE_ADV_EVT_DIRECTED;
..\..\..\..\..\..\components\ble\common\ble_advdata.c(895): error:  #20: identifier &amp;quot;ble_advertising_t&amp;quot; is undefined
  static ret_code_t set_adv_mode_directed_slow(ble_advertising_t * const p_advertising,
..\..\..\..\..\..\components\ble\common\ble_advdata.c(898): error:  #20: identifier &amp;quot;BLE_ADV_EVT_DIRECTED_SLOW&amp;quot; is undefined
      p_advertising-&amp;gt;adv_evt = BLE_ADV_EVT_DIRECTED_SLOW;
..\..\..\..\..\..\components\ble\common\ble_advdata.c(916): error:  #20: identifier &amp;quot;ble_advertising_t&amp;quot; is undefined
  static ret_code_t set_adv_mode_fast(ble_advertising_t * const p_advertising,
..\..\..\..\..\..\components\ble\common\ble_advdata.c(941): error:  #20: identifier &amp;quot;BLE_ADV_EVT_FAST_WHITELIST&amp;quot; is undefined
          p_advertising-&amp;gt;adv_evt = BLE_ADV_EVT_FAST_WHITELIST;
..\..\..\..\..\..\components\ble\common\ble_advdata.c(945): error:  #20: identifier &amp;quot;BLE_ADV_EVT_FAST&amp;quot; is undefined
          p_advertising-&amp;gt;adv_evt = BLE_ADV_EVT_FAST;
..\..\..\..\..\..\components\ble\common\ble_advdata.c(959): error:  #20: identifier &amp;quot;ble_advertising_t&amp;quot; is undefined
  static ret_code_t set_adv_mode_slow(ble_advertising_t * const p_advertising,
..\..\..\..\..\..\components\ble\common\ble_advdata.c(986): error:  #20: identifier &amp;quot;BLE_ADV_EVT_SLOW_WHITELIST&amp;quot; is undefined
          p_advertising-&amp;gt;adv_evt = BLE_ADV_EVT_SLOW_WHITELIST;
..\..\..\..\..\..\components\ble\common\ble_advdata.c(990): error:  #20: identifier &amp;quot;BLE_ADV_EVT_SLOW&amp;quot; is undefined
          p_advertising-&amp;gt;adv_evt = BLE_ADV_EVT_SLOW;
..\..\..\..\..\..\components\ble\common\ble_advdata.c(997): error:  #20: identifier &amp;quot;ble_advertising_t&amp;quot; is undefined
  void ble_advertising_conn_cfg_tag_set(ble_advertising_t * const p_advertising,
..\..\..\..\..\..\components\ble\common\ble_advdata.c(1004): error:  #20: identifier &amp;quot;ble_advertising_t&amp;quot; is undefined
  uint32_t ble_advertising_init(ble_advertising_t            * const p_advertising,
..\..\..\..\..\..\components\ble\common\ble_advdata.c(1005): error:  #20: identifier &amp;quot;ble_advertising_init_t&amp;quot; is undefined
                                ble_advertising_init_t const * const p_init)
..\..\..\..\..\..\components\ble\common\ble_advdata.c(1014): error:  #20: identifier &amp;quot;BLE_ADV_MODE_IDLE&amp;quot; is undefined
      p_advertising-&amp;gt;adv_mode_current               = BLE_ADV_MODE_IDLE;
..\..\..\..\..\..\components\ble\common\ble_advdata.c: 3 warnings, 30 errors
&lt;/code&gt;&lt;/pre&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: hi, i want to advertise my nrf52840 device through air. i am having nrf connect app in my apple mobile. i want to read the values of this nrf52840 dk.</title><link>https://devzone.nordicsemi.com/thread/103686?ContentTypeID=1</link><pubDate>Wed, 01 Nov 2017 05:15:22 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5e3f8bc4-09dc-4382-924d-466a5c6c35b7</guid><dc:creator>karthikeyan</dc:creator><description>&lt;p&gt;really i am having lot of trouble with my dk. except blinky example no other examples from sdk 14.0 is working. As per starting guide i have programmed my softdevice to my dk using nRF go studio. but its not working. for example i have used ble_app_uart example. it is also not working. i dont know what is the problem. i had downloaded termite app to my pc and having nrf tool box app in android. really i had stuck in this dk. please help me to over come this.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: hi, i want to advertise my nrf52840 device through air. i am having nrf connect app in my apple mobile. i want to read the values of this nrf52840 dk.</title><link>https://devzone.nordicsemi.com/thread/103682?ContentTypeID=1</link><pubDate>Wed, 01 Nov 2017 05:11:12 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:3a95f68d-ffed-4912-aff7-a7401b5409b6</guid><dc:creator>karthikeyan</dc:creator><description>&lt;p&gt;thanks jorgen for your response. i am using sdk 14.0. with softdevice s140_nrf52840_5.0.0-2.alpha_softdevice.hex&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>