<?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 can I use pc-ble-driver in Universal Window Platform, using C# ?</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/115484/how-can-i-use-pc-ble-driver-in-universal-window-platform-using-c</link><description>I&amp;#39;m working on developing a desktop app, which can communicate with nrf52840-dongle or any Nordic device. I&amp;#39;m using UWP to develop the app. I&amp;#39;m new to App development so i need detailed information on how to start and how to use available resources.</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 15 Oct 2024 12:18:59 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/115484/how-can-i-use-pc-ble-driver-in-universal-window-platform-using-c" /><item><title>RE: How can I use pc-ble-driver in Universal Window Platform, using C# ?</title><link>https://devzone.nordicsemi.com/thread/506304?ContentTypeID=1</link><pubDate>Tue, 15 Oct 2024 12:18:59 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e9f27833-e308-4104-8c1a-0d18756ba5e5</guid><dc:creator>Priyanka</dc:creator><description>&lt;p&gt;Hi Abhilash,&lt;/p&gt;
&lt;p&gt;Please take a look at the following discussion:&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/104230/how-to-use-nrf52840-with-windows-uwp"&gt;How to use nRF52840 with Windows UWP&lt;/a&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/111884/using-custom-ble-image-on-nrf52840-dongle-with-softdevice-api-on-pc"&gt;Using custom BLE image on nRF52840 Dongle with Softdevice API on PC?&lt;/a&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;As for the &lt;a href="https://github.com/NordicSemiconductor/pc-ble-driver"&gt;pc_ble_driver github, please find them here&lt;/a&gt;.&amp;nbsp;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Hope these help.&lt;/p&gt;
&lt;p&gt;-Priyanka&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How can I use pc-ble-driver in Universal Window Platform, using C# ?</title><link>https://devzone.nordicsemi.com/thread/506259?ContentTypeID=1</link><pubDate>Tue, 15 Oct 2024 09:41:50 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:294f2893-a030-401c-b823-8aeaf4605c46</guid><dc:creator>Abhi74</dc:creator><description>&lt;p&gt;Thanks for the reply, but my task is to use the Nordic dongle to discover nearby devices, and my app should be able to read the received information from the dongle and display in the UI of my app. Sorry if I was not clear in my previous query.&lt;/p&gt;
&lt;p&gt;I have made an app that can discover nearby devices by using the system&amp;#39;s inbuilt Bluetooth chip. I have used the&amp;nbsp;Windows.Devices.Bluetooth (namespace) to make the app. Now, to make the app to work with dongle I looked on devzone on how to make the app, they have mentioned that I have to build the &amp;quot;pc-ble-driver&amp;quot; in order to discover the dongle on the com port.&lt;/p&gt;
&lt;p&gt;Please provide me the required libraries to complete the task.&lt;br /&gt;Thankyou.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How can I use pc-ble-driver in Universal Window Platform, using C# ?</title><link>https://devzone.nordicsemi.com/thread/506089?ContentTypeID=1</link><pubDate>Mon, 14 Oct 2024 11:46:48 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:82401fb6-76f8-48bd-812f-a08f526ac2ba</guid><dc:creator>HaroldMurray</dc:creator><description>&lt;div class="flex-1 overflow-hidden"&gt;
&lt;div class="h-full"&gt;
&lt;div class="react-scroll-to-bottom--css-stubr-79elbk h-full"&gt;
&lt;div class="react-scroll-to-bottom--css-stubr-1n7m0yu"&gt;
&lt;div class="flex flex-col text-sm md:pb-9"&gt;
&lt;div&gt;
&lt;div class="mx-auto flex flex-1 gap-4 text-base md:gap-5 lg:gap-6 md:max-w-3xl"&gt;
&lt;div class="group/conversation-turn relative flex w-full min-w-0 flex-col agent-turn"&gt;
&lt;div class="flex-col gap-1 md:gap-3"&gt;
&lt;div class="flex max-w-full flex-col flex-grow"&gt;
&lt;div dir="auto" data-message-author-role="assistant" data-message-id="d35ea25f-e6b1-4a8f-a652-c4fd6a96c0e2" data-message-model-slug="gpt-4o-mini"&gt;
&lt;div&gt;
&lt;div class="result-streaming markdown prose w-full break-words dark:prose-invert light"&gt;
&lt;p&gt;Hi &lt;a title="Retro Bowl" href="https://retrobowlonline.co" rel="noopener noreferrer" target="_blank"&gt;Retro Bowl&lt;/a&gt;,&lt;/p&gt;
&lt;p&gt;To develop a UWP desktop app that communicates with an nRF52840 dongle, start by setting up your environment with Visual Studio and the Nordic SDK. Familiarize yourself with UWP basics and Bluetooth Low Energy concepts using official documentation. Create a new UWP project, enable Bluetooth capabilities, and implement communication by discovering and connecting to the dongle using &lt;code&gt;BluetoothLEDevice&lt;/code&gt;, then reading and writing characteristics with &lt;code&gt;GattDeviceService&lt;/code&gt;. Test your app on a Windows device, utilize resources like Nordic DevZone and the Windows samples repository, and enhance your skills in C# and XAML by exploring online courses and developer communities.&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class="md:pt-0 dark:border-white/20 md:border-transparent md:dark:border-transparent w-full"&gt;
&lt;div&gt;
&lt;div class="m-auto text-base px-3 md:px-4 w-full md:px-5 lg:px-4 xl:px-5"&gt;
&lt;div class="mx-auto flex flex-1 gap-4 text-base md:gap-5 lg:gap-6 md:max-w-3xl"&gt;
&lt;div class="relative flex h-full max-w-full flex-1 flex-col"&gt;
&lt;div class="absolute bottom-full left-0 right-0 z-20"&gt;&lt;/div&gt;
&lt;div class="group relative flex w-full items-center"&gt;
&lt;div&gt;
&lt;div class="flex items-end gap-1.5 pl-4 md:gap-2"&gt;
&lt;div class="-ml-2.5 flex"&gt;
&lt;div class="relative"&gt;
&lt;div class="relative"&gt;
&lt;div class="flex flex-col"&gt;Regard,&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class="flex min-w-0 flex-1 flex-col"&gt;
&lt;div&gt;
&lt;div id="prompt-textarea" class="ProseMirror"&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>