<?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>External MCU with nRF51822</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/5528/external-mcu-with-nrf51822</link><description>Hi, 
 I&amp;#39;m planning to use an external MCU to process my digital signals and send it through nRF51822. Do I need to develop an on-board antenna? TI has the module CC2541 from ChipCon where I don&amp;#39;t need an antenna and can just send through via UART. </description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 13 Feb 2015 01:33:45 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/5528/external-mcu-with-nrf51822" /><item><title>RE: External MCU with nRF51822</title><link>https://devzone.nordicsemi.com/thread/19336?ContentTypeID=1</link><pubDate>Fri, 13 Feb 2015 01:33:45 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1dec72e2-0b4b-4a54-9726-47687e70aa43</guid><dc:creator>Nguyen Hoan Hoang</dc:creator><description>&lt;p&gt;If the M0 in the nRF51 is not require then it would be more cost effective to use something like the nRF8001 or nRF8002 or any dedicated modules and connect to your mcu via uart or spi.  The CC2541 is based on 8 bits 8051 and the mcu is dedicated I don&amp;#39;t believe it is available for application while the nRF51 on the other hand is a 32 bit mcu that can do both.  The nRF51 for example allows to do acquisition and some processing along side with BLE.  A keyboard or mouse is a perfect example to use this as single chip solution.  It is a very capable mcu.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: External MCU with nRF51822</title><link>https://devzone.nordicsemi.com/thread/19335?ContentTypeID=1</link><pubDate>Thu, 12 Feb 2015 15:12:51 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1ea63961-0b91-4bb8-9184-aecbfb65fd79</guid><dc:creator>tvu1020</dc:creator><description>&lt;p&gt;Update/Edit: Correction on CC2541, PAN1323 is the module I wanted to mention. They offer a module with the SoC on it, which make it easier to add the module on your board. I am working on an application where it would need a bigger processor (hence the external microcontroller) I would like to basically push the digitized data through the nRF51 and to a smart phone via BLE. I won&amp;#39;t really need the M0 processor in nRF51. Is there any other option i could go with besides BLE module that Alex provided?&lt;/p&gt;
