<?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>Connecting NRF52840 DK with PC through BLE</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/58825/connecting-nrf52840-dk-with-pc-through-ble</link><description>I am currently trying to connect the NRF52849 developing board with my PC through bluetooth. My problem is that I cannot access the data through the software TeraTerm on a &amp;#39;standard serial over bluetooth link&amp;#39; so I can access the incoming data from the</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 23 Jan 2023 17:14:17 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/58825/connecting-nrf52840-dk-with-pc-through-ble" /><item><title>RE: Connecting NRF52840 DK with PC through BLE</title><link>https://devzone.nordicsemi.com/thread/406103?ContentTypeID=1</link><pubDate>Mon, 23 Jan 2023 17:14:17 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:dbb2387b-7447-4dbf-97f2-ae87ef87dc54</guid><dc:creator>kidominox</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I have solved the problem.Who meets this problem can see my github(&lt;a href="https://github.com/blguweb/nrf52840BLEToPC"&gt;https://github.com/blguweb/nrf52840BLEToPC&lt;/a&gt;).&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Connecting NRF52840 DK with PC through BLE</title><link>https://devzone.nordicsemi.com/thread/405761?ContentTypeID=1</link><pubDate>Fri, 20 Jan 2023 04:07:03 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a009bc1d-ff06-4450-af42-6068e9249d14</guid><dc:creator>kidominox</dc:creator><description>&lt;p&gt;Hi! I have the same need as you for my project.Did you find the solution? Very hope to get your reply!!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Connecting NRF52840 DK with PC through BLE</title><link>https://devzone.nordicsemi.com/thread/238879?ContentTypeID=1</link><pubDate>Mon, 09 Mar 2020 14:51:38 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9a3cb02e-ca62-49d9-9b5c-d8c58a88620e</guid><dc:creator>MRK-196</dc:creator><description>&lt;p&gt;Is it possible to create this hardware configuration:&amp;nbsp; serial communication between Host(PC) and nrf52 dongle, and wireless Bluetooth communication with nrf52 dongle and nrf52 dk to send and receive data without nrf connect apps?.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Connecting NRF52840 DK with PC through BLE</title><link>https://devzone.nordicsemi.com/thread/238877?ContentTypeID=1</link><pubDate>Mon, 09 Mar 2020 14:47:44 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:0dc65ab7-d868-459c-a3ef-e178824c8d43</guid><dc:creator>J&amp;#248;rgen Holmefjord</dc:creator><description>&lt;p&gt;The HC-05 is a Bluetooth Classic device, which implements the Serial Port Profile (SPP). As far as I know, there are not any such profiles for BLE, which are supported natively by OSes. The Nordic UART service is a proprietary BLE service which&amp;nbsp;enables transferring strings wirelessly, but support for this is not available in Windows, etc., and is not mappable to any virtual COM port in the OS.&lt;/p&gt;
&lt;p&gt;For later OSes, you can use BLE API to connect and interact with BLE devices from applications. The alternative is to connect a second Nordic device to the PC to receive the&amp;nbsp;NUS data over BLE&amp;nbsp;and transmit it to the PC over UART. For instance, you can run the ble_app_uart_c example together with the ble_app_uart example, to create a two-way UART-over-BLE connection.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Connecting NRF52840 DK with PC through BLE</title><link>https://devzone.nordicsemi.com/thread/238871?ContentTypeID=1</link><pubDate>Mon, 09 Mar 2020 14:26:41 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:fe49f297-69bb-426d-a1cd-ef084aa2cc39</guid><dc:creator>MRK-196</dc:creator><description>&lt;p&gt;Hi thanks for the reference, but I want a a wireless connection between the host (PC) and the nrf board. Instead of using a serial communication (UART)&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Connecting NRF52840 DK with PC through BLE</title><link>https://devzone.nordicsemi.com/thread/238867?ContentTypeID=1</link><pubDate>Mon, 09 Mar 2020 14:20:05 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a176870f-1f94-4a5d-8a62-b1ca9a7fafd8</guid><dc:creator>MRK-196</dc:creator><description>&lt;p&gt;Hi, thanks for the reply.&lt;/p&gt;
&lt;p&gt;My requirements are;&amp;nbsp; I want to send the data from the nrf board to the PC by Bluetooth. My main concern is how to read the data from my PC without the need of nrf connect apps.&lt;/p&gt;
&lt;p&gt;Maybe if it helps to explain my requirements: I used a similar device that uses bluetooth protocol, which is the HC05 bluetooth module, that is able to pair with the PC and send data to &amp;#39;standard serial over bluetooth link comport&amp;#39; and read the data by using the pyserial library. But know I&amp;#39;m trying to do it with nrf52 DK, but for some reason I cannot pair it with the PC. I was using the ble_uart_app to connect the board with the PC.&amp;nbsp; &lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Connecting NRF52840 DK with PC through BLE</title><link>https://devzone.nordicsemi.com/thread/238800?ContentTypeID=1</link><pubDate>Mon, 09 Mar 2020 12:42:51 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a0b01345-4ae2-4015-aae3-0e1da3cce886</guid><dc:creator>Jimmy Wong</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;You can use the my example (&lt;a href="https://github.com/jimmywong2003/nrf52_ble_transfer_jpg"&gt;https://github.com/jimmywong2003/nrf52_ble_transfer_jpg&lt;/a&gt;) for reference.&lt;br /&gt;&lt;br /&gt;it is using the pyserial to connect the nRF52 board.&amp;nbsp; And then at the phone side, you can use the ImageTransfer APK.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Connecting NRF52840 DK with PC through BLE</title><link>https://devzone.nordicsemi.com/thread/238788?ContentTypeID=1</link><pubDate>Mon, 09 Mar 2020 12:06:49 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1c11d714-3e66-411e-b1f1-43c0aedeba23</guid><dc:creator>J&amp;#248;rgen Holmefjord</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Your requirements are not fully clear to me from your description. Do you get the data through the serial port and need this data into a Python application, or do you need to control the BLE device through the serial port? If you get the data through the serial port, you can use &lt;a href="https://pypi.org/project/pyserial/"&gt;pyserial&lt;/a&gt; directly in your Python application.&lt;/p&gt;
&lt;p&gt;If you need to control the BLE device from the Python application, you should look into our &lt;a href="https://github.com/NordicSemiconductor/pc-ble-driver-py"&gt;pc-ble-driver-py&lt;/a&gt; library.&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>