<?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>About nRF52832</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/19594/about-nrf52832</link><description>This is from the previous Blog: devzone.nordicsemi.com/.../ 
I&amp;#39;ve looked at the other dev boards. I found this one nRF52832 System on Chip and Amber SPP-over-BLE profile. The one from Nguyen Hoan Hoang I can&amp;#39;t find in Germany. But my question to all</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 13 Feb 2017 13:41:38 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/19594/about-nrf52832" /><item><title>RE: About nRF52832</title><link>https://devzone.nordicsemi.com/thread/76250?ContentTypeID=1</link><pubDate>Mon, 13 Feb 2017 13:41:38 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:022a7ca2-a103-454b-a3e2-31390ba3f4cc</guid><dc:creator>J&amp;#248;rgen Holmefjord</dc:creator><description>&lt;p&gt;Unfortunately, we don&amp;#39;t provide support on application development for Android or iOS. You can find the source code for &lt;a href="https://github.com/NordicSemiconductor/Android-nRF-Toolbox"&gt;nRF Toolbox for Android&lt;/a&gt; on our GitHub, this should help you on the way. Also, the tutorial you linked above creates an app exactly as you require.&lt;/p&gt;
&lt;p&gt;The MDK is not the actuall IDE that you develop applications in. It just adds support for Nordic devices into the IDE. You need to &lt;a href="https://www.keil.com/demo/eval/arm.htm"&gt;download Keil&lt;/a&gt; from ARMs webside, and also download and install the latest &lt;a href="http://developer.nordicsemi.com/nRF51_SDK/pieces/nRF_DeviceFamilyPack/NordicSemiconductor.nRF_DeviceFamilyPack.8.11.1.pack"&gt;nRF Device Family pack&lt;/a&gt;.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: About nRF52832</title><link>https://devzone.nordicsemi.com/thread/76251?ContentTypeID=1</link><pubDate>Sat, 11 Feb 2017 10:50:40 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:62cf3c80-18dc-4ec8-b2e6-dc6d91cdf241</guid><dc:creator>Nick</dc:creator><description>&lt;p&gt;So now I understand better what&amp;#39;s going on here. Thx. Since I already have the code for the ATmega chip. I would need to learn how to write my own java code in Android Studio for my Android phone. To connect to the nrF51..Nordic chip. That code would connect to the Nordic chip first, it would have 2 buttons, one sends the char (o) and the other one would send the char (c) for instance. The chip would then just pass those send characters on to the ATmega chip via spi, right? Can you guys help me writing the java code to connect to the Nordic chip? I have some Android developer samples put into Android Studio, but none of any of the codes will connect or even find the BLE device. The only code finding and connecting to the BLE device is the app from Nordic the nRFConnect which I found in the google play store. That&amp;#39;s the only one working. Is there a special trick to it or what? So if you guys would help me to write a very small app to connect to the Nordic chip, then I would need to learn how to write the code for the 2 buttons, that&amp;#39;s it. I&amp;#39;d be in business. Can I get support for that?
If you think that I should rather buy another Nordic chip like the Dongle or so, I could do that too. But I still would need support in writing the code with you guys sdk and IDE. So I need support no matter what. So its your call now with what you want to support me with. Please let me know.
Oh, I just today downloaded the SDK nRF5_SDK_12.2.0_f012efa, unzipped it. Inside it has all kinds of stuff and the MDK&amp;#39;s nRF5x_MDK_8_11_1_Keil4 and nRF5x_MDK_8_11_1_IAR. I also installed JLink_V512g all 5 of them tools. However, the MDK will not install. It claims that it&amp;#39;s finished installing but I can&amp;#39;t find it anywhere. Isn&amp;#39;t the MDK the actual IDE for the chip to write the program for it? Can&amp;#39;t get it to install on my win10 home edition. Any idea how to help me?
Thanks,
Nick&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: About nRF52832</title><link>https://devzone.nordicsemi.com/thread/76249?ContentTypeID=1</link><pubDate>Fri, 10 Feb 2017 10:06:00 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:14d8e951-4b2f-4204-a81c-19186aefd2c0</guid><dc:creator>J&amp;#248;rgen Holmefjord</dc:creator><description>&lt;p&gt;Let me try to explain this once more.&lt;/p&gt;
&lt;p&gt;The board you have (Adafruit Feather 32u4 Bluefruit) is an Arduino compatible board with two ICs, a ATmega32u4 (AVR) and the Nordic nRF51822. I guess the first is what you call &amp;quot;microcontroller&amp;quot;, but actually both devices are microcontrollers. The nRF51822 is a system-on-chip, a microcontroller with a built-in radio, making it capable of doing wireless communciation. Here is a picture trying to explain your board:&lt;/p&gt;
&lt;p&gt;&lt;img src="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/BluefruitLE.png" alt="image description" /&gt;&lt;/p&gt;
&lt;p&gt;The reason you cannot put the code you posted above on any nRF51/52 devices, is that it is written for the Arduino compatible ATmega chip, to operate the custom firmware in the nRF51822 chip.&lt;/p&gt;
&lt;p&gt;To program any nRF51 or nRF52 chips, you should use the Nordic SDK and one of the supported IDEs (Keil, GCC or IAR). &lt;a href="https://developer.mbed.org/teams/Nordic-Semiconductor/"&gt;mBed is also supported&lt;/a&gt;, and this is more Arduino-like, but you will not have the same flexibility that you have with our SDK. You will also get better support when using our SDK.&lt;/p&gt;
&lt;p&gt;To program the board, you need a programmer/debugger that support the SWD interface. Our development kits (nRF51 DK and nRF52 DK) and the nRF51 dongle have an on-board debugger integrated on the board, allowing you to program the chip directly by connecting the board to your PC via USB.&lt;/p&gt;
&lt;p&gt;The link you provide only show Android code, this has nothing to do with the nRF devices. On the same page, you can however find a &lt;a href="http://www.allaboutcircuits.com/projects/ble-using-nrf51-arm-gcc-build-environment/"&gt;few articles&lt;/a&gt; about how to create applications using our SDK and the nRF51 dongle.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Jørgen&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: About nRF52832</title><link>https://devzone.nordicsemi.com/thread/76248?ContentTypeID=1</link><pubDate>Fri, 10 Feb 2017 09:24:53 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ede6d238-ec65-4004-b096-b02c71f245a4</guid><dc:creator>Nick</dc:creator><description>&lt;p&gt;Thanks for the answers. However, I&amp;#39;m absolutely confused by now. You guys tell me that on a Nordic Chip I can&amp;#39;t use this above code. Can only use it for an AVR board. I take it that by an AVR board you actually mean a microcontroller such as Arduino, right? So if I understand this correctly, I have to use Nordic&amp;#39;s skd&amp;#39;s like these: supported IDEs (Keil, GCC or IAR) which are different from the Arduino IDE and again are different from the mbed IDE as well, correct? So there is a BLE chip which can be programmed but uses its own skd and IDE, correct? And there is a board with a BLE chip and a microcontroller on it, right? Where on such a board I always program the microcontroller and not the BLE chip, correct? To program the Nordic chip such as this one: nRF52832 I would need such an IDE: (Keil, GCC or IAR), right? And to program the nRF51 Dongle: I can use an Arduino IDE, right? Which is an mbed IDE, correct? Sorry, but this is all very confusing to me! I just trying to straighten this out to find out what do I need to program the Dongle? Seems like that the Dongle is easier to program over the Nordic nRF52832. How do I even program the Nordic nRF52832? There is no way to connect it to a PC?
But then I could just go ahead and keep the current chip Feather 32U4 I have. It has a microcontroller on the board, and a Nordic BLE chip. I could just wipe the micro controller chip, and the BLE chip just passes the characters from my Anddroid phone on to the micro chip, right. The micro chip is actually the one which does use the program I write, right? I can write code like the one above. Can use the code above also for the Dongle then? It uses: ARM mbed tool-chain. Would that be the code above?
here is a link: &lt;a href="http://www.allaboutcircuits.com/projects/how-to-communicate-with-a-custom-ble-using-an-android-app/"&gt;link text&lt;/a&gt; to the guy who uses the nrf51dongle. Can you have a look and tell me what kind of coding that is? Is it the same code from above?
Thanks,
Nick&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: About nRF52832</title><link>https://devzone.nordicsemi.com/thread/76247?ContentTypeID=1</link><pubDate>Fri, 10 Feb 2017 04:47:56 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:223a0c3d-33cf-4e90-bced-e4281270df15</guid><dc:creator>Roger Clark</dc:creator><description>&lt;p&gt;@Nick&lt;/p&gt;
&lt;p&gt;Like @Jørgen says, this code is not designed to run directly on a nRF5x board.
Its designed to run on a separate AVR based Arduino board, like an Arduino Uno, connected to a Nordic nRF8001 device.&lt;/p&gt;
&lt;p&gt;You can compile and run Arduino code on the nRF5x devices.&lt;/p&gt;
&lt;p&gt;RedBearLab have an old mbed based Arduino &amp;quot;Core&amp;quot; and more recently Sandeep Mistry has written a core from scratch that does this.&lt;/p&gt;
&lt;p&gt;However, you would need to rewrite most of the code you have posted, if you wanted to use either of those 2 ways of running Arduino directly on an nRF5x device, rather than on an AVR device connected to a Nordic device&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: About nRF52832</title><link>https://devzone.nordicsemi.com/thread/76246?ContentTypeID=1</link><pubDate>Thu, 09 Feb 2017 14:21:15 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:874d3a5d-4d91-4361-981e-7450c0cd3555</guid><dc:creator>J&amp;#248;rgen Holmefjord</dc:creator><description>&lt;p&gt;This is Arduino code, you cannot run this directly on the nRF devices. Why are you not getting this to work on your Bluefruit LE board?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>