<?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>Enable BLE on PC</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/8286/enable-ble-on-pc</link><description>Hi,
what should I do in order to enable Bluetooth Low Energy on PC (mainly Windows XP to 8, but Linux or Mac would be nice if they don&amp;#39;t support BLE natively)? 
 My device uses custom (non standard) GATT service. Windows 8.1 can pair with standard BLE</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 25 Sep 2019 09:01:17 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/8286/enable-ble-on-pc" /><item><title>RE: Enable BLE on PC</title><link>https://devzone.nordicsemi.com/thread/211735?ContentTypeID=1</link><pubDate>Wed, 25 Sep 2019 09:01:17 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:afeb8ef1-eae3-4a08-9d90-6d9dbce27541</guid><dc:creator>brianreinhold</dc:creator><description>&lt;p&gt;After all this is said an done it is not clear if the program I write is running on the PC or running on the board. Downloading the HEX file sounds like it is running on the board. It sounds like what the user wants is to run on the PC. I know that is what I am looking for.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Enable BLE on PC</title><link>https://devzone.nordicsemi.com/thread/29908?ContentTypeID=1</link><pubDate>Tue, 21 Jul 2015 13:49:38 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:bfdd7427-54ff-4a6a-9db4-4de9ca312e58</guid><dc:creator>&amp;#216;yvind Karlsen</dc:creator><description>&lt;p&gt;The library I linked to only supports those two devices.&lt;/p&gt;
&lt;p&gt;You can have a look at some other libraries, for Linux there is &lt;a href="http://www.bluez.org/"&gt;BlueZ&lt;/a&gt;, for OSX there&amp;#39;s &lt;a href="https://developer.apple.com/bluetooth/"&gt;this&lt;/a&gt;. I have not found a different library that will support Windows 7 and previous.&lt;/p&gt;
&lt;p&gt;As for FCC and CE certification, all dongles on the market should have this, as it is a requirement to be allowed to sell them as a Bluetooth product.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Enable BLE on PC</title><link>https://devzone.nordicsemi.com/thread/29906?ContentTypeID=1</link><pubDate>Tue, 21 Jul 2015 11:28:34 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:4ab9e365-07fc-47bb-8665-0b28ed423417</guid><dc:creator>gaminn</dc:creator><description>&lt;p&gt;I haven&amp;#39;t mentioned it in my first post - I&amp;#39;m looking for certified USB dongle which is already available on the market. We will supply this dongle together with our product to customers who want use our BLE device on the PC.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Enable BLE on PC</title><link>https://devzone.nordicsemi.com/thread/29907?ContentTypeID=1</link><pubDate>Tue, 21 Jul 2015 11:03:36 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:94151c53-5d47-4309-8714-649d45e71dd4</guid><dc:creator>&amp;#216;yvind Karlsen</dc:creator><description>&lt;p&gt;From the documentation:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;The Driver supports the following boards:

pca10028: nRF51422 development kit (v1.0 or higher)
pca10031: nRF51422 development dongle (v1.0 or higher)
In order for the Driver to operate, a supported board from the list above must be connected to the PC.

The necessary firmware to use this driver can be programmed by just copying connectivity_1M_with_s130_1.0.0.hex file onto the drive your board shows up as. The file contains both the connectivity firmware and SoftDevice.

On Windows you can also use nRFgo Studio or nrfjprog to program the HEX files.

If you wish to compile the connectivity firmware yourself, you can do that. The SoftDevice and connectivity firmware source code is available in the nRF51 SDK (separate download).
&lt;/code&gt;&lt;/pre&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Enable BLE on PC</title><link>https://devzone.nordicsemi.com/thread/29905?ContentTypeID=1</link><pubDate>Tue, 21 Jul 2015 10:44:16 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5bd796f8-faef-4bd5-9576-d64aa6b8b1ad</guid><dc:creator>gaminn</dc:creator><description>&lt;p&gt;Thanks. I will go through the library. Are there FCC and CE certified USB dongles compatible with this library on the market?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Enable BLE on PC</title><link>https://devzone.nordicsemi.com/thread/29904?ContentTypeID=1</link><pubDate>Tue, 21 Jul 2015 10:37:43 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ab651bb4-10eb-41e7-a064-36b162543c55</guid><dc:creator>&amp;#216;yvind Karlsen</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Have a look at the &lt;a href="https://github.com/NordicSemiconductor/pc-ble-driver"&gt;pc-ble-driver&lt;/a&gt; library.&lt;/p&gt;
&lt;p&gt;I recommend using the &lt;a href="https://www.nordicsemi.com/eng/Products/nRF51-Dongle"&gt;nRF51-Dongle&lt;/a&gt; for development, as it offers a lot of additional features(sniffer, MCP), compared to a regular dongle.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Øyvind&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>