<?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>How do wearables connect?</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/36888/how-do-wearables-connect</link><description>Hello! 
 I have been trying to make a wearable custom board. I have been trying to find some info about it but i don&amp;#180;t find anything useful. I have some questions. Working with a nrf52832, SES and SDK15. 
 1.- First of all I have noticed when i try to</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 30 Jul 2018 17:34:32 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/36888/how-do-wearables-connect" /><item><title>RE: How do wearables connect?</title><link>https://devzone.nordicsemi.com/thread/142009?ContentTypeID=1</link><pubDate>Mon, 30 Jul 2018 17:34:32 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:bd2c2072-e965-4998-b702-64fefe923254</guid><dc:creator>gercer</dc:creator><description>&lt;p&gt;The demo was in SDK11 using Keil tho.&lt;/p&gt;
&lt;p&gt;1.- If anyone is interested i had to add at the end of the advertising_init function:&lt;br /&gt; err_code = sd_ble_gap_appearance_set(BLE_APPEARANCE_WATCH_SPORTS_WATCH);&lt;br /&gt; APP_ERROR_CHECK(err_code);&lt;/p&gt;
&lt;p&gt;And the different appearances can be shown in the ble_types.h file.&lt;/p&gt;
&lt;p&gt;Thanks for the help MartinBL&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How do wearables connect?</title><link>https://devzone.nordicsemi.com/thread/141996?ContentTypeID=1</link><pubDate>Mon, 30 Jul 2018 16:05:15 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:964d588d-c979-418b-b562-fdaed21142e4</guid><dc:creator>MartinBL</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;This is probably done using the Appearance Characteristic. From the Bluetooth Core Spec:&lt;br /&gt;&lt;img src="https://devzone.nordicsemi.com/resized-image/__size/320x240/__key/support-attachments/beef5d1b77644c448dabff31668f3a47-713bce9d0eb34eaba84d23919a42f856/pastedimage1532965662020v1.png" alt=" " /&gt;&lt;br /&gt;It is also possible to include Appearance in the advertising packets. &lt;a href="https://devzone.nordicsemi.com/tutorials/b/bluetooth-low-energy/posts/ble-advertising-a-beginners-tutorial"&gt;This tutorial&lt;/a&gt; mentions how you can configure that (the tutorial uses an old SDK, but I believe the method is relevant today).&amp;nbsp;&lt;/li&gt;
&lt;li&gt;There are several different versions (often referred to as specifications) of Bluetooth (&lt;a href="https://en.wikipedia.org/wiki/Bluetooth"&gt;Wiki&lt;/a&gt;) and you should probably read up upon what their differences and capabilities are.&amp;nbsp;Nordic&amp;#39;s nRF52 ICs support Bluetooth v4.x and v5. These Bluetooth versions are also known as Bluetooth low energy (BLE). Today, devices that transfer audio, like your car stereo, most likely use Bluetooth v2 or v3, also known as Bluetooth Classic. BLE and Bluetooth Classic devices cannot talk directly to each other, but it could be that your car stereo has both BLE and Bluetooth Classic support. It could also be that your smart band is communicating with the car stereo using your phone as a gateway.&amp;nbsp;&lt;/li&gt;
&lt;/ol&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>