<?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 interface with NUART from PC?</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/70828/how-to-interface-with-nuart-from-pc</link><description>nRF devices have a proprietary service called Nordic UART which provides a similar functionality to SPP (Serial Port Profile) of Bluetooth Classic but over BLE. Now, for SPP over BL Classic, we could just use a normal serial terminal like PuTTY or minicom</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 26 Jan 2021 13:15:11 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/70828/how-to-interface-with-nuart-from-pc" /><item><title>RE: How to interface with NUART from PC?</title><link>https://devzone.nordicsemi.com/thread/291274?ContentTypeID=1</link><pubDate>Tue, 26 Jan 2021 13:15:11 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:4d21215c-624a-45ad-93ec-a3855b5ee5d2</guid><dc:creator>awneil</dc:creator><description>[quote userid="98118" url="~/f/nordic-q-a/70828/how-to-interface-with-nuart-from-pc/290871#290871"]using the host&amp;#39;s own bluetooth driver [/quote]
&lt;p&gt;In that case, it&amp;#39;s just the standard Windows APIs:&lt;/p&gt;
&lt;p&gt;&lt;a href="https://docs.microsoft.com/en-us/windows/uwp/devices-sensors/bluetooth-low-energy-overview"&gt;docs.microsoft.com/.../bluetooth-low-energy-overview&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="https://docs.microsoft.com/en-us/samples/microsoft/windows-universal-samples/bluetoothle/"&gt;https://docs.microsoft.com/en-us/samples/microsoft/windows-universal-samples/bluetoothle/&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;EDIT&lt;/p&gt;
&lt;p&gt;Similarly for linux; eg, &lt;a href="https://www.jaredwolff.com/get-started-with-bluetooth-low-energy/" rel="noopener noreferrer" target="_blank"&gt;https://www.jaredwolff.com/get-started-with-bluetooth-low-energy/&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to interface with NUART from PC?</title><link>https://devzone.nordicsemi.com/thread/291063?ContentTypeID=1</link><pubDate>Mon, 25 Jan 2021 14:17:07 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a328b69c-2acf-4842-909e-d771e910e3de</guid><dc:creator>J&amp;#248;rgen Holmefjord</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;We do not have any applications that interfaces with the built-in BLE of the host, all our Windows/Linux tools (nRF Connect, pc-ble-driver, etc.) runs through an external dongle, where we have control over what is supported.&lt;/p&gt;
&lt;p&gt;You may check out the suggestions in &lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/50332/nus-nordic-uart-service-windows-example"&gt;this thread&lt;/a&gt;.&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><item><title>RE: How to interface with NUART from PC?</title><link>https://devzone.nordicsemi.com/thread/290871?ContentTypeID=1</link><pubDate>Sun, 24 Jan 2021 10:51:38 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ab7c5616-013d-4481-b5b8-73b468bf1955</guid><dc:creator>engineer287</dc:creator><description>&lt;p&gt;Thanks for your reply, however I don&amp;#39;t think that repo is what I&amp;#39;m looking for.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;&lt;code&gt;pc-ble-driver&lt;/code&gt; consists of a set of static and shared libraries that provide &lt;a href="https://infocenter.nordicsemi.com/topic/com.nordic.infocenter.s140.api.v6.1.1/modules.html" rel="nofollow"&gt;SoftDevice&lt;/a&gt; functionality to the application via serial port communication with an nRF5 connectivity chip running the SoftDevice and connectivity software...&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;In that repo, the application is running on host (e.g. GNU/Linux) and the BLE functionality is &lt;strong&gt;augmented&lt;/strong&gt; to it &lt;strong&gt;through&lt;/strong&gt; an external HW dongle (nRF5 connectivity chip) which uses the &lt;strong&gt;dongle&amp;#39;s serial port&lt;/strong&gt; as the communication layer.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;What I want, is to directly communicate with the target (nRF52832) through the BLE layer using the host&amp;#39;s own bluetooth driver (Realtek combined module or whatever).&lt;/p&gt;
&lt;p&gt;Problem is, for modules like HC05, with SPP over classic BL, the profile is &amp;quot;emulated&amp;quot; and served as a (virtual) Serial Port.&amp;nbsp; But for NUART, this can&amp;#39;t be done. Hence I&amp;#39;m looking for a script/program/software to do the same thing.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;This functionality is available in GUI mode via the Nordic/Adafruit android apps I mentioned but I can&amp;#39;t find similar thing for Linux/Window.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to interface with NUART from PC?</title><link>https://devzone.nordicsemi.com/thread/290861?ContentTypeID=1</link><pubDate>Sat, 23 Jan 2021 21:05:59 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:53eae8ff-ded8-48b7-b3e6-16bf85a3c8a3</guid><dc:creator>awneil</dc:creator><description>&lt;p&gt;&lt;a href="https://github.com/NordicSemiconductor/pc-ble-driver"&gt;github.com/.../pc-ble-driver&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>