<?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>nRF toolbox</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/19864/nrf-toolbox</link><description>I am learning BLE and trying to develop a Health Thermometer which can be seen in the nRF Toolbox 
 I am using Bluetooth Developer Studio but cannot get the nRF Health thermometer scan to appear in Select Device in the connect window. 
 It would be</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 21 Feb 2017 12:34:15 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/19864/nrf-toolbox" /><item><title>RE: nRF toolbox</title><link>https://devzone.nordicsemi.com/thread/77285?ContentTypeID=1</link><pubDate>Tue, 21 Feb 2017 12:34:15 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:2cb0b8af-29e6-4203-b8ce-de153ec7f12c</guid><dc:creator>Jim</dc:creator><description>&lt;p&gt;OK BDS only inserts this:
BLEService DeviceInformation(&amp;quot;180A&amp;quot;);
blePeripheral.addAttribute(DeviceInformation);
even though the Health Thermo UID 1809 is in the project.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF toolbox</title><link>https://devzone.nordicsemi.com/thread/77284?ContentTypeID=1</link><pubDate>Tue, 21 Feb 2017 11:36:44 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a718db27-cbcd-4c19-85df-f6096d20cdf4</guid><dc:creator>Sigurd</dc:creator><description>&lt;p&gt;You need to have the Health Thermometer UUID in the advertising data for it to show up in Toolbox. The UUID is &lt;a href="https://www.bluetooth.com/specifications/gatt/viewer?attributeXmlFile=org.bluetooth.service.health_thermometer.xml"&gt;0x1809&lt;/a&gt;:&lt;/p&gt;
&lt;p&gt;&lt;img src="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/HTS.png" alt="image description" /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF toolbox</title><link>https://devzone.nordicsemi.com/thread/77283?ContentTypeID=1</link><pubDate>Tue, 21 Feb 2017 11:23:15 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f085db1b-4174-423b-882d-767d203db424</guid><dc:creator>Jim</dc:creator><description>&lt;p&gt;OK Sigurd, I am not using the Nordic SDK as it requires a costly development environment, I am Using a RedBear BLEnano and programming in Arduino environment using BLEPeripheral.
From nRF Conect I get:
nRF Connect, 2017-02-21
JimsT (F5:34:7E:73:78:89)
V	11:19:57.916	Connecting to F5:34:7E:73:78:89...
D	11:19:57.916	gatt = device.connectGatt(autoConnect = false)
D	11:19:58.423	[Callback] Connection state changed with status: 0 and new state: CONNECTED (2)
I	11:19:58.423	Connected to F5:34:7E:73:78:89
D	11:19:58.423	wait(600ms)
D	11:19:58.426	[Broadcast] Action received: android.bluetooth.device.action.ACL_CONNECTED
V	11:19:59.043	Discovering services...
D	11:19:59.043	gatt.discoverServices()
D	11:19:59.106	[Callback] Services discovered with status: 0
I	11:19:59.110	Services discovered
V	11:19:59.148	Generic Access (0x1800)&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Device Name [R W] (0x2A00)&lt;/li&gt;
&lt;li&gt;Appearance [R] (0x2A01)&lt;/li&gt;
&lt;li&gt;Peripheral Preferred Connection Parameters [R] (0x2A04)
Generic Attribute (0x1801)&lt;/li&gt;
&lt;li&gt;Service Changed [I] (0x2A05)
Client Characteristic Configuration (0x2902)
Device Information (0x180A)&lt;/li&gt;
&lt;li&gt;Manufacturer Name String [R] (0x2A29)&lt;/li&gt;
&lt;li&gt;Model Number String [R] (0x2A24)&lt;/li&gt;
&lt;li&gt;Serial Number String [R] (0x2A25)&lt;/li&gt;
&lt;li&gt;Hardware Revision String [R] (0x2A27)&lt;/li&gt;
&lt;li&gt;Firmware Revision String [R] (0x2A26)&lt;/li&gt;
&lt;li&gt;Software Revision String [R] (0x2A28)&lt;/li&gt;
&lt;li&gt;System ID [R] (0x2A23)&lt;/li&gt;
&lt;li&gt;IEEE 11073-20601 Regulatory Certification Data List [R] (0x2A2A)&lt;/li&gt;
&lt;li&gt;PnP ID [R] (0x2A50)
Health Thermometer (0x1809)&lt;/li&gt;
&lt;li&gt;Temperature Measurement [I] (0x2A1C)
Client Characteristic Configuration (0x2902)&lt;/li&gt;
&lt;li&gt;Temperature Type [R] (0x2A1D)&lt;/li&gt;
&lt;li&gt;Intermediate Temperature [N] (0x2A1E)
Client Characteristic Configuration (0x2902)&lt;/li&gt;
&lt;li&gt;Measurement Interval [I N R W WNR] (0x2A21)
Client Characteristic Configuration (0x2902)
Valid Range (0x2906)&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;But cannot see it in Toolbox&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF toolbox</title><link>https://devzone.nordicsemi.com/thread/77282?ContentTypeID=1</link><pubDate>Tue, 21 Feb 2017 09:48:03 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:49c5cc5c-a2e6-45ed-93da-562b1bc32d10</guid><dc:creator>Sigurd</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;There is already a Health Thermometer example in the SDK: &lt;code&gt;SDK_Folder\examples\ble_peripheral\ble_app_hts&lt;/code&gt;, so you dont need to use BDS to implement this. In order for the nRF-Toolbox to list the Health thermometer in scanned devices, the peripheral (Health thermometer) need to have the Health Thermometer UUID in the advertising data.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>