<?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>Internal temperature sensor conflicts with BLE stack?</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/3355/internal-temperature-sensor-conflicts-with-ble-stack</link><description>I&amp;#39;m writing a program sending die temperature data through BLE. I&amp;#39;m trying to combine the nrf51822 Heart Rate Monitor example and the nrf6310 Temperature example. Both examples work fine. 
 However, if I tried to launch the temperature sensor after the</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 09 Aug 2016 00:32:11 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/3355/internal-temperature-sensor-conflicts-with-ble-stack" /><item><title>RE: Internal temperature sensor conflicts with BLE stack?</title><link>https://devzone.nordicsemi.com/thread/12229?ContentTypeID=1</link><pubDate>Tue, 09 Aug 2016 00:32:11 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:09dd456f-7264-4a71-9123-ddd185f9a607</guid><dc:creator>Chris Alfred</dc:creator><description>&lt;p&gt;Why should temp be static?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Internal temperature sensor conflicts with BLE stack?</title><link>https://devzone.nordicsemi.com/thread/12228?ContentTypeID=1</link><pubDate>Tue, 05 Aug 2014 04:56:15 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:2baa4d74-a22d-4e3d-8fbe-d764fb173697</guid><dc:creator>scytulip</dc:creator><description>&lt;p&gt;THANK YOU!&lt;/p&gt;
&lt;p&gt;I found sd_temp_get(&amp;amp;temp) should be used to obtain the core temperature if the softdevice is enabled. And the variable &amp;quot;temp&amp;quot; should be static. Now everything is working.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Internal temperature sensor conflicts with BLE stack?</title><link>https://devzone.nordicsemi.com/thread/12227?ContentTypeID=1</link><pubDate>Mon, 04 Aug 2014 07:47:57 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:90b7f867-18c6-4086-9981-fef648aa2a64</guid><dc:creator>H&amp;#229;kon Alseth</dc:creator><description>&lt;p&gt;The temperature sensor is a restricted peripheral when using the SoftDevice, see the S110 specification for the full list.
Any access directly to this peripheral will cause a hardfault.&lt;/p&gt;
&lt;p&gt;If you look at nrf_soc.h, you will find the API call to get the temperature:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;/**@brief Get the temperature measured on the chip
 * 
 * This function will block until the temperature measurement is done.
 * It takes around 50us from call to return.
 *
 * @note Pan #28 in PAN-028 v 1.6 &amp;quot;Negative measured values are not represented correctly&amp;quot; is corrected by this function.
 *
 * @param[out] p_temp Result of temperature measurement. Die temperature in 0.25 degrees celsius.
 *
 * @retval ::NRF_SUCCESS A temperature measurement was done, and the temperature was written to temp
 */
SVCALL(SD_TEMP_GET, uint32_t, sd_temp_get(int32_t * p_temp));
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;Cheers,
Håkon&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Internal temperature sensor conflicts with BLE stack?</title><link>https://devzone.nordicsemi.com/thread/12226?ContentTypeID=1</link><pubDate>Mon, 04 Aug 2014 00:48:36 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:058832f0-6417-428d-907d-a852376c197d</guid><dc:creator>scytulip</dc:creator><description>&lt;p&gt;I&amp;#39;m using SDS110 v7.0.0.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>