<?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>NRF52 BLE UART + Proximity</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/40569/nrf52-ble-uart-proximity</link><description>Hi, 
 I am using NRF52832 to read the sensor data (BMI160 accelerometer sensor) by using I2C. 
 I try to send the sensor data to mobile by using BLE_UART. upto this i finished now. I need is. 
 1.calculate the BATTERY level without using ADC. is there</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Sat, 15 Jun 2019 20:10:05 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/40569/nrf52-ble-uart-proximity" /><item><title>RE: NRF52 BLE UART + Proximity</title><link>https://devzone.nordicsemi.com/thread/193022?ContentTypeID=1</link><pubDate>Sat, 15 Jun 2019 20:10:05 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:dbce84f7-2441-4a46-b514-f71d6e6dd4d7</guid><dc:creator>Siddharth rana</dc:creator><description>&lt;p&gt;Hi Sunil&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Look for saadc example in nrf peripheral it might help you&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NRF52 BLE UART + Proximity</title><link>https://devzone.nordicsemi.com/thread/193019?ContentTypeID=1</link><pubDate>Sat, 15 Jun 2019 18:15:19 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f443a131-3ba8-4610-a7e9-4e55f66caa51</guid><dc:creator>Sunil vignesh</dc:creator><description>&lt;p&gt;Hi Siddharth,&lt;/p&gt;
&lt;p&gt;Now i stuck with calculating Battery Voltage Measurement do you have any example or similar code?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NRF52 BLE UART + Proximity</title><link>https://devzone.nordicsemi.com/thread/193016?ContentTypeID=1</link><pubDate>Sat, 15 Jun 2019 17:35:29 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:73829535-b48d-4974-bbc3-10b165e9c088</guid><dc:creator>Siddharth rana</dc:creator><description>&lt;p&gt;Hello Sunil&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Regarding the battery voltage measurement u can implement saadc periperperl .&lt;/p&gt;
&lt;p&gt;The default config have 1/6 ratio with 0.6 internal reference and 10bit resolution.Follow the reference manual for equation for calculation.&lt;/p&gt;
&lt;p&gt;Further u can Implement voltage to percentile conversation with proximity example.&lt;/p&gt;
&lt;p&gt;Hope this helps you&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NRF52 BLE UART + Proximity</title><link>https://devzone.nordicsemi.com/thread/193015?ContentTypeID=1</link><pubDate>Sat, 15 Jun 2019 17:30:52 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:cf714a3b-c311-4099-b544-ca10f3fe852d</guid><dc:creator>Siddharth rana</dc:creator><description>&lt;p&gt;Hello Sunil.&lt;/p&gt;
&lt;p&gt;If u face problem with connection peer failed .&lt;/p&gt;
&lt;p&gt;Then reload the softdevice program with full chip erase and I guess it will solve the problem&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NRF52 BLE UART + Proximity</title><link>https://devzone.nordicsemi.com/thread/160108?ContentTypeID=1</link><pubDate>Tue, 04 Dec 2018 05:00:21 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:3bc1457a-4342-49b8-9b01-53222224a073</guid><dc:creator>Sunil vignesh</dc:creator><description>&lt;p&gt;Thank you Bjorn&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NRF52 BLE UART + Proximity</title><link>https://devzone.nordicsemi.com/thread/158976?ContentTypeID=1</link><pubDate>Mon, 26 Nov 2018 09:30:28 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:6d6c5885-a8af-45ec-9474-2225988a250f</guid><dc:creator>bjorn-spockeli</dc:creator><description>&lt;p&gt;If you receive the&amp;nbsp;BLE_CONN_PARAMS_EVT_FAILED event, then the peripheral will disconnect as the connection parameters required by the master(Central) is incompatible with the parameters required by the slave(peripheral).&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NRF52 BLE UART + Proximity</title><link>https://devzone.nordicsemi.com/thread/158856?ContentTypeID=1</link><pubDate>Fri, 23 Nov 2018 14:25:19 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:2ff0daff-767c-4833-a81b-91b214deb991</guid><dc:creator>Sunil vignesh</dc:creator><description>&lt;p&gt;thank you the tutorial. i will see that&lt;/p&gt;
&lt;p&gt;I diidn&amp;#39;t understand this function in BLE_UART&lt;/p&gt;
&lt;p&gt;is there any tutorial or can you explain&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="c_cpp"&gt;static void on_conn_params_evt(ble_conn_params_evt_t * p_evt)
{
    uint32_t err_code;

    if (p_evt-&amp;gt;evt_type == BLE_CONN_PARAMS_EVT_FAILED)
    {
        err_code = sd_ble_gap_disconnect(m_conn_handle, BLE_HCI_CONN_INTERVAL_UNACCEPTABLE);
        APP_ERROR_CHECK(err_code);
    }
}


