<?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>Create a new desktop APP to replace nRF Connect for Desktop</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/107882/create-a-new-desktop-app-to-replace-nrf-connect-for-desktop</link><description>Hi, 
 We are using nRF Connect for Desktop as the production fixture to test the BLE function of our products. To automate some testing procedures in production, we want to refer the source code of nRF Connect for Desktop to develop a new desktop application</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 05 Nov 2024 12:40:58 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/107882/create-a-new-desktop-app-to-replace-nrf-connect-for-desktop" /><item><title>RE: Create a new desktop APP to replace nRF Connect for Desktop</title><link>https://devzone.nordicsemi.com/thread/509106?ContentTypeID=1</link><pubDate>Tue, 05 Nov 2024 12:40:58 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:fb7bfa66-91f1-4d8d-be5d-13b4e42de29a</guid><dc:creator>&amp;#216;yvind</dc:creator><description>&lt;p&gt;Hello,&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Nothing new from what is written below. For further assistance please register a new DevZone ticket.&lt;/p&gt;
&lt;p&gt;Kind regards,&lt;br /&gt;Øyvind&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Create a new desktop APP to replace nRF Connect for Desktop</title><link>https://devzone.nordicsemi.com/thread/509036?ContentTypeID=1</link><pubDate>Tue, 05 Nov 2024 06:02:59 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5faf22e5-8136-48ac-b667-7c739280905f</guid><dc:creator>Abhi74</dc:creator><description>&lt;p&gt;hi,&lt;br /&gt;&lt;br /&gt;I&amp;#39;m working on a similar project I have to make the application using c#. Do you have any suggestion how I can approach this. An open-source application is much appreciated.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Create a new desktop APP to replace nRF Connect for Desktop</title><link>https://devzone.nordicsemi.com/thread/466893?ContentTypeID=1</link><pubDate>Wed, 31 Jan 2024 09:34:41 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:82a3af0e-ab2c-445d-9c80-c35dcca10d00</guid><dc:creator>Karl Ylvisaker</dc:creator><description>&lt;p&gt;Hello,&lt;br /&gt;&lt;br /&gt;There are two approaches you can take to achieve this:&lt;br /&gt;&lt;br /&gt;The first way is to &lt;a href="https://github.com/NordicSemiconductor/pc-ble-driver"&gt;use the pc-ble-driver&lt;/a&gt;&amp;nbsp;which essentially is a serialization of the SoftDevice, so that you may control it using your own cpp program. This is the most straight forward approach, but the downside to this approach is that the pc-ble-driver is based on the nRF5 Softdevice, which is now in maintainance mode, and so the pc-ble-driver strictly speaking is deprecated.&lt;br /&gt;&lt;br /&gt;The other alternative is for you to create your own serialization, for instance through starting out with one of &lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/samples/bl.html"&gt;the Bluetooth Central applications in the SDK&lt;/a&gt;, adding UART to it, and then program it to perform the connectivity commands you need based on commands sent to it over UART.&lt;br /&gt;&lt;br /&gt;If the only connectivity functionality you need for the time being is the one you have described above (scan for DUT, connect, perform a write) then I would suggest going with the second approach, since that would be the simplest and most straight forward approach.&lt;br /&gt;&lt;br /&gt;Please do not hesitate to let me know if you should have any follow-up questions, or if any part of this should be unclear! :)&amp;nbsp;&lt;br /&gt;&lt;br /&gt;Best regards,&lt;br /&gt;Karl&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>