<?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>building pc-ble-driver-py on a raspberry pi</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/30787/building-pc-ble-driver-py-on-a-raspberry-pi</link><description>Hi, 
 I&amp;#39;ve compiled the pc-ble-driver-py library on a raspberry pi but it doesn&amp;#39;t come with a &amp;quot;make install&amp;quot; command. Could someone help me get the right file structure so that nrfutil could use this? 
 Thanks, 
 Quinn</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 28 Feb 2018 13:43:26 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/30787/building-pc-ble-driver-py-on-a-raspberry-pi" /><item><title>RE: building pc-ble-driver-py on a raspberry pi</title><link>https://devzone.nordicsemi.com/thread/122307?ContentTypeID=1</link><pubDate>Wed, 28 Feb 2018 13:43:26 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1b758125-c511-46c5-a1b3-93d871225411</guid><dc:creator>Mttrinh</dc:creator><description>&lt;p&gt;pc-ble-driver-py are not compatible with v5, but with v3. So you have to use pc-ble-driver tav v2.x and not master branch:&lt;/p&gt;
&lt;p&gt;&lt;a href="https://github.com/NordicSemiconductor/pc-ble-driver/releases"&gt;https://github.com/NordicSemiconductor/pc-ble-driver/releases&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Note: v2.x releases are for SD API v2 &amp;amp; v3, v3.x releases are for SD_API v2 &amp;amp; v5.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: building pc-ble-driver-py on a raspberry pi</title><link>https://devzone.nordicsemi.com/thread/122180?ContentTypeID=1</link><pubDate>Tue, 27 Feb 2018 17:37:32 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:802e17ee-0de4-4a33-9bd9-33c85885c670</guid><dc:creator>quinnabrvau</dc:creator><description>&lt;p&gt;so this does install pc-ble-driver-py but when I try and run with it I get&lt;/p&gt;
&lt;p&gt;&lt;span class="s1"&gt;&lt;pre class="ui-code" data-mode="text"&gt;RuntimeError: Failed to locate the pc_ble_driver shared library: /home/pi/.local/lib/python2.7/site-packages/pc_ble_driver_py/lib/linux/x86_32/libpc_ble_driver_shared_sd_api_v3.so.&lt;/pre&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span class="s1"&gt;it looks like the pc-ble-driver download only has versions 2 and 5, I assume I want to tell it to use 5 but I&amp;#39;m not sure how to do that.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span class="s1"&gt;Thank you&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span class="s1"&gt;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: building pc-ble-driver-py on a raspberry pi</title><link>https://devzone.nordicsemi.com/thread/121985?ContentTypeID=1</link><pubDate>Mon, 26 Feb 2018 15:21:48 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:47c2f6e7-e4bf-4547-b2d9-6796187b9fbb</guid><dc:creator>Mttrinh</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Instead of using make, you should use python setup. You should run &amp;quot;python setup.py install&amp;quot; from pc-ble-driver-py\python-folder.&amp;nbsp;Alternatively, you can run &amp;quot;python setup.py sdist&amp;quot; and then &amp;quot;pip install dist/*.tar.gz&amp;quot;.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>