<?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>PC Side application/Emulator (C++)</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/81139/pc-side-application-emulator-c</link><description>Hello, 
 I&amp;#39;m using a nrf52832 module for my embedded device and would like to develop a pc side c++ application that is able to connect to this device using the existing Bluetooth connection of the pc. 
 Is there any example? 
 Another question is about</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 29 Oct 2021 14:49:24 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/81139/pc-side-application-emulator-c" /><item><title>RE: PC Side application/Emulator (C++)</title><link>https://devzone.nordicsemi.com/thread/336720?ContentTypeID=1</link><pubDate>Fri, 29 Oct 2021 14:49:24 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e26be214-87ce-4f73-bd6d-9de38f74793e</guid><dc:creator>ElmarY</dc:creator><description>&lt;p&gt;I understand Edvin.&lt;/p&gt;
&lt;p&gt;Maybe you have some nrf FW example that can generate a virtual UART port on the connected PC?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: PC Side application/Emulator (C++)</title><link>https://devzone.nordicsemi.com/thread/336475?ContentTypeID=1</link><pubDate>Thu, 28 Oct 2021 12:25:02 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:01674fca-4470-44e8-b75f-042579296a88</guid><dc:creator>Edvin</dc:creator><description>&lt;p&gt;It may be possible, but not the PC itself. It needs to be done through some custom application. And this is the application that you need to write. I don&amp;#39;t have any examples.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: PC Side application/Emulator (C++)</title><link>https://devzone.nordicsemi.com/thread/336469?ContentTypeID=1</link><pubDate>Thu, 28 Oct 2021 12:12:42 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:7d75f96f-0234-49d7-9a42-debc1079178e</guid><dc:creator>ElmarY</dc:creator><description>&lt;p&gt;Thanks, Edvin.&lt;/p&gt;
&lt;p&gt;Can you tell me if I can make PC recognize connected nrf Bluetooth device as Virtual UART port using the following function:&lt;/p&gt;
&lt;p&gt;&lt;a href="https://infocenter.nordicsemi.com/index.jsp?topic=%2Fcom.nordic.infocenter.sdk5.v15.0.0%2Fgroup__ble__nus.html"&gt;Nordic Semiconductor Infocenter&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Can you give an example, please?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: PC Side application/Emulator (C++)</title><link>https://devzone.nordicsemi.com/thread/336380?ContentTypeID=1</link><pubDate>Thu, 28 Oct 2021 09:11:48 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:3e6d1106-bbc3-4fe9-9612-c558ec66a9a3</guid><dc:creator>Edvin</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
[quote user="ElmarY"]&lt;p&gt;What is the interest to use a nordic dongle if we have already Bluetooth device on our pc?&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;[/quote]
&lt;p&gt;Exactly. But that was not the case about a decade ago, where few computers had bluetooth&amp;nbsp;&lt;strong&gt;low energy&lt;/strong&gt;.&lt;/p&gt;
[quote user="ElmarY"]I need an example application or any idea explaining me how can I exchange data between my pc (using Pc&amp;#39;s BLE device)[/quote]
&lt;p&gt;I agree, but that is not something we provide. I guess there are too many options. (C++/C/Java/JavaScript/... you name it). Remember that we are microcontroller engineers, mostly.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;I wish I could tell you exactly what you needed to do, but I guess you can start off by checking out this &lt;a href="https://stackoverflow.com/questions/44283744/c-ble-central-development-for-windows"&gt;stackoverflow post&lt;/a&gt;. I don&amp;#39;t know if it is any good, but perhaps it is a starting point.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Edvin&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: PC Side application/Emulator (C++)</title><link>https://devzone.nordicsemi.com/thread/336187?ContentTypeID=1</link><pubDate>Wed, 27 Oct 2021 12:01:34 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c2d91b8a-2505-44ad-a7b6-d3e0e38077c3</guid><dc:creator>ElmarY</dc:creator><description>&lt;p&gt;Hi Edvin thanks for your reply.&lt;/p&gt;
&lt;p&gt;What is the interest to use a nordic dongle if we have already Bluetooth device on our pc?&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Actually, I can connect to my remote device that has a nordic module over my PC&amp;#39;s Bluetooth. But I have no idea how to get and transmit the data from and to this device. I need an example application or any idea explaining me how can I exchange data between my pc (using Pc&amp;#39;s BLE device) and a remote nordic device.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: PC Side application/Emulator (C++)</title><link>https://devzone.nordicsemi.com/thread/336182?ContentTypeID=1</link><pubDate>Wed, 27 Oct 2021 11:45:15 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:191b9fa9-8038-42cd-8236-1c93f95b286b</guid><dc:creator>Edvin</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;We don&amp;#39;t have anything on BLE applications on the PC side, unfortunately. Only applications that use a DK as a serial BLE gateway, from the time before most PCs came with bluetooth. I don&amp;#39;t know if this is what you are looking for. If it is, you can check out something called &lt;a href="https://github.com/NordicSemiconductor/pc-ble-driver"&gt;pc-ble-driver&lt;/a&gt;. But this requires a nordic DK/dongle connected to the pc in order to run.&lt;/p&gt;
&lt;p&gt;If you want to write a standalone PC app, you need to look elsewhere, I am afraid.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Edvin&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>