<?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 to connect to a Windows 8 PC</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/8360/how-to-connect-to-a-windows-8-pc</link><description>Hello, 
 I`ve got a working S120 peripheral BLE device with custom services and characteristics.
I am able to connect and bond with iOS and Android. But I cannot connect to Windows7 / Windows8. The device will not be visible in the windows device API</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 28 Jul 2015 07:25:05 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/8360/how-to-connect-to-a-windows-8-pc" /><item><title>RE: How to connect to a Windows 8 PC</title><link>https://devzone.nordicsemi.com/thread/30333?ContentTypeID=1</link><pubDate>Tue, 28 Jul 2015 07:25:05 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ee232473-fba9-4e69-8ef3-a935e6a3ff7a</guid><dc:creator>Andreas</dc:creator><description>&lt;p&gt;Hello Oyvind, thank you for your support. The device manager did the trick. Now it works.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to connect to a Windows 8 PC</title><link>https://devzone.nordicsemi.com/thread/30332?ContentTypeID=1</link><pubDate>Mon, 27 Jul 2015 08:28:57 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:3a2bc23b-2300-4ec1-808c-a6a643f830bf</guid><dc:creator>&amp;#216;yvind Karlsen</dc:creator><description>&lt;p&gt;Have a look at &lt;a href="https://devzone.nordicsemi.com/tutorials/15/implementing-the-device-manager/"&gt;this tutorial&lt;/a&gt;.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to connect to a Windows 8 PC</title><link>https://devzone.nordicsemi.com/thread/30331?ContentTypeID=1</link><pubDate>Mon, 27 Jul 2015 08:11:02 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:cf62c89c-60ce-41e6-8dfe-47f16f97b3f8</guid><dc:creator>Andreas</dc:creator><description>&lt;p&gt;Hello, sorry but I don`t know how to implement a device manager on my peripheral application. For me, the device manger is a software module that handles connections from a central device to a peripheral device. Is there an example, where the device manager is used in a peripheral application?&lt;/p&gt;
&lt;p&gt;On which points is the difference between a peripheral with device manager and an peripheral without device manager, referenced to the windows connection problem!?
Thanks in advance!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to connect to a Windows 8 PC</title><link>https://devzone.nordicsemi.com/thread/30330?ContentTypeID=1</link><pubDate>Fri, 24 Jul 2015 13:55:10 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:56f487cc-68de-441b-9075-679030021e23</guid><dc:creator>&amp;#216;yvind Karlsen</dc:creator><description>&lt;p&gt;It is possible to use the S120 as peripheral, however it is mainly intended for use as a central. When you use S120 as a peripheral you can not use device_manager_central.c, and should use device_manager_peripheral.c.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to connect to a Windows 8 PC</title><link>https://devzone.nordicsemi.com/thread/30329?ContentTypeID=1</link><pubDate>Fri, 24 Jul 2015 13:51:44 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:22ba9cce-969a-4947-882b-6dc0c71e3c5b</guid><dc:creator>Andreas</dc:creator><description>&lt;p&gt;Ok, I will have a look on it. But is it possible to use S120 as peripheral and to use device_manager_central.c? For my understanding the S120 is not only a central softdevice. The S120 supports both roles.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to connect to a Windows 8 PC</title><link>https://devzone.nordicsemi.com/thread/30325?ContentTypeID=1</link><pubDate>Fri, 24 Jul 2015 13:45:38 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a6b954fa-7053-4781-88dc-0eacdc6aa903</guid><dc:creator>&amp;#216;yvind Karlsen</dc:creator><description>&lt;p&gt;S120 is the central SoftDevice, so yes, you should use device_manager_central.c.&lt;/p&gt;
&lt;p&gt;To fix the Windows connection problem you have to implement a service in your application, like lmQ009 said, have a look at the examples he referred to.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to connect to a Windows 8 PC</title><link>https://devzone.nordicsemi.com/thread/30322?ContentTypeID=1</link><pubDate>Fri, 24 Jul 2015 13:43:30 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c17ddf0a-85a3-48e0-a469-eb8ea6ebcadc</guid><dc:creator>Andreas</dc:creator><description>&lt;p&gt;Hi, I only tried do add the device_manager module with the KEIL library manager. There it says deny nRF_SoftDevices:s120...
I`m using the S120 softdevice as an peripheral. So will it work with device_manager_central.c?&lt;/p&gt;
&lt;p&gt;Is the device manager the solution for the Windows connection problem?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to connect to a Windows 8 PC</title><link>https://devzone.nordicsemi.com/thread/30324?ContentTypeID=1</link><pubDate>Fri, 24 Jul 2015 13:37:11 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:099bf98e-e97b-4b39-9d3f-6225164a2c8f</guid><dc:creator>&amp;#216;yvind Karlsen</dc:creator><description>&lt;p&gt;Are you using device_manager_central.c? If your are using device_manager_peripheral.c it will not work with S120.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to connect to a Windows 8 PC</title><link>https://devzone.nordicsemi.com/thread/30328?ContentTypeID=1</link><pubDate>Fri, 24 Jul 2015 12:24:55 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:abadf764-3467-4e7e-be83-a562a647ff96</guid><dc:creator>ImQ009</dc:creator><description>&lt;p&gt;Oh? I don&amp;#39;t have any experience with S120, I guess you&amp;#39;re gonna have to wait until someone else comes in here.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to connect to a Windows 8 PC</title><link>https://devzone.nordicsemi.com/thread/30327?ContentTypeID=1</link><pubDate>Fri, 24 Jul 2015 12:22:59 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ba048571-77ad-4d98-a86d-76a0b13914fc</guid><dc:creator>Andreas</dc:creator><description>&lt;p&gt;Ok, thank you. But I think there is another problem. I can not use the device manager module with the S120 softdevice I think... The Keil module manager says &amp;quot;deny S120&amp;quot;...&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to connect to a Windows 8 PC</title><link>https://devzone.nordicsemi.com/thread/30326?ContentTypeID=1</link><pubDate>Fri, 24 Jul 2015 11:51:36 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:24296e8d-12c8-4c65-b8ea-b140730e4725</guid><dc:creator>ImQ009</dc:creator><description>&lt;p&gt;You have to implement it on the device.
One of the examples that implements that is ble_peripheral/ble_app_hrs&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to connect to a Windows 8 PC</title><link>https://devzone.nordicsemi.com/thread/30323?ContentTypeID=1</link><pubDate>Fri, 24 Jul 2015 11:48:44 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:efb61596-9d1e-4796-a610-3d23dc414c70</guid><dc:creator>Andreas</dc:creator><description>&lt;p&gt;Hi, yes I can see the device advertising in Windows. If I then try to connect, this is not possible faultless. Do i have to implement a device manager on the windows side or on the device side? Can you me the name of the example / Link / reference?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to connect to a Windows 8 PC</title><link>https://devzone.nordicsemi.com/thread/30321?ContentTypeID=1</link><pubDate>Fri, 24 Jul 2015 11:27:00 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:bedc918f-04be-40fd-bd18-ef74088f311c</guid><dc:creator>ImQ009</dc:creator><description>&lt;p&gt;Can you see the device advertising on Windows at all? Is it just so that you can&amp;#39;t pair with it? If so I had the same problem. Implementing a device manager helped. There&amp;#39;s an example showing how it&amp;#39;s done.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>