<?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>Windows BLE Compatibilty</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/19797/windows-ble-compatibilty</link><description>I made a BLE peripheral (nRF52 + SDK11.0.0 + s132) and have so far been using Android devices (that supports 7.5ms connection events) to connect to it. I want to connect to a PC now and support various Windows operating systems. 
 I am a little confused</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 20 Feb 2017 23:02:22 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/19797/windows-ble-compatibilty" /><item><title>RE: Windows BLE Compatibilty</title><link>https://devzone.nordicsemi.com/thread/76996?ContentTypeID=1</link><pubDate>Mon, 20 Feb 2017 23:02:22 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a064a722-4a0b-491e-b20a-df4e6510e964</guid><dc:creator>Roger Clark</dc:creator><description>&lt;p&gt;@TOSA&lt;/p&gt;
&lt;p&gt;I am developing a board / dongle using the nRF52840 as it has built in USB and can act as HID (or anything else), but like you say, the nRF52840 is only in preview until later this year (probably Q3)&lt;/p&gt;
&lt;p&gt;At the moment I don&amp;#39;t know of any off the shelf products which would do what you want, and provide HID&lt;/p&gt;
&lt;p&gt;I suspect the cheapest option would be an nRF51822 paired with something like a STM32F103C8 (or similar MCU with built in USB support)&lt;/p&gt;
&lt;p&gt;You could probably reprogram Nordic&amp;#39;s own dongle as I think they use a Atmel SAM ARM processor to interface to USB and act as the SWD programmer, but its not a very cost effective option for a commercial product as you are paying for a lot of things you won&amp;#39;t use. e.g the debugger software licensed from Segger and a high spec interface MCU&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Windows BLE Compatibilty</title><link>https://devzone.nordicsemi.com/thread/76997?ContentTypeID=1</link><pubDate>Mon, 20 Feb 2017 20:37:58 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:435587dd-dcb7-4dec-b744-f19e3a017b8f</guid><dc:creator>Tosa</dc:creator><description>&lt;p&gt;Seems that the nRF52840 is only in preview now and DK is hard to get. I might go about using a nRF52 and a separate USB MCU, but I will study the dongle as mentioned by Hung below to see if that will do the job. If you are making one, with a good HID-to-BLE API, please let me know.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Windows BLE Compatibilty</title><link>https://devzone.nordicsemi.com/thread/76998?ContentTypeID=1</link><pubDate>Mon, 20 Feb 2017 12:38:12 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:cbc9b344-7da3-42d2-b670-e64162f845d8</guid><dc:creator>Hung Bui</dc:creator><description>&lt;p&gt;Hi Tosa,&lt;/p&gt;
&lt;p&gt;Which dongle you are asking about ?
If you are talking about our Nordic dongle, then the protocol is simply CDC UART via USB and we what is transferred via UART is the BLE APIs converted to serialization protocol we have. The firmware on the dongle is the ble_connectivity as in \examples\ble_central_and_peripheral.&lt;/p&gt;
&lt;p&gt;You can have a look at the ble_driver we have &lt;a href="https://github.com/NordicSemiconductor/pc-ble-driver"&gt;here&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;If you are talking about generic Bluetooth dongle, then you would need to use Windows BLE API to control it.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Windows BLE Compatibilty</title><link>https://devzone.nordicsemi.com/thread/76995?ContentTypeID=1</link><pubDate>Fri, 17 Feb 2017 21:19:01 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5dbcca0b-77a3-4ae9-9862-7d9c3386136d</guid><dc:creator>Roger Clark</dc:creator><description>&lt;p&gt;AFIK&lt;/p&gt;
&lt;p&gt;Microsoft added BLE support in either Windows 8 or 8.1, and its supposed to be in W10.&lt;/p&gt;
&lt;p&gt;However I tried a CSR Bluetooth dongle on WIndows 10, and could not detect any BLE devices.&lt;/p&gt;
&lt;p&gt;Depending on which versions of Windows you intend to support, I suspect the thing that is most likely to work is a dongle acting as central, which enumerates on USB as a HID device.&lt;/p&gt;
&lt;p&gt;Windows seems to accept HID devices very easily, but getting other types of USB devices to work e.g. CDC ( serial ) is a pain on W7.
I have tried Nordics CDC and HID examples for the nRF52840 and the driver installation for CDC is not straight forward.&lt;/p&gt;
&lt;p&gt;BTW.
You could look for a dongle in this list, but I don&amp;#39;t think one exists&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.nordicsemi.com/eng/Products/3rd-Party-Bluetooth-low-energy-Modules"&gt;www.nordicsemi.com/.../3rd-Party-Bluetooth-low-energy-Modules&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;There was also a question about a dongle, last year, but I don&amp;#39;t think one was found&lt;/p&gt;
&lt;p&gt;PS. Please PM me if you are serious about the idea of a dongle, as I have a similar development in the pipeline.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>