<?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>Arduino SDK no longer available</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/1231/arduino-sdk-no-longer-available</link><description>The Arduino SDK by David Edwin linked to here is no longer available since the Bluetooth forum seems to be down, and has been for some time: devzone.nordicsemi.com/arduino 
 Is there an alternative download source for these files?</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 27 Jan 2014 14:45:58 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/1231/arduino-sdk-no-longer-available" /><item><title>RE: Arduino SDK no longer available</title><link>https://devzone.nordicsemi.com/thread/5682?ContentTypeID=1</link><pubDate>Mon, 27 Jan 2014 14:45:58 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:eaa19120-4991-4edd-97be-668a4032c9d4</guid><dc:creator>run_ar</dc:creator><description>&lt;p&gt;The latest ble_sdk_arduino is in:
&lt;a href="http://devzone.nordicsemi.com/arduino"&gt;http://devzone.nordicsemi.com/arduino&lt;/a&gt;
&lt;a href="http://devzone.nordicsemi.com/files/ble-sdk-arduino-0.7.2.zip"&gt;http://devzone.nordicsemi.com/files/ble-sdk-arduino-0.7.2.zip&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Some changes:
Updated the version number to reflect previous releases
Restructured the SDK-&amp;gt; moved demos to libraries\BLE\examples.
eol = CRLF
Fix in hal_aci_tl.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Arduino SDK no longer available</title><link>https://devzone.nordicsemi.com/thread/5681?ContentTypeID=1</link><pubDate>Sun, 26 Jan 2014 23:07:31 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:0f690267-16e3-4886-b64c-5e461652c659</guid><dc:creator>David Edwin</dc:creator><description>&lt;p&gt;We will be releasing this to github as a public beta soon and then the revisions can be better tracked and changes can be done in a more controlled way.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Arduino SDK no longer available</title><link>https://devzone.nordicsemi.com/thread/5680?ContentTypeID=1</link><pubDate>Sat, 25 Jan 2014 19:33:30 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9c1383fc-7d52-409e-b9ab-a7e19a94b9d1</guid><dc:creator>Fred Roeber</dc:creator><description>&lt;p&gt;Hi, I always try to keep code delivered by vendors under source code control so that I can track their changes. The &amp;quot;original&amp;quot; ZIP file I had for the BLE SDK for Android came from the link Ole mentioned:
&lt;a target="_blank" href="https://devzone.nordicsemi.com/files/ble-sdk-arduino-0.1.1.zip" rel="nofollow"&gt;https://devzone.nordicsemi.com/files/ble-sdk-arduino-0.1.1.zip&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;The text files in that archive all had Unix format line endings (meaning just LF for line endings). To put those files into our GIT archive I had to use a special GIT attributes file since on my Windows system I expect CR/LF line endings. Then the archive delivered here had all the same files in Windows format with CR/LF line endings. So, of course, all the text files shows up as completely different even though only the hal_aci_tl.cpp file actually changed.&lt;/p&gt;
&lt;p&gt;So, I&amp;#39;m just wondering how you folks are going to deliver archives for this product in the future? Unix or Windows format? I don&amp;#39;t really care that much which way it is. I just would hope the format wouldn&amp;#39;t change. Although I do have to say that in the Arduino world it seems that most everything comes through in Windows format the way this archive is.&lt;/p&gt;
&lt;p&gt;I&amp;#39;ve been writing SW for far too long and how I hate the fact that Windows and Unix aren&amp;#39;t consistent with respect to line endings. Sort of like the annoying big/little endian differences all of us embedded developers run into at one point or another ;-).&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Arduino SDK no longer available</title><link>https://devzone.nordicsemi.com/thread/5678?ContentTypeID=1</link><pubDate>Sat, 25 Jan 2014 13:55:56 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a998a29e-a800-4e0d-a626-a371fa710243</guid><dc:creator>Fred Roeber</dc:creator><description>&lt;p&gt;I am confused. I&amp;#39;m adding BLE to our product prototype and after looking around decided to use nRF8001 to add BLE to the Teensy3 Arduino processor board we are hosting most of our SW on. I got the nRF8001 dev kit and had started porting the nRF8001 SDK files and was almost done. But I want to just use emulated serial communications over BLE as a first step because then I can use the same methods our prototype uses for talking via serial over USB.&lt;/p&gt;
&lt;p&gt;This Arduino BLE SDK seems to be a better way to go than trying to port the normal SDK files as the code seems more focused and compact and much of the porting work with the examples has already been done. But I&amp;#39;m really not sure what the story is with this SDK. I had gotten those files Matt has on his site from other sources and looked at them. Then just yesterday I found the Arduino SDK version on this devzone that Renzo lists in this post (including the &lt;a target="_blank" href="https://devzone.nordicsemi.com/arduino" rel="nofollow"&gt;https://devzone.nordicsemi.com/arduino&lt;/a&gt; post Ole wrote). Renzo asks &amp;quot;For what I&amp;#39;ve compared Nordic&amp;#39;s Official Arduino SDK is D. Edwin&amp;#39;s more well documented and with some changes.. anyone can confirm?&amp;quot; and Ole says this is correct. So I take that to mean that if I was starting today (which I am), the best approach would be to start with the ble-sdk-arduino-0.1.1 files. Right? They do seem &amp;quot;better/cleaner&amp;quot; than David Edwin&amp;#39;s original version. But the numbering of the versions threw me as David&amp;#39;s have names like 0_5_0_RC3_no_wires2.zip so I would think 0.5.0 was &amp;quot;better&amp;quot; than 0.1.1. But that doesn&amp;#39;t seem to be true.&lt;/p&gt;
&lt;p&gt;One last thing I&amp;#39;m trying to figure out is whether this Arduino SDK is &amp;quot;qualified&amp;quot; the way the normal nRF8001 SDK code is? We will want to use this SW I&amp;#39;m doing in a real product so want it qualified.&lt;/p&gt;
&lt;p&gt;Oh, and it might be nice if these discussions about this Arduino SDK could be in one central place for everyone to find (eg the &lt;a target="_blank" href="https://devzone.nordicsemi.com/arduino" rel="nofollow"&gt;https://devzone.nordicsemi.com/arduino&lt;/a&gt; post).&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Arduino SDK no longer available</title><link>https://devzone.nordicsemi.com/thread/5679?ContentTypeID=1</link><pubDate>Fri, 24 Jan 2014 23:50:49 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:2c791d61-6870-46ad-b8a1-525ef94d7cdd</guid><dc:creator>David Edwin</dc:creator><description>&lt;p&gt;Look at devzone.nordicsemi.com/arduino&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Arduino SDK no longer available</title><link>https://devzone.nordicsemi.com/thread/5677?ContentTypeID=1</link><pubDate>Fri, 24 Jan 2014 15:42:50 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:2d17eb4a-da31-4f34-8290-fedc1b4f3fb4</guid><dc:creator>Ole Morten</dc:creator><description>&lt;p&gt;That is a correct observation. The plan is still to put the cleaned up version out on GitHub officially when some further clean-ups have been done.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Arduino SDK no longer available</title><link>https://devzone.nordicsemi.com/thread/5673?ContentTypeID=1</link><pubDate>Fri, 24 Jan 2014 12:50:37 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:bf06825b-e72f-43c3-92ba-9d6cd86d24ae</guid><dc:creator>David Edwin</dc:creator><description>&lt;p&gt;There should be a copy of the Arduino SDK on devzone.nordicsemi.com/arduino&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Arduino SDK no longer available</title><link>https://devzone.nordicsemi.com/thread/5676?ContentTypeID=1</link><pubDate>Fri, 24 Jan 2014 12:37:34 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:729f0b24-784d-4210-abcb-b84101715657</guid><dc:creator>Renzo N</dc:creator><description>&lt;p&gt;Thank you Matthew, I was also looking for those files all over internet and couldn&amp;#39;t found it except in your link.&lt;/p&gt;
&lt;p&gt;Another question.. what is the difference between David Edwin&amp;#39;s Arduino SDK and the official Nordic&amp;#39;s Arduino SDK?&lt;/p&gt;
&lt;p&gt;For what I&amp;#39;ve compared Nordic&amp;#39;s Official Arduino SDK is D. Edwin&amp;#39;s more well documented and with some changes.. anyone can confirm?&lt;/p&gt;
&lt;p&gt;Thanks again,&lt;/p&gt;
&lt;p&gt;Renzo&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://devzone.nordicsemi.com/arduino"&gt;devzone.nordicsemi.com/arduino&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://devzone.nordicsemi.com/files/ble-sdk-arduino-0.1.1.zip"&gt;devzone.nordicsemi.com/.../ble-sdk-arduino-0.1.1.zip&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Arduino SDK no longer available</title><link>https://devzone.nordicsemi.com/thread/5675?ContentTypeID=1</link><pubDate>Thu, 02 Jan 2014 14:29:17 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:81aeb7b4-e373-438d-bdb7-9ff7d6f30db0</guid><dc:creator>K. Townsend</dc:creator><description>&lt;p&gt;That&amp;#39;s a big help ... thanks for the heads up! ;)&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Arduino SDK no longer available</title><link>https://devzone.nordicsemi.com/thread/5674?ContentTypeID=1</link><pubDate>Tue, 31 Dec 2013 13:52:58 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9a1d471f-9efb-4951-8c1a-af7cedc9bab2</guid><dc:creator>Matthew</dc:creator><description>&lt;p&gt;It&amp;#39;s too bad the forum went down! I mirrored the significant files on my site though.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://matthack.com/nrf8001/"&gt;nRF8001 Arduino Files&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Enjoy.&lt;/p&gt;
&lt;p&gt;Matthew&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>