<?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>Serial communication with nRF52832</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/25303/serial-communication-with-nrf52832</link><description>Hi! 
 I just bought a BLE Nano board featuring nRF52832 chip.
I am using it with Arduino IDE, controlling some servos and motors onboard my autonomous device.
I would like to communicate with it by bluetooth serial channel.
Though all samples that</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 19 Sep 2017 15:44:25 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/25303/serial-communication-with-nrf52832" /><item><title>RE: Serial communication with nRF52832</title><link>https://devzone.nordicsemi.com/thread/99705?ContentTypeID=1</link><pubDate>Tue, 19 Sep 2017 15:44:25 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:071ea180-e9a6-4efd-91ff-cc63221ea693</guid><dc:creator>endnode</dc:creator><description>&lt;p&gt;No, but at least user space application (= it isn&amp;#39;t built into operating systems like Android or Windows).&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Serial communication with nRF52832</title><link>https://devzone.nordicsemi.com/thread/99709?ContentTypeID=1</link><pubDate>Tue, 19 Sep 2017 15:43:25 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:601146d4-3e49-4f01-a1a1-81bf096aeb87</guid><dc:creator>endnode</dc:creator><description>&lt;p&gt;Also there is another misunderstanding: while you cannot have virtual serial port over BLE out of the box with systems like Android or Windows you don&amp;#39;t need &amp;quot;driver&amp;quot; since these systems (starting from some version like Android 4.3 and Windows 8 etc.) support generic BLE GAP&amp;amp;GATT APIs. So what you can have is standard Windows or Android or iOS application which uses built-in HW and BLE SW stack. And as explained there are even examples of these by Nordic and other developers.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Serial communication with nRF52832</title><link>https://devzone.nordicsemi.com/thread/99710?ContentTypeID=1</link><pubDate>Tue, 19 Sep 2017 15:09:09 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ced871da-b44f-49f2-afe9-2845f4d5d8a8</guid><dc:creator>awneil</dc:creator><description>&lt;p&gt;Note that this has nothing specifically to do with the BLE Nano.&lt;/p&gt;
&lt;p&gt;As stated, there simply isn&amp;#39;t any such profile defined by the BT SIG - so you would have exactly the same problem &lt;strong&gt;&lt;em&gt;whatever&lt;/em&gt;&lt;/strong&gt; hardware you chose from &lt;strong&gt;&lt;em&gt;any&lt;/em&gt;&lt;/strong&gt; manufacturer.&lt;/p&gt;
&lt;p&gt;However, plenty of people have managed to do this kind of thing perfectly well with the Nordic BLE UART Service&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Serial communication with nRF52832</title><link>https://devzone.nordicsemi.com/thread/99707?ContentTypeID=1</link><pubDate>Tue, 19 Sep 2017 14:08:57 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:833d084f-7fa9-4fa9-ab10-13fe0fdb7cd2</guid><dc:creator>ML.PT</dc:creator><description>&lt;p&gt;So if I want to use BLE_Serial (nordic uart service) example as a base, I would need a driver on a PC side?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Serial communication with nRF52832</title><link>https://devzone.nordicsemi.com/thread/99711?ContentTypeID=1</link><pubDate>Tue, 19 Sep 2017 14:06:56 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:2dc74071-e210-47e7-b4ea-51a15a092c2a</guid><dc:creator>ML.PT</dc:creator><description>&lt;p&gt;So if I want to have a simple stream-like communication channel, there is no standard solution? I need to implement something like BLE_Serial example and to have a custom driver on an other end?
***. Seems that I made a wrong turn choosing BLE Nano...&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Serial communication with nRF52832</title><link>https://devzone.nordicsemi.com/thread/99706?ContentTypeID=1</link><pubDate>Tue, 19 Sep 2017 13:42:43 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:750d99b4-db51-4881-a3c0-5409227ec7c9</guid><dc:creator>endnode</dc:creator><description>&lt;p&gt;(still NUS examples in nRF5 SDK are only for embedded part, he needs also something to emulate the counter part on rich OS device...)&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Serial communication with nRF52832</title><link>https://devzone.nordicsemi.com/thread/99712?ContentTypeID=1</link><pubDate>Tue, 19 Sep 2017 13:41:11 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a7296f2c-8efb-4b97-8855-e2e0110b121d</guid><dc:creator>Matt</dc:creator><description>&lt;p&gt;Do you mean pc &amp;lt;--uart--&amp;gt; BLE nano? The sample code from the ..\nRF5_SDK_12.2.0_f012efa\examples\peripheral\uart folder should be a good starting point for your experiment.&lt;/p&gt;
&lt;p&gt;Or do you mean pc with BLE support &amp;lt;--BLE--&amp;gt; BLE nano? Then you mean want to look at the sample code in the ..\nRF5_SDK_12.2.0_f012efa\examples\ble_peripheral\ble_app_uart folder.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Serial communication with nRF52832</title><link>https://devzone.nordicsemi.com/thread/99708?ContentTypeID=1</link><pubDate>Tue, 19 Sep 2017 13:40:59 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9c264631-a26c-4865-a1a9-1f79b25a914e</guid><dc:creator>endnode</dc:creator><description>&lt;p&gt;Not really because there is no Bluetooth Low Energy profile or service definition by BT SIG (or similar standardization body) for virtual COM port (or other form of &amp;quot;serial&amp;quot; communication). If you want to object that your PC can do that over Bluetooth with any phone or similar device then it&amp;#39;s Bluetooth classic (BR/EDR) not Low Energy. There is popular Nordic BLE UART Service implementation in nRF5 SDK which simulates basic serial full-duplex link over BLE (no flow control, you need to take care about these things on higher layer) but for that you need specific app on both sides. Still there are all iOS/Android/Win/Linux/Mac implementation available by Nordic in some form so it might be what you want...&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>