/**@brief Function for handling errors from the Connection Parameters module.
 *
 * @param[in] nrf_error  Error code containing information about what went wrong.
 */
static void conn_params_error_handler(uint32_t nrf_error)
{
    APP_ERROR_HANDLER(nrf_error);
}


/**@brief Function for initializing the Connection Parameters module.
 */
static void conn_params_init(void)
{
    uint32_t               err_code;
    ble_conn_params_init_t cp_init;

    memset(&amp;amp;cp_init, 0, sizeof(cp_init));

    cp_init.p_conn_params                  = NULL;
    cp_init.first_conn_params_update_delay = FIRST_CONN_PARAMS_UPDATE_DELAY;
    cp_init.next_conn_params_update_delay  = NEXT_CONN_PARAMS_UPDATE_DELAY;
    cp_init.max_conn_params_update_count   = MAX_CONN_PARAMS_UPDATE_COUNT;
    cp_init.start_on_notify_cccd_handle    = BLE_GATT_HANDLE_INVALID;
    cp_init.disconnect_on_fail             = false;
    cp_init.evt_handler                    = on_conn_params_evt;
    cp_init.error_handler                  = conn_params_error_handler;

    err_code = ble_conn_params_init(&amp;amp;cp_init);
    APP_ERROR_CHECK(err_code);
}
&lt;/pre&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NRF52 BLE UART + Proximity</title><link>https://devzone.nordicsemi.com/thread/158652?ContentTypeID=1</link><pubDate>Thu, 22 Nov 2018 13:32:07 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:19eade66-19af-4316-9a64-39b2700a1089</guid><dc:creator>bjorn-spockeli</dc:creator><description>&lt;p&gt;Q1: You can measure the RSSI,&lt;span&gt;&amp;nbsp;see&amp;nbsp;&lt;/span&gt;&lt;a title="nRF52 Series" href="http://infocenter.nordicsemi.com/topic/com.nordic.infocenter.s132.api.v6.1.0/group___b_l_e___g_a_p___c_e_n_t_r_a_l___r_s_s_i___r_e_a_d___m_s_c.html?resultof=%22%72%73%73%69%22%20"&gt;S132 SoftDevice v6.1.0: RSSI get sample&lt;/a&gt;&amp;nbsp;and&amp;nbsp;&lt;span&gt;&lt;a href="http://infocenter.nordicsemi.com/topic/com.nordic.infocenter.s132.api.v6.0.0/group___b_l_e___g_a_p___f_u_n_c_t_i_o_n_s.html#ga63b6ec4b1af260085b8dfe5c7b02b724"&gt;sd_ble_gap_rssi_get&lt;/a&gt;.&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;Q2: The proximity example already implements the features you are asking for, i.e alerting the connected devices are too far apart so the the connection is lost.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Q3: Yes, it is possible merge the proximity example with the beacon example, but I guess it would be better to just merge ble_app_uart and ble_app_proximity.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NRF52 BLE UART + Proximity</title><link>https://devzone.nordicsemi.com/thread/158615?ContentTypeID=1</link><pubDate>Thu, 22 Nov 2018 12:07:02 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:8e3ea3d1-a5ca-419c-8cd3-53442e6baf1d</guid><dc:creator>Sunil vignesh</dc:creator><description>&lt;p&gt;thank you&amp;nbsp; i got the saadc value. i need to interlink with my code. &lt;/p&gt;
&lt;p&gt;is there any simple solution to find the distance between the mobile phone and the DK board&lt;/p&gt;
&lt;p&gt;is there any simple function to read the RSSI pin of bluetooth connection. so that i alert the person if the device is in out of range&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;is it possible to merge both BLE_proximity and BLE_Beacon . because i need to know the distance, range in dBm and out of range need to alert the person. simultaneously it needs to read the sensor data and through it in BLE_UART.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;AIM is : NRF + TWI + BLE_UART + proximity + distance + saadc&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NRF52 BLE UART + Proximity</title><link>https://devzone.nordicsemi.com/thread/158589?ContentTypeID=1</link><pubDate>Thu, 22 Nov 2018 10:17:46 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:7ed68fa7-683a-461c-bccb-d1695b7f8650</guid><dc:creator>bjorn-spockeli</dc:creator><description>&lt;p&gt;&lt;span&gt;The SAADC of the nRF52 can measure VDD by setting&amp;nbsp;&lt;/span&gt;&lt;code&gt;NRF_SAADC_INPUT_VDD&lt;/code&gt;&lt;span&gt;&amp;nbsp;as the input. This is an internal connection so you do not have to use one of the GPIOs You can find examples for the nRF52&amp;nbsp;&lt;/span&gt;&lt;a href="https://github.com/NordicSemiconductor/nRF52-ADC-examples"&gt;here&lt;/a&gt;&lt;span&gt;.&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;This eliminates the need for any external protection circuits.&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NRF52 BLE UART + Proximity</title><link>https://devzone.nordicsemi.com/thread/158581?ContentTypeID=1</link><pubDate>Thu, 22 Nov 2018 10:01:35 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d7a87e99-4527-4f4a-8677-516536422d68</guid><dc:creator>Sunil vignesh</dc:creator><description>&lt;p&gt;Hi bjorn,&lt;/p&gt;
&lt;p&gt;i got the SAADC values by connecting the P0.02 pin to VDD. if the voltage drop occur this adc value becomes drop. is this correct one or any thing to be change.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;if the method that i done is correct. for hardware protection we need add any resistance or any internal protection circuit is there for the pin.?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NRF52 BLE UART + Proximity</title><link>https://devzone.nordicsemi.com/thread/158035?ContentTypeID=1</link><pubDate>Mon, 19 Nov 2018 15:45:10 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:fb6001ee-2c47-4318-95de-e1756ff05aa8</guid><dc:creator>bjorn-spockeli</dc:creator><description>&lt;p&gt;Q1: DCC,DEC1-4 are decoupling pins for the various internal modules&lt;/p&gt;
&lt;p&gt;Q2: If the battery voltage is above the maximum VDD of the nRF52, (i.e 3.6V) and stepped down to 3.6 or below, then you need to use an external voltage divider. If it is within the 1.7v- 3.6v, then you can connect VDD to the SAADC internally.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;See&amp;nbsp;&lt;a href="https://devzone.nordicsemi.com/b/blog/posts/measuring-lithium-battery-voltage-with-nrf52"&gt;https://devzone.nordicsemi.com/b/blog/posts/measuring-lithium-battery-voltage-with-nrf52&lt;/a&gt;&amp;nbsp;and&amp;nbsp;&lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/17183/adc-input-voltage---nrf52/66004#66004"&gt;https://devzone.nordicsemi.com/f/nordic-q-a/17183/adc-input-voltage---nrf52/66004#66004&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NRF52 BLE UART + Proximity</title><link>https://devzone.nordicsemi.com/thread/158033?ContentTypeID=1</link><pubDate>Mon, 19 Nov 2018 15:35:14 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:3ed2eea4-5cd4-4bc7-ad18-8e119dba36f0</guid><dc:creator>Sunil vignesh</dc:creator><description>&lt;p&gt;is voltage divider used in any pin connection..?&lt;/p&gt;
&lt;p&gt;what does the pin DCC,DEC1,DEC2,DEC3,DEC4 can you explain please.&lt;/p&gt;
&lt;p&gt;is there any hardware Voltage divider or any other to do ADC process?&lt;/p&gt;
&lt;p&gt;or by internal VDD -&amp;nbsp; SAADC will calculate the battery level..&lt;/p&gt;
&lt;p&gt;Actually I need a simple solution sir. I need to calculate the battery level like (0% - 100%) i need to calculate each and every single percentage.&lt;/p&gt;
&lt;p&gt;please give a line diagram to connect any external pin connection to read the battery level.&lt;/p&gt;
&lt;p&gt;or is there any functions to clearly read the battery level without any external analog pins...?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NRF52 BLE UART + Proximity</title><link>https://devzone.nordicsemi.com/thread/158015?ContentTypeID=1</link><pubDate>Mon, 19 Nov 2018 14:56:33 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e01bf916-e474-4edc-ac6d-588c0beaa2e0</guid><dc:creator>bjorn-spockeli</dc:creator><description>&lt;p&gt;Q1: It uses the ADC, see&amp;nbsp;&lt;a title="Proximity Application" href="http://infocenter.nordicsemi.com/topic/com.nordic.infocenter.sdk5.v15.2.0/ble_sdk_app_proximity.html?cp=4_0_0_4_1_2_21"&gt;Proximity Application&lt;/a&gt;.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Q2: See the Testing section of&amp;nbsp;&lt;a title="Proximity Application" href="http://infocenter.nordicsemi.com/topic/com.nordic.infocenter.sdk5.v15.2.0/ble_sdk_app_proximity.html?cp=4_0_0_4_1_2_21"&gt;Proximity Application&lt;/a&gt;&amp;nbsp;for the description of LED indications.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;The nRF52 DK Hardware schematics and layout can be found &lt;a href="https://www.nordicsemi.com/eng/nordic/download_resource/50980/7/26489732/93935"&gt;here&lt;/a&gt;.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NRF52 BLE UART + Proximity</title><link>https://devzone.nordicsemi.com/thread/158014?ContentTypeID=1</link><pubDate>Mon, 19 Nov 2018 14:55:17 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:71bb2000-8bed-4940-8128-6abff4ae1d44</guid><dc:creator>bjorn-spockeli</dc:creator><description>&lt;p&gt;See step 24 in &lt;a title="Proximity Application" href="http://infocenter.nordicsemi.com/topic/com.nordic.infocenter.sdk5.v15.2.0/ble_sdk_app_proximity.html?cp=4_0_0_4_1_2_21"&gt;Proximity Application&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Press and hold Button 2 (erase bonds) for 5 seconds and connect with the first nRF Connect. Observe that the link encryption is OFF (&amp;quot;Security updated, mode:1, level:1&amp;quot;) and that no notifications are received.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NRF52 BLE UART + Proximity</title><link>https://devzone.nordicsemi.com/thread/157837?ContentTypeID=1</link><pubDate>Sun, 18 Nov 2018 07:58:24 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:400ea9d7-50f0-40f4-be83-70883ec50b23</guid><dc:creator>Sunil vignesh</dc:creator><description>&lt;p&gt;i got one more problem that is while pair with device. after some time i did un-pair in mobile phone. and i reconnect with the device but it doesn&amp;#39;t pair with phone &lt;/p&gt;
&lt;p&gt;in log it shows&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&amp;lt;info&amp;gt; app: No Alert.&lt;/strong&gt;&lt;br /&gt;&lt;strong&gt;&amp;lt;info&amp;gt; app: Connected.&lt;/strong&gt;&lt;br /&gt;&lt;strong&gt;&amp;lt;info&amp;gt; peer_manager_handler: Connection security failed: role: Peripheral, conn_handle: 0x0, procedure: Bonding, error: 133&lt;/strong&gt;&lt;br /&gt;&lt;strong&gt;&amp;lt;info&amp;gt; app: Fast advertising.&lt;/strong&gt;&lt;br /&gt;&lt;strong&gt;&amp;lt;info&amp;gt; app: Disconnected.&lt;/strong&gt;&lt;br /&gt;&lt;strong&gt;&amp;lt;info&amp;gt; app: No Alert.&lt;/strong&gt;&lt;br /&gt;&lt;strong&gt;&amp;lt;info&amp;gt; app: Connected.&lt;/strong&gt;&lt;br /&gt;&lt;strong&gt;&amp;lt;info&amp;gt; peer_manager_handler: Connection security failed: role: Peripheral, conn_handle: 0x0, procedure: Bonding, error: 133&lt;/strong&gt;&lt;br /&gt;&lt;strong&gt;&amp;lt;info&amp;gt; app: Fast advertising.&lt;/strong&gt;&lt;br /&gt;&lt;strong&gt;&amp;lt;info&amp;gt; app: Disconnected.&lt;/strong&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NRF52 BLE UART + Proximity</title><link>https://devzone.nordicsemi.com/thread/157835?ContentTypeID=1</link><pubDate>Sun, 18 Nov 2018 06:27:28 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9b5c3d8f-befa-4064-895c-11c985cc7639</guid><dc:creator>Sunil vignesh</dc:creator><description>&lt;p&gt;Hi Bjorn,&lt;/p&gt;
&lt;p&gt;I need a clarification in &lt;strong&gt;BLE_Proximity. &lt;/strong&gt;in that I download the code and I connect&amp;nbsp; with Mobile phone. It ask for &lt;strong&gt;pair &lt;/strong&gt; the device. and pair the device.&lt;/p&gt;
&lt;p&gt;In app it shows the &lt;strong&gt;Battery level and location enable disable option&lt;/strong&gt;.&lt;/p&gt;
&lt;p&gt;1) battery level is measure based on LPCOMP or using ADC pin connection?&lt;/p&gt;
&lt;p&gt;2) the proximity output as led 2 ON is this because of RSSI ?&lt;/p&gt;
&lt;p&gt;can you please give a brief explanation about this &lt;strong&gt;BLE_Proximity.&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;If the battery level measure due to ADC means shall i get the schematic of the NRF52832 development board. I need a bit clarification about this.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NRF52 BLE UART + Proximity</title><link>https://devzone.nordicsemi.com/thread/157705?ContentTypeID=1</link><pubDate>Fri, 16 Nov 2018 12:09:04 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f938bd59-c9a1-40e6-b92c-84aa5b83bd09</guid><dc:creator>bjorn-spockeli</dc:creator><description>&lt;p&gt;HI Sunil,&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Q1: There are no internal peripheral that measures VDD on the NRF52. You need to use the ADC to measure VDD. Alternatively, if yo ujust want to know if VDD has fallen below a certain threshold, then you can use the LPCOMP.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Q2: You can use the RSSI&amp;nbsp;to determine of the connected device is close of far away, see&amp;nbsp;&lt;a class="active" id="a18" title="nRF52 Series" href="http://infocenter.nordicsemi.com/topic/com.nordic.infocenter.s132.api.v6.1.0/group___b_l_e___g_a_p___c_e_n_t_r_a_l___r_s_s_i___r_e_a_d___m_s_c.html?resultof=%22%72%73%73%69%22%20"&gt;S132 SoftDevice v6.1.0: RSSI get sample&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Best regards&lt;/p&gt;
&lt;p&gt;Bj&amp;oslash;rn&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NRF52 BLE UART + Proximity</title><link>https://devzone.nordicsemi.com/thread/157645?ContentTypeID=1</link><pubDate>Fri, 16 Nov 2018 07:54:10 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:59ea6bdc-4c2e-4b25-9d6a-47a1bd281c3b</guid><dc:creator>ps_anu</dc:creator><description>&lt;p&gt;just i want to sense the temperature through the temperature sensor and want to send the data to the uart app&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NRF52 BLE UART + Proximity</title><link>https://devzone.nordicsemi.com/thread/157642?ContentTypeID=1</link><pubDate>Fri, 16 Nov 2018 07:39:13 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d07d3fa9-0674-4373-a78e-84ab7474a042</guid><dc:creator>ps_anu</dc:creator><description>&lt;p&gt;&amp;nbsp;lm335&amp;nbsp; ..&lt;/p&gt;
&lt;p&gt;&amp;nbsp;YES&amp;nbsp;&lt;/p&gt;
&lt;p&gt;undefined reference to `ble_nus_string_send&amp;#39;&lt;/p&gt;
&lt;p&gt;Output/ble_app_uart_pca10056_s140 Release/Obj/main.o: In function `nus_data_handler&amp;#39;:&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NRF52 BLE UART + Proximity</title><link>https://devzone.nordicsemi.com/thread/157640?ContentTypeID=1</link><pubDate>Fri, 16 Nov 2018 07:34:18 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:2391df44-06a7-4caf-8500-1cf1ce2cc126</guid><dc:creator>Sunil vignesh</dc:creator><description>&lt;p&gt;HI saral,&lt;/p&gt;
&lt;p&gt;i have few questions:&lt;/p&gt;
&lt;p&gt;1. Which temperature sensor are you using?&lt;/p&gt;
&lt;p&gt;2. are you get the raw data from sensor using TWI ?&lt;/p&gt;
&lt;p&gt;3. what kind of error are you getting?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NRF52 BLE UART + Proximity</title><link>https://devzone.nordicsemi.com/thread/157639?ContentTypeID=1</link><pubDate>Fri, 16 Nov 2018 07:26:48 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:310b12f4-c819-47f3-843e-1c5e63025419</guid><dc:creator>ps_anu</dc:creator><description>&lt;p&gt;hi..... sunil ..&lt;/p&gt;
&lt;p&gt;i am using nrf52832&amp;nbsp; to read the temperature sensor by usin i2c&amp;nbsp;&lt;/p&gt;
&lt;p&gt;i try to send the sensor data to mobile ,... i am merging two examples programs uart and twi sensor&amp;nbsp;&lt;/p&gt;
&lt;p&gt;it is showing error in nus_data_handler&lt;/p&gt;
&lt;p&gt;can you help me how to merge the program and what are the changes i want to do&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>