<?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>Health Thermometer does not display Temperature in nRF Toolbox</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/20044/health-thermometer-does-not-display-temperature-in-nrf-toolbox</link><description>I have been experimenting with the mbed BLE Health Thermometer examples, BLE_Themometer etc. Whilst they are visible and show their name in the nRF Toolbox Health Thermometer tab the temperature wont display .
If I use nRF Connect I can get the temperature</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 07 Mar 2017 08:06:29 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/20044/health-thermometer-does-not-display-temperature-in-nrf-toolbox" /><item><title>RE: Health Thermometer does not display Temperature in nRF Toolbox</title><link>https://devzone.nordicsemi.com/thread/78016?ContentTypeID=1</link><pubDate>Tue, 07 Mar 2017 08:06:29 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:3b9e81a9-2803-42c9-baf6-3d4e5e597d67</guid><dc:creator>Jim</dc:creator><description>&lt;p&gt;I discovered the problem.
In ble\HealthThermometerService:
tempMeasurement(GattCharacteristic::UUID_TEMPERATURE_MEASUREMENT_CHAR, (TemperatureValueBytes *)valueBytes.getPointer(), GattCharacteristic::BLE_GATT_CHAR_PROPERTIES_NOTIFY),
tempLocation(GattCharacteristic::UUID_TEMPERATURE_TYPE_CHAR, &amp;amp;_location)
Which is not the default condition for the Health Thermometer.
If I change NOTIFY for INDICATE nRFToolbox then displays the temperature.
Regards Jim&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Health Thermometer does not display Temperature in nRF Toolbox</title><link>https://devzone.nordicsemi.com/thread/78017?ContentTypeID=1</link><pubDate>Tue, 28 Feb 2017 13:25:14 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:7a0adfd2-da95-44ae-ba3b-cc173917c7b4</guid><dc:creator>Jim</dc:creator><description>&lt;p&gt;I imported the application into mbed and compiled for BLE Nano but got a series of errors like:&lt;/p&gt;
&lt;p&gt;Error: No space in execution regions with .ANY selector matching libspace.o(.bss).&lt;/p&gt;
&lt;p&gt;IWhen I examine the main.cpp I cannot see anywhere where &amp;quot; This example uses NOTIFY, READ properties on the Temperature Measurement Characteristics&amp;quot;&lt;/p&gt;
&lt;p&gt;Regards Jim&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Health Thermometer does not display Temperature in nRF Toolbox</title><link>https://devzone.nordicsemi.com/thread/78015?ContentTypeID=1</link><pubDate>Tue, 28 Feb 2017 11:54:25 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a857adac-557f-4fa6-8e2f-6461a7f9bcb6</guid><dc:creator>Sigurd</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I tested the mbed Health Thermometer example found &lt;a href="https://developer.mbed.org/teams/mbed-os-examples/code/mbed-os-example-ble-Thermometer/"&gt;here&lt;/a&gt;. This example uses NOTIFY, READ properties on the Temperature Measurement Characteristics. This is &lt;strong&gt;not in compliance&lt;/strong&gt; with the Bluetooth SIG definition found &lt;a href="https://www.bluetooth.com/specifications/gatt/viewer?attributeXmlFile=org.bluetooth.service.health_thermometer.xml"&gt;here&lt;/a&gt;, where it’s stated the Temperature Measurement Characteristics should use indication. The HTM(Health Thermometer Monitor) in nRF Toolbox app only works when the Temperature Measurement Characteristics uses indication.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>