&lt;p&gt;Thanks, Trung&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: External MCU with nRF51822</title><link>https://devzone.nordicsemi.com/thread/19331?ContentTypeID=1</link><pubDate>Thu, 12 Feb 2015 15:12:45 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1b16eb0a-f9b2-482a-bf30-883ffcfa87b4</guid><dc:creator>tvu1020</dc:creator><description>&lt;p&gt;Update/Edit: Correction on CC2541, PAN1323 is the module I wanted to mention. They offer a module with the SoC on it, which make it easier to add the module on your board. I am working on an application where it would need a bigger processor (hence the external microcontroller) I would like to basically push the digitized data through the nRF51 and to a smart phone via BLE. I won&amp;#39;t really need the M0 processor in nRF51. Is there any other option i could go with besides BLE module that Alex provided?&lt;/p&gt;
&lt;p&gt;Thanks, Trung&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: External MCU with nRF51822</title><link>https://devzone.nordicsemi.com/thread/19333?ContentTypeID=1</link><pubDate>Thu, 12 Feb 2015 15:12:30 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:bd0de6a3-ebf7-43a9-bcb4-c0db8e368b42</guid><dc:creator>tvu1020</dc:creator><description>&lt;p&gt;Update/Edit: Correction on CC2541, PAN1323 is the module I wanted to mention. They offer a module with the SoC on it, which make it easier to add the module on your board. I am working on an application where it would need a bigger processor (hence the external microcontroller) I would like to basically push the digitized data through the nRF51 and to a smart phone via BLE. I won&amp;#39;t really need the M0 processor in nRF51. Is there any other option i could go with besides BLE module that Alex provided?&lt;/p&gt;
&lt;p&gt;Thanks, Trung&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: External MCU with nRF51822</title><link>https://devzone.nordicsemi.com/thread/19329?ContentTypeID=1</link><pubDate>Thu, 12 Feb 2015 12:45:54 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:10f986d7-29b7-44a4-8796-cec35d0a3136</guid><dc:creator>Krzysztof Loska</dc:creator><description>&lt;p&gt;Hi,
for this pourpose we prepared a special solution - serialization. Most of the examples in our SDK have also serialized versions for different PHY layers: UART, UART HCI, 6-wire SPI, 5-wire SPI (those are interfaces between an external MCU and nRF chip). A short description can be found here: &lt;a href="http://developer.nordicsemi.com/nRF51_SDK/doc/7.2.0/s110/html/a00042.html"&gt;developer.nordicsemi.com/.../a00042.html&lt;/a&gt;
More detailed information can be found here: &lt;a href="http://developer.nordicsemi.com/nRF51_SDK/doc/7.2.0/s110/html/a00073.html"&gt;developer.nordicsemi.com/.../a00073.html&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: External MCU with nRF51822</title><link>https://devzone.nordicsemi.com/thread/19328?ContentTypeID=1</link><pubDate>Wed, 11 Feb 2015 19:34:48 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a350b4b7-dccd-40b9-a203-bc162a9d6442</guid><dc:creator>tvu1020</dc:creator><description>&lt;p&gt;Update/Edit: Correction on CC2541, PAN1323 is the module I wanted to mention. They offer a module with the SoC on it, which make it easier to add the module on your board.
I am working on an application where it would need a bigger processor (hence the external microcontroller) I would like to basically push the digitized data through the nRF51 and to a smart phone via BLE. I won&amp;#39;t really need the M0 processor in nRF51. Is there any other option i could go with besides BLE module that Alex provided?&lt;/p&gt;
&lt;p&gt;Thanks,
Trung&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: External MCU with nRF51822</title><link>https://devzone.nordicsemi.com/thread/19334?ContentTypeID=1</link><pubDate>Wed, 11 Feb 2015 14:34:55 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a8ef3e31-e921-4cf9-9f83-e9fd702fec4c</guid><dc:creator>Nguyen Hoan Hoang</dc:creator><description>&lt;p&gt;the nRF51822 has an ARM Cortex-M0 at 16MHz that you program it to do almost whatever you like.  It has 30 i/o for you to use.  This &lt;a href="https://www.tindie.com/products/hnhoan/soc-nrf51822-bluetooth-40-low-energy-module-ble-ibeacon-arm-cortex-m0/"&gt;module&lt;/a&gt; make all 30 i/o available to you.   Do you need to do a lot processing that require a second MCU ? To use with free Eclipse C/C++ development environment, follow this &lt;a href="http://embeddedsoftdev.blogspot.ca/p/ehal-nrf51.html"&gt;blog site&lt;/a&gt;.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: External MCU with nRF51822</title><link>https://devzone.nordicsemi.com/thread/19332?ContentTypeID=1</link><pubDate>Wed, 11 Feb 2015 12:23:55 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c0ecf009-fe15-4204-9fdc-c6057b62a424</guid><dc:creator>Vebj&amp;#248;rn</dc:creator><description>&lt;p&gt;The nRF51822 chip itself does not have an antenna, nor does the CC2541 chip. Both of the chips require some external components, like an oscillator and an antenna. However, there are several 3rd party companies that create small modules with these chips and the necessary components, see the link Alex posted. You can connect these modules to another MCU and it would work without any additional components. However, you would still need to program the module to make it do what you wish.&lt;/p&gt;
&lt;p&gt;Alternatively you can get a premade module, for example this one: &lt;a href="http://www.adafruit.com/product/1697"&gt;http://www.adafruit.com/product/1697&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Will there be an nRF51822 in the other end as well? You could also easily modify the ble_app_uart example in the nordic SDK to establish a wireless &amp;quot;UART&amp;quot; link. If you are designing a PCB, but don&amp;#39;t want to design the antenna, you could use the modules from the link Alex posted&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: External MCU with nRF51822</title><link>https://devzone.nordicsemi.com/thread/19330?ContentTypeID=1</link><pubDate>Wed, 11 Feb 2015 09:05:26 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:19a6d3dd-bd3e-4b3e-9937-12290d120cd6</guid><dc:creator>Alex</dc:creator><description>&lt;p&gt;&lt;a href="http://www.nordicsemi.com/eng/Products/3rd-Party-Bluetooth-Smart-Modules"&gt;www.nordicsemi.com/.../3rd-Party-Bluetooth-Smart-Modules&lt;/a&gt;
BLE modules based on Nordic nRF51&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>