<?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>Can ble-driver-win be used with a s130 v2.0 dongle?</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/13937/can-ble-driver-win-be-used-with-a-s130-v2-0-dongle</link><description>Latest ble-driver-win version is 0.5.0 and supports SDK up to version 8.1.0. 
 s130 v2.0 needs SDK v11.0.0 (API changed). 
 So should I understand that ble-driver-win cannot be used here? Is a next release planned to support s130 v2.0?</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 30 May 2016 09:10:14 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/13937/can-ble-driver-win-be-used-with-a-s130-v2-0-dongle" /><item><title>RE: Can ble-driver-win be used with a s130 v2.0 dongle?</title><link>https://devzone.nordicsemi.com/thread/53261?ContentTypeID=1</link><pubDate>Mon, 30 May 2016 09:10:14 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:fe280ce9-b90e-4942-9f8c-900bdd4d570f</guid><dc:creator>jpo38</dc:creator><description>&lt;p&gt;Thanks for the help, I&amp;#39;ll try that. But with so many changes in the API (I see sd_ble_enable takes much more parameters than it used to) and no C example, I doubt I&amp;#39;ll end up with something stable....anyway, I&amp;#39;ll try and if I fail I&amp;#39;ll have to wait for the next driver official release!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Can ble-driver-win be used with a s130 v2.0 dongle?</title><link>https://devzone.nordicsemi.com/thread/53260?ContentTypeID=1</link><pubDate>Mon, 30 May 2016 09:06:37 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:3297b9a8-811a-4596-bf8b-d629ec588913</guid><dc:creator>Per Kristian Schanke</dc:creator><description>&lt;p&gt;Yes, there are quite a few changes in the API. Among the important changes is adding support for connecting to multiple adapters at the same time. We have also cleaned up and changed how you set up the uart connection to the adapter enabling us to change transport layers.&lt;/p&gt;
&lt;p&gt;For an example on how to use this, you can check out the implementation of out Javascript bindings (in the same repos). To open a uart connection to a device, follow the implementation found here: &lt;a href="https://github.com/NordicSemiconductor/pc-ble-driver-js/blob/master/src/driver.cpp#L626"&gt;github.com/.../driver.cpp&lt;/a&gt; Line 646 to 649 does the actual setup. In that folder, you can find implementations of most of the S13x v2.0. As it is bindings for Javascript, most of the code is about handling marshaling of variables from C to JS.&lt;/p&gt;
&lt;p&gt;We have not planed any changes to the API, so if you update, you will most likely be compatible with the next release.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Can ble-driver-win be used with a s130 v2.0 dongle?</title><link>https://devzone.nordicsemi.com/thread/53259?ContentTypeID=1</link><pubDate>Mon, 30 May 2016 08:42:31 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:0bf92981-6e4e-404e-ac0c-736b969ab198</guid><dc:creator>jpo38</dc:creator><description>&lt;p&gt;Hi Per, I downloaded the driver from &lt;a href="https://github.com/NordicSemiconductor/pc-ble-driver-js"&gt;github.com/.../pc-ble-driver-js&lt;/a&gt;. Managed to compile it. However, did I miss something or did the API completely change? For instance sd_rpc.h does not provide the old &lt;code&gt;sd_rpc_serial_baud_rate_set&lt;/code&gt; function. Am I compiling the bad thing? If I change my code, is it likely to be compatible with next release? Will this be the same API (with minor changes)?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Can ble-driver-win be used with a s130 v2.0 dongle?</title><link>https://devzone.nordicsemi.com/thread/53258?ContentTypeID=1</link><pubDate>Thu, 26 May 2016 08:08:34 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c14967ce-04fb-4013-ab75-0976c345b3ca</guid><dc:creator>jpo38</dc:creator><description>&lt;p&gt;Perfect (I compiled 0.5.0 for win64 myself from github, but as it&amp;#39;s really common platform, it makes sens for you to provide the binaries). Thanks for the good work!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Can ble-driver-win be used with a s130 v2.0 dongle?</title><link>https://devzone.nordicsemi.com/thread/53257?ContentTypeID=1</link><pubDate>Thu, 26 May 2016 08:06:39 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f1fc6755-6e10-45c6-ac0e-0516eae7e4a5</guid><dc:creator>Per Kristian Schanke</dc:creator><description>&lt;p&gt;The source code of the release will be available on github (&lt;a href="https://github.com/NordicSemiconductor/pc-ble-driver)"&gt;github.com/.../pc-ble-driver)&lt;/a&gt;, so you will be able to compile it for whatever platform you want.&lt;/p&gt;
&lt;p&gt;We will most likely release binaries for win64, win32, Ubuntu (14.04 and/or 16.04), and OS X.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Can ble-driver-win be used with a s130 v2.0 dongle?</title><link>https://devzone.nordicsemi.com/thread/53255?ContentTypeID=1</link><pubDate>Thu, 26 May 2016 08:01:49 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e1e0f925-3731-4f3b-b0a7-6088a81f93ed</guid><dc:creator>jpo38</dc:creator><description>&lt;p&gt;That&amp;#39;s good news. If available for win64 AND win32, it will be just perfect ;-)&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Can ble-driver-win be used with a s130 v2.0 dongle?</title><link>https://devzone.nordicsemi.com/thread/53254?ContentTypeID=1</link><pubDate>Thu, 26 May 2016 07:59:03 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:04c83169-8424-4c7f-96d2-30de096ffb85</guid><dc:creator>Petter Myhre</dc:creator><description>&lt;p&gt;The next release will support S130 v2. It is planned to be released in the end of June, but it could be a bit later.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Can ble-driver-win be used with a s130 v2.0 dongle?</title><link>https://devzone.nordicsemi.com/thread/53256?ContentTypeID=1</link><pubDate>Thu, 26 May 2016 06:43:03 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a4f50746-eac5-49e9-86db-e69577e937a4</guid><dc:creator>jpo38</dc:creator><description>&lt;p&gt;Thanks. Will 0.6.0 release of pc-ble-driver support s130 v2.0? And if yes, when is the release planed?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Can ble-driver-win be used with a s130 v2.0 dongle?</title><link>https://devzone.nordicsemi.com/thread/53253?ContentTypeID=1</link><pubDate>Wed, 25 May 2016 13:06:19 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b0add4f6-786a-4bd6-8049-59acf9cd085c</guid><dc:creator>Per Kristian Schanke</dc:creator><description>&lt;p&gt;There is no supported version of pc-ble-driver for S130 v2.0. But as we require support for S130 v2.0 ourselves for other projects, the work with the conversion is done, and available to you as part of another repository.&lt;/p&gt;
&lt;p&gt;For ease of development, pc-ble-driver has been moved into our javascript add-on repository, pc-ble-driver-js (&lt;a href="https://github.com/NordicSemiconductor/pc-ble-driver-js)"&gt;github.com/.../pc-ble-driver-js)&lt;/a&gt;. If you look into the driver folder there, the pc-ble-driver is available.&lt;/p&gt;
&lt;p&gt;That version has NO documentation, NO examples, it builds into a static library (can be tweaked in the cmake setup), and there are no Python bindings.&lt;/p&gt;
&lt;p&gt;pc-ble-driver will be moved to its original repository, documented, and get examples after the release of nRF Connect 1.0. The exact language bindings are not sure at the moment, except from Javascript which are already developed.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>