<?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>nRF51822 vs nRF8001 when having an external MCU</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/1903/nrf51822-vs-nrf8001-when-having-an-external-mcu</link><description>Hi, 
 Been using nRF51822 before but on this new design I have an external MCU running the main duties.
I&amp;#39;ve been reading up a bit on both but would like to get some thoughts on pros/cons &amp;amp; comparisons between the two options nRF51822 vs. nRF8001. </description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 09 Oct 2015 11:57:08 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/1903/nrf51822-vs-nrf8001-when-having-an-external-mcu" /><item><title>RE: nRF51822 vs nRF8001 when having an external MCU</title><link>https://devzone.nordicsemi.com/thread/8191?ContentTypeID=1</link><pubDate>Fri, 09 Oct 2015 11:57:08 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a78bc1c5-3393-4292-8c98-fd791450fdcf</guid><dc:creator>awneil</dc:creator><description>&lt;p&gt;... and any comments for the nRF52 series?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF51822 vs nRF8001 when having an external MCU</title><link>https://devzone.nordicsemi.com/thread/8194?ContentTypeID=1</link><pubDate>Wed, 07 May 2014 04:24:23 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ca78bc1a-8125-45d0-99fb-baf617f63c58</guid><dc:creator>julian</dc:creator><description>&lt;p&gt;nRF51822 comes with CPU, but nRF8001 doesn&amp;#39;t? does that means for nRF8001 has to add CPU somewhere?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF51822 vs nRF8001 when having an external MCU</title><link>https://devzone.nordicsemi.com/thread/8195?ContentTypeID=1</link><pubDate>Mon, 17 Mar 2014 17:21:23 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1b075d9d-e226-4431-a511-a5d213251ab2</guid><dc:creator>David Edwin</dc:creator><description>&lt;p&gt;Sleep current for the nRF8001 is slightly lower than the nRF51.
See section 12.4 Current Consumption parameters in I_idle and I_sleep in the nRF8001 datasheet
I_idle is lower for the nRF8001 while i_sleep is almost the same between nRF51 and nRF8001&lt;/p&gt;
&lt;p&gt;You can also implement an complete power cutoff for the nRF8001 and nRF51, by which the power is cutoff (you should first read the RAM by do a Read Dynamic data) and when the nRF8001 is required again, the power can be restored and the RAM is also restored using Write Dynamic Data&lt;/p&gt;
&lt;p&gt;This enables you go to the lowest power states possible. The nRF8001 enables this out of the box using Read Dynamic Data and Write Dynamic Data.&lt;/p&gt;
&lt;p&gt;You should examine if the nRF8001 fits your needs and then consider the nRF51 if it does not, especially if you are using it as a connectivity device as the nRF8001 interfaces are easier to use and to get started.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF51822 vs nRF8001 when having an external MCU</title><link>https://devzone.nordicsemi.com/thread/8193?ContentTypeID=1</link><pubDate>Mon, 17 Mar 2014 10:29:12 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:fa3522f1-ee58-489e-b733-c11264f30d67</guid><dc:creator>Ole Morten</dc:creator><description>&lt;p&gt;There is no doubt that the nRF51822 is a lot more flexible than the nRF8001. From a BLE perspective, it has primarily 3 benefits, which may or may not be applicable:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Higher throughput (6 packets per interval instead of 1).&lt;/li&gt;
&lt;li&gt;Possibility of being a Central (by replacing a softdevice).&lt;/li&gt;
&lt;li&gt;Possibility of having multiple bonds.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;However, there is no doubt that it introduces extra complexity, in that you have a second controller to program. There are a serialization example in the SDK, showing how the full softdevice API can be serialized, so this could be an option. A slightly more elegant solution may be to make a higher-level API yourself, tailored to your application, to reduce serial interface traffic and hence power consumption.&lt;/p&gt;
&lt;p&gt;As for flashing, there are an example bootloader in the SDK as well, but it is currently not possible to replace a softdevice with it. For full flexibility, you would therefore most likely have to include a SWD implementation on your main controller, and flash the nRF51 over it. If however you can live with not replacing the softdevice, you can get away with just the UART bootloader. The next softdevice release will also make it possible to do minor revision upgrades using the UART bootloader.&lt;/p&gt;
&lt;p&gt;As for crystals, the only required crystal for both the nRF8001 and the nRF51822 is the high-frequency oscillator (16 MHz for nRF8001 and 16 or 32 MHz for nRF51822). With the nRF8001, it&amp;#39;s possible to use the DC/DC (if you don&amp;#39;t have a 32 kHz crystal), while on the nRF51822, the DC/DC is currently unfortunately unusable.&lt;/p&gt;
&lt;p&gt;Software-wise, the nRF8001 is a lot simpler than the nRF51822, and can as Soren says be used over an SPI interface. We&amp;#39;ve recently released the Arduino SDK for it, which should be easy to port to other MCUs if needed.&lt;/p&gt;
&lt;p&gt;Bottom line, if you can live with its limitations, the nRF8001 is a much simpler way of adding BLE to an application. However, if you need the possibilities of the nRF51822, it&amp;#39;s perfectly possible to use it in a serialization setup as well.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF51822 vs nRF8001 when having an external MCU</title><link>https://devzone.nordicsemi.com/thread/8192?ContentTypeID=1</link><pubDate>Mon, 17 Mar 2014 00:41:31 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c3bca9a8-00ca-41d2-915f-7db4118ba9e5</guid><dc:creator>Soren</dc:creator><description>&lt;p&gt;Hi David,&lt;/p&gt;
&lt;p&gt;I had faced the same dilemma before when I was using an external microcontroller and TI&amp;#39;s CC2541 which has some processing power besides its wireless capabilities.&lt;/p&gt;
&lt;p&gt;What I disliked the most about the aforementioned setup was that I needed to flash twice with two different programmers, one for my microcontroller and one for the Bluetooth chip, which also diminishes your PCB real estate because you need headers and traces for both.&lt;/p&gt;
&lt;p&gt;Of course if you use an SoC that takes care of both your processing and communications, you save a lot of space. However in terms of design flexibility, I always prefer to keep my modules separate. That&amp;#39;s why now I use a low-powered microcontroller with nRF8001, which can be programmed over SPI. Unfortunately, I need 3 oscillators in this setup.&lt;/p&gt;
&lt;p&gt;Some microcontrollers such as &amp;quot;EFM32&amp;quot; and &amp;quot;PIC24F GC Series&amp;quot; are more advanced than SoC modules and have some great power-saving features.&lt;/p&gt;
&lt;p&gt;Cheers,
Soren&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>