<?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>Connectivity code</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/58868/connectivity-code</link><description>Hi, 
 I&amp;#39;m using pc-ble-driver-py. 
 I bought the nrf52832 dongle. 
 The problem is uart pin number of dongle. 
 The pins of my dongle and the pins of the hex file are different. 
 So, i modified connectivity project in SDK14.2.0. 
 #define RX_PIN_NUMBER</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 09 Mar 2020 14:20:11 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/58868/connectivity-code" /><item><title>RE: Connectivity code</title><link>https://devzone.nordicsemi.com/thread/238868?ContentTypeID=1</link><pubDate>Mon, 09 Mar 2020 14:20:11 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c92dc4a5-38f3-4018-a3d6-c39a8ff88786</guid><dc:creator>Youngjun</dc:creator><description>&lt;p&gt;Then, i have to modify connectivity in sdk and make connectivity.hex like pc-ble-driver page.&lt;/p&gt;
&lt;p&gt;Thanks.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Connectivity code</title><link>https://devzone.nordicsemi.com/thread/238842?ContentTypeID=1</link><pubDate>Mon, 09 Mar 2020 13:43:57 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e39683c7-7d4b-45d5-b1ef-f0f9e86ca6f0</guid><dc:creator>J&amp;#248;rgen Holmefjord</dc:creator><description>&lt;p&gt;It is not possible to change the pins in the pc-ble-driver project, you need to modify this in the connectivity FW, which is what&amp;#39;s running on the nRF52832 chip itself.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;After patching the SDK, you should use the project found in &amp;#39;examples\connectivity\ble_connectivity\pca10040\ser_s132v5_hci&amp;#39;. The UART pins are taken from the pca10040.h board header file.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Connectivity code</title><link>https://devzone.nordicsemi.com/thread/238834?ContentTypeID=1</link><pubDate>Mon, 09 Mar 2020 13:32:37 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:0310c7dc-0386-4e8a-aeeb-661fee31a028</guid><dc:creator>Youngjun</dc:creator><description>&lt;p&gt;hi,&lt;/p&gt;
&lt;p&gt;I bought this dongle in aliexpress.&lt;/p&gt;
&lt;p&gt;And, this is noy compatible with connectivity.&lt;/p&gt;
&lt;p&gt;&lt;a href="https://m.ko.aliexpress.com/item/32863522593.html?pid=808_0008_0101&amp;amp;spm=a2g0n.search-amp.list.32863522593&amp;amp;aff_trace_key=&amp;amp;aff_platform=msite&amp;amp;m_page_id=394amp-O_YT1BlnjYoUxtMCR77-CA1583760349379&amp;amp;browser_id=ffa2c1f7845c49d3bb59588a39b4a1c3&amp;amp;is_c=Y"&gt;https://m.ko.aliexpress.com/item/32863522593.html?pid=808_0008_0101&amp;amp;spm=a2g0n.search-amp.list.32863522593&amp;amp;aff_trace_key=&amp;amp;aff_platform=msite&amp;amp;m_page_id=394amp-O_YT1BlnjYoUxtMCR77-CA1583760349379&amp;amp;browser_id=ffa2c1f7845c49d3bb59588a39b4a1c3&amp;amp;is_c=Y&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;I can&amp;#39;t modify pin number physically.&lt;/p&gt;
&lt;p&gt;When i saw the pc-ble-driver, i couldn&amp;#39;t find pin definition in project.&lt;/p&gt;
&lt;p&gt;Where can i modify pin number in pc-ble-py project?&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Youngjun&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Connectivity code</title><link>https://devzone.nordicsemi.com/thread/238796?ContentTypeID=1</link><pubDate>Mon, 09 Mar 2020 12:35:44 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:6b92ae1c-c923-43a1-a543-1660ac6dd143</guid><dc:creator>J&amp;#248;rgen Holmefjord</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
[quote user=""]I bought the nrf52832 dongle[/quote]
&lt;p&gt;Which dongle is this? Nordic only have dongles with nRF51 and nRF52840 chips.&lt;/p&gt;
&lt;p&gt;It is not possible to use the connectivity FW directly from the SDK, it requires some additional changes in order to work with pc-ble-driver(-py): &lt;a href="https://github.com/NordicSemiconductor/pc-ble-driver/blob/master/README.md#compiling-connectivity-hex-files"&gt;Compiling connectivity HEX files&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;You can also find the patch &lt;a href="https://github.com/NordicSemiconductor/pc-ble-driver/blob/master/hex/nRF5_SDK_15.3.0_connectivity.patch"&gt;here&lt;/a&gt;, and apply this to an unmodified SDK directory.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;br /&gt;Jørgen&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>