<?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>Possible to copy PC-BLE-DRIVER-PY Drivers to another computer?</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/40821/possible-to-copy-pc-ble-driver-py-drivers-to-another-computer</link><description>I recently went through the process of building the pc-ble-driver-py library/drivers and running it on my NRF528240 Dongle and have no issues with it. I wanted to share it with another user so they wouldn&amp;#39;t have to go through the process of building it</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 27 Nov 2018 13:16:28 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/40821/possible-to-copy-pc-ble-driver-py-drivers-to-another-computer" /><item><title>RE: Possible to copy PC-BLE-DRIVER-PY Drivers to another computer?</title><link>https://devzone.nordicsemi.com/thread/159235?ContentTypeID=1</link><pubDate>Tue, 27 Nov 2018 13:16:28 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1230602b-bf12-4304-8dbd-02a0f8ecd9cb</guid><dc:creator>Edvin</dc:creator><description>&lt;p&gt;From the Overview:&lt;/p&gt;
&lt;p&gt;&lt;span&gt;The C/C++ libraries can be interfaced with directly, but are also provided as higher-level bindings that ease development at the cost of reduced control.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;But basically, this is not dependent of python. You can write an application which you can compile in C++ and export as a .exe executable file, which will work as a standalone program.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;I don&amp;#39;t have too much experience with the pc-ble-driver, but if you have more technical questions regarding that, &lt;a href="https://devzone.nordicsemi.com/members/spizzak"&gt;phipi&lt;/a&gt;, please create a new ticket, and it will be assigned to an engineer who has worked a bit more with the pc-ble-driver.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;BR,&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Edvin&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Possible to copy PC-BLE-DRIVER-PY Drivers to another computer?</title><link>https://devzone.nordicsemi.com/thread/158882?ContentTypeID=1</link><pubDate>Fri, 23 Nov 2018 16:06:12 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:04c34cd6-45b0-4c7d-90d0-11ac66636df5</guid><dc:creator>phipi</dc:creator><description>&lt;p&gt;That seems like it might work. Is this a standalone serial driver for the dongle which the python script could use or would all the functionality in python need to be ported?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Possible to copy PC-BLE-DRIVER-PY Drivers to another computer?</title><link>https://devzone.nordicsemi.com/thread/158850?ContentTypeID=1</link><pubDate>Fri, 23 Nov 2018 14:03:25 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:4f736ec3-fb68-4452-a31a-8e8384be2f77</guid><dc:creator>Edvin</dc:creator><description>&lt;p&gt;you could look into the &lt;a href="https://github.com/NordicSemiconductor/pc-ble-driver"&gt;pc-ble-driver&lt;/a&gt; (not py), which is a C/C++ library, where you can generate a .exe executable file.&lt;/p&gt;
&lt;p&gt;Is this an option?&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;BR,&lt;/p&gt;
&lt;p&gt;Edvin&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Possible to copy PC-BLE-DRIVER-PY Drivers to another computer?</title><link>https://devzone.nordicsemi.com/thread/158843?ContentTypeID=1</link><pubDate>Fri, 23 Nov 2018 13:51:22 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:4a63e245-8b66-421c-80a4-4a77e1be8137</guid><dc:creator>phipi</dc:creator><description>&lt;p&gt;Is there any workaround for this? A situation we have is that a customer wants to use the python script we developed for them to perform testing on their device on multiple machines across their offices. It&amp;#39;s quite an involved process to install these drivers especially for someone that doesn&amp;#39;t have a software background.&lt;/p&gt;
&lt;p&gt;Is there any way for them to run this script without needing to build the drivers? I would think that the nRF Connect installer for comes with the driver, can that be leveraged perhaps?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Possible to copy PC-BLE-DRIVER-PY Drivers to another computer?</title><link>https://devzone.nordicsemi.com/thread/158839?ContentTypeID=1</link><pubDate>Fri, 23 Nov 2018 13:13:04 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:7635f946-21ed-4500-ab96-67c658e2440f</guid><dc:creator>Edvin</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;I don&amp;#39;t think that is a good idea. When you set up the pc-ble-driver-py, what it does is dependent on your system. Without knowing too much about this, I suspect that it can lead to a lot of weird unpredictable behavior. I suggest you build the pc-ble-driver-py on the other computer as well. It will probably not take as long as the first time you did it, if you have the setup procedure fresh in mind.&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></channel></rss>