<?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>Howto transfer hugh bidirectional data amount?</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/26220/howto-transfer-hugh-bidirectional-data-amount</link><description>Hi there, 
 I&amp;#39;m just beginning BT development, so sorry for my basic question: 
 Our application needs to transfer data from PC to our device (approx. 512 bytes) then our device will respond with approx. 512 bytes. And then the PC sends again a request</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 15 Jan 2019 14:52:16 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/26220/howto-transfer-hugh-bidirectional-data-amount" /><item><title>RE: Howto transfer hugh bidirectional data amount?</title><link>https://devzone.nordicsemi.com/thread/165788?ContentTypeID=1</link><pubDate>Tue, 15 Jan 2019 14:52:16 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b41c5af9-524b-45d8-a39b-ff228e7930d0</guid><dc:creator>Sigurd</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
[quote userid="30089" url="~/f/nordic-q-a/26220/howto-transfer-hugh-bidirectional-data-amount/165592"]These examples you guys are discussing... do they assume that the PC is connected somehow physically to a Nordic device/radio?[/quote]
&lt;p&gt;Yes, that is correct.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Howto transfer hugh bidirectional data amount?</title><link>https://devzone.nordicsemi.com/thread/165592?ContentTypeID=1</link><pubDate>Mon, 14 Jan 2019 19:17:13 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:11248d82-d01b-422a-a6cb-b55f741ca7a3</guid><dc:creator>grantb4</dc:creator><description>&lt;p&gt;These examples you guys are discussing... do they assume that the PC is connected somehow physically to a Nordic device/radio?&amp;nbsp; Or can the Win PC use it&amp;#39;s built-in Bluetooth along with your API to talk to a remote Nordic-based device?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Howto transfer hugh bidirectional data amount?</title><link>https://devzone.nordicsemi.com/thread/103255?ContentTypeID=1</link><pubDate>Wed, 25 Oct 2017 13:14:08 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:90a0a536-1a9e-4bf7-aba1-c6f2a503cf8b</guid><dc:creator>Sigurd</dc:creator><description>&lt;p&gt;Hi Mark,&lt;/p&gt;
&lt;p&gt;If you don’t mind using a nRF5x-DK as the gateway, we have a Desktop library for BLE development using nRF5 called &lt;a href="https://github.com/NordicSemiconductor/pc-ble-driver"&gt;pc-ble-driver&lt;/a&gt;. This is used in e.g. the &lt;a href="https://www.nordicsemi.com/eng/Products/Bluetooth-low-energy/nRF-Connect-for-desktop"&gt;nRF Connect for Desktop&lt;/a&gt;. Source code for nRF-Connect desktop can be found &lt;a href="https://github.com/NordicSemiconductor/pc-nrfconnect-core"&gt;here&lt;/a&gt;. You can also create your own custom app inside the nRF-Connect framework, see this &lt;a href="https://github.com/NordicSemiconductor/pc-nrfconnect-core/wiki"&gt;page&lt;/a&gt;.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Howto transfer hugh bidirectional data amount?</title><link>https://devzone.nordicsemi.com/thread/103254?ContentTypeID=1</link><pubDate>Wed, 25 Oct 2017 12:13:43 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c484151d-01e0-46d8-ac78-dcb4b4b235cd</guid><dc:creator>Mark</dc:creator><description>&lt;p&gt;Sorry, I&amp;#39;m absolutely new to Bluetooth development and it&amp;#39;s hard to find how windows support Bluetooth and what kind of APIs exists. For the firmware side there are plenty of examples, so that will be the easier part. So, if you say there is no other API that the UWP API that helped me.&lt;/p&gt;
&lt;p&gt;Ok, I guess my I&amp;#39;m missing the Microsoft.VisualStudio.Component.Windows81SDK in my Studio installation. I try to add this.&lt;/p&gt;
&lt;p&gt;And next, I will check out the Nordic Github NUS examples.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Howto transfer hugh bidirectional data amount?</title><link>https://devzone.nordicsemi.com/thread/103253?ContentTypeID=1</link><pubDate>Wed, 25 Oct 2017 11:25:34 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:4f020bf6-d3aa-4bbf-a16a-73f65e6105f3</guid><dc:creator>endnode</dc:creator><description>&lt;p&gt;There is no standard BLE API outside UWP on Windows (as far as I understand) so your request doesn&amp;#39;t make much sense... Also note that none of Nordic products supports Classic BT (BR/EDR) so if you go that way it&amp;#39;s not for this forum. When it comes to Microsoft HRM app I was able to convert it during opening in MS VS2017 and it works for me (C++ version) and if you look on Nordic GitHub they host some examples and tools&amp;#39; source code which might implement NUS on Windows (but it might need their HW+FW+driver if they don&amp;#39;t use UWP) - just in case you would decide to stay with BLE.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Howto transfer hugh bidirectional data amount?</title><link>https://devzone.nordicsemi.com/thread/103252?ContentTypeID=1</link><pubDate>Wed, 25 Oct 2017 11:19:13 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c23286c8-3388-4247-b696-d4e2fdfbb952</guid><dc:creator>Mark</dc:creator><description>&lt;p&gt;Hello endnode, thanks for your answer. I tried to download and the HRM example, unfortunately the project can&amp;#39;t be opened by my Visual Studio 2017. On the other hand: it seems to be a &amp;quot;Universal Windows&amp;quot; App. The Nordic BLE UART seems to be exactly what I need...but: Is there anywhere some Code provided (may be by nordic) how to send and receive some bytes over the Win API from &amp;quot;normal&amp;quot; (not universal windows) exe.
In the meantime I guess BLE is not what I&amp;#39;m looking for, probably it would be easier to use a classic SPP because it&amp;#39;s easier to access by windows.
Is it possible to realize a Bluetooth classic SPP with the nrf52832 chip? Or what chip do I need to realize a SPP device?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Howto transfer hugh bidirectional data amount?</title><link>https://devzone.nordicsemi.com/thread/103251?ContentTypeID=1</link><pubDate>Tue, 24 Oct 2017 10:24:33 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c27e45ce-dd6c-4792-9c84-349a891ee738</guid><dc:creator>endnode</dc:creator><description>&lt;p&gt;If you want to target Win8/8.1/10 only and you insist on requirement &amp;quot;not to install any custom driver&amp;quot; then you can use Windows native BLE support in UWP API, there is HRM (Heart Rate Monitor) application example by Microsoft which works out of the box with Nordic HRM peripheral example from nRF5 SDK on any nRF5x Dev Kit. From there you can move on. Probably changing HRM protocol to something like Nordic BLE UART (aka NUS) but then you need to solve two principle things: rewrite Windows app to support the protocol and implement your custom protocol layer to fragment and reassemble data because 512 is too large for normal GATT layer set-up. There are more tools and examples from Nordic which support NUS so you should have plenty of inspiration whatever platform or programming language you choose.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>