<?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 to use NRF52 dongle to connect to a device in Python?</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/126750/how-to-use-nrf52-dongle-to-connect-to-a-device-in-python</link><description>I have an NRF52840 dongle programmed with the connectivity firmware and I want to use it as a central device to connect to a peripheral, and I want to set this up in Python. 
 
 I have successfully used the Blatann python library to connect to my device</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 28 Jan 2026 16:10:40 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/126750/how-to-use-nrf52-dongle-to-connect-to-a-device-in-python" /><item><title>RE: How to use NRF52 dongle to connect to a device in Python?</title><link>https://devzone.nordicsemi.com/thread/559812?ContentTypeID=1</link><pubDate>Wed, 28 Jan 2026 16:10:40 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:17b9bcc8-337a-407c-af7c-a77fa2f76ffe</guid><dc:creator>tesc</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
[quote user=""]using the pc-ble-driver-py library seems to be outdated?[/quote]
&lt;p&gt;Since pc-ble-driver-py is serialization of the old SoftDevice from nRF5 SDK, it is still at the feature set which it had back when nRF5 SDK was put in maintenance mode a few years back, ref.&amp;nbsp;&lt;a href="https://devzone.nordicsemi.com/nordic/nordic-blog/b/blog/posts/nrf-connect-sdk-and-nrf5-sdk-statement"&gt;nRF Connect SDK and nRF5 SDK statement&lt;/a&gt;.&lt;/p&gt;
[quote user=""]just directly communicating to the dongle using pyserial seems complicated and I cannot find documentation on this either?[/quote]
&lt;p&gt;I suggest having a look at Bluetooth HCI: You can run the&amp;nbsp;&lt;a href="https://docs.nordicsemi.com/bundle/ncs-latest/page/zephyr/samples/bluetooth/hci_usb/README.html"&gt;HCI USB&lt;/a&gt; sample from nRF Connect SDK on the dongle, then find a suitable BLE Host for the PC.&lt;/p&gt;
&lt;p&gt;Regards,&lt;br /&gt;Terje&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>