<?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>nrf52832 and Arduino</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/10199/nrf52832-and-arduino</link><description>Hi, I&amp;#39;m planning to add bluetooth LE support to my Arduino based project. I want to use nrf52832, but I couldn&amp;#39;t find any example on Arduino interaction with this radio. I know that nrf8001 has an SDK for Arduino, but I wanted to use all the new cool</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 04 Aug 2017 17:36:40 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/10199/nrf52832-and-arduino" /><item><title>RE: nrf52832 and Arduino</title><link>https://devzone.nordicsemi.com/thread/37850?ContentTypeID=1</link><pubDate>Fri, 04 Aug 2017 17:36:40 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ed93e7ea-63d7-4dd9-bb44-ebbc55701a97</guid><dc:creator>Webbrauzer</dc:creator><description>&lt;p&gt;This is too late for this project but ADAFRUIT just came out with a board the is Arduino compatible and has the nRF52832  &lt;a href="https://learn.adafruit.com/bluefruit-nrf52-feather-learning-guide/introduction"&gt;learn.adafruit.com/.../introduction&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrf52832 and Arduino</title><link>https://devzone.nordicsemi.com/thread/37852?ContentTypeID=1</link><pubDate>Mon, 05 Sep 2016 07:34:53 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5bd75d62-6d1c-4ec6-a6b2-a8799c578284</guid><dc:creator>Cristian Alistarh</dc:creator><description>&lt;p&gt;Support is now available thanks to sandeep mistry : &lt;a href="https://github.com/sandeepmistry/arduino-nRF5."&gt;github.com/.../arduino-nRF5.&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrf52832 and Arduino</title><link>https://devzone.nordicsemi.com/thread/37845?ContentTypeID=1</link><pubDate>Fri, 13 Nov 2015 09:04:17 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5ec04c5c-05da-4a5f-a407-935526dbac80</guid><dc:creator>desert_eagle</dc:creator><description>&lt;p&gt;I was mainly interested in NFC OOB pairing, it would be very useful in my project&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrf52832 and Arduino</title><link>https://devzone.nordicsemi.com/thread/37849?ContentTypeID=1</link><pubDate>Thu, 12 Nov 2015 17:12:46 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:13eb20b2-84ec-49a0-9ec3-7a8853457a3e</guid><dc:creator>awneil</dc:creator><description>&lt;p&gt;You said you &amp;quot;want to use nrf52832&amp;quot; - so what is it, specifically, about the nRF52832 that you particularly want?&lt;/p&gt;
&lt;p&gt;As others have said, if the Arduino is a given, then what advantage does nRF52832 bring to you?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrf52832 and Arduino</title><link>https://devzone.nordicsemi.com/thread/37848?ContentTypeID=1</link><pubDate>Thu, 12 Nov 2015 14:48:01 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:274fa86d-56b6-4128-b638-3067904e4ed8</guid><dc:creator>Wojtek</dc:creator><description>&lt;p&gt;If peripheral role is enough for you, that would be the most simple solution then.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrf52832 and Arduino</title><link>https://devzone.nordicsemi.com/thread/37847?ContentTypeID=1</link><pubDate>Thu, 12 Nov 2015 14:37:29 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b5d6de46-67ca-491e-9414-da863ef9bac8</guid><dc:creator>desert_eagle</dc:creator><description>&lt;p&gt;Thank you very much for your reply. Btw I&amp;#39;m forced to use Arduino, it&amp;#39;s for my master thesis and my tutor decided I had to use that platform. So I think I had better use nrf8001&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrf52832 and Arduino</title><link>https://devzone.nordicsemi.com/thread/37846?ContentTypeID=1</link><pubDate>Thu, 12 Nov 2015 13:56:17 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:7a80a86f-5e30-484e-b873-dbc07f90857c</guid><dc:creator>Wojtek</dc:creator><description>&lt;p&gt;I don&amp;#39;t know about nRF52, but on nRF51 you could use serialization library to communicate with nrf51&amp;#39;s bluetooth. Anyway, using Arduino (atmega328p?) as host for nRF51 is not really good approach. nRF51 is much more powerful than arduino. nRF52 is much more powerful than nRF51. Interfacing it with arduino as a slave would be... weird. nRF8001 would be better- i think there are some arduino-compatible libraries to use it. Or just try porting your app to nRF52? It is not that hard as it looks like...&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrf52832 and Arduino</title><link>https://devzone.nordicsemi.com/thread/37851?ContentTypeID=1</link><pubDate>Thu, 12 Nov 2015 13:47:10 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:74540944-7aae-46fb-a7fc-1d0196dbe3c5</guid><dc:creator>Einar Thorsrud</dc:creator><description>&lt;p&gt;I am not aware of any Arduino support for nRF52. If you want to use the nRF52 your best option is to use the nRF52 SDK.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>