<?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 use HCI over UART interface to create Win10 app that communicates using NUS</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/63961/how-to-use-hci-over-uart-interface-to-create-win10-app-that-communicates-using-nus</link><description>I have a device that uses the Nordic UART Service (NUS) to provide a serial port like interface to my product. Now I need to start working on the PC side of the system. The ideal solution would use the BLE hardware inside the PC to connect to the NUS</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 22 Jul 2020 13:58:34 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/63961/how-to-use-hci-over-uart-interface-to-create-win10-app-that-communicates-using-nus" /><item><title>RE: How to use HCI over UART interface to create Win10 app that communicates using NUS</title><link>https://devzone.nordicsemi.com/thread/261221?ContentTypeID=1</link><pubDate>Wed, 22 Jul 2020 13:58:34 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:7584ce52-dc6d-41e6-8497-6b5b92a42140</guid><dc:creator>Steven Grunza</dc:creator><description>&lt;p&gt;As far as I can tell BlueCove does not support BLE well.&amp;nbsp; From the BlueCove.org website:&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;BlueCove provides JSR-82 Java interface for following Bluetooth Profiles:

SDAP - Service Discovery Application Profile
RFCOMM - Serial Cable Emulation Protocol
L2CAP - Logical Link Control and Adaptation Protocol
OBEX - Generic Object Exchange Profile (GOEP) profile on top of RFCOMM and TCP&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;Looks like JSR-82 was released in 2008, about 2 years before BLE spec came out in 2010 or so.&amp;nbsp; I&amp;#39;ll research it some more.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to use HCI over UART interface to create Win10 app that communicates using NUS</title><link>https://devzone.nordicsemi.com/thread/261125?ContentTypeID=1</link><pubDate>Wed, 22 Jul 2020 07:59:13 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ebbba538-b73e-42e4-9b3d-223e56e7b19c</guid><dc:creator>Didrik Rokhaug</dc:creator><description>&lt;p&gt;Hi.&lt;/p&gt;
&lt;p&gt;HCI is used for communication between the Bluetooth Controller, which is responsible for the radio link, and the Bluetooth Host, which contains the rest of the Bluetooth stack.&lt;/p&gt;
&lt;p&gt;So in most cases, you wouldn&amp;#39;t use HCI directly, but instead use a Bluetooth Host library, which interfaces with the Controller over HCI. After some searching, it seems that BlueCove is the most used Java host. The library seems to use the built-in Bluetooth device, but I am no Java expert, so I am not quite sure.&lt;/p&gt;
&lt;p&gt;Another option to those you have mentioned is to use our pc-ble-driver: &lt;a href="https://github.com/NordicSemiconductor/pc-ble-driver"&gt;https://github.com/NordicSemiconductor/pc-ble-driver&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;It is built around our SoftDevice, so it does not use HCI, but you should be able to achieve the same things, just with the host running on the dongle as well.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Didrik&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>