<?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 ble uart on ble400 board</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/15603/nrf51822-ble-uart-on-ble400-board</link><description>Hi, I am trying to get my ble400 board working with nRF51822 chip. I downloaded SDK v11 and made all nedded preparation. I have successfully compiled blinky app, and everything worked fine. My question is how to make ble_app_uart working with nRF51822</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 10 Aug 2016 09:02:20 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/15603/nrf51822-ble-uart-on-ble400-board" /><item><title>RE: nRF51822 ble uart on ble400 board</title><link>https://devzone.nordicsemi.com/thread/59523?ContentTypeID=1</link><pubDate>Wed, 10 Aug 2016 09:02:20 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5333ce43-dd3d-49f6-8a94-550f8edcef47</guid><dc:creator>Haris</dc:creator><description>&lt;p&gt;Hi,
Thanks you for your help. I forgot first to upload softdevice.hex file.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF51822 ble uart on ble400 board</title><link>https://devzone.nordicsemi.com/thread/59522?ContentTypeID=1</link><pubDate>Tue, 09 Aug 2016 15:28:38 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:70dd9190-3d47-453f-b16f-2cedd7cd8c3a</guid><dc:creator>monpetit</dc:creator><description>&lt;p&gt;Umm... Here is my scanner: &lt;a href="https://dl.dropboxusercontent.com/u/406769/Screenshot_20160810-001435.png"&gt;dl.dropboxusercontent.com/.../Screenshot_20160810-001435.png&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Can you see the LED0 is blinking after powering on?
Did you flash the SoftDevice first?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF51822 ble uart on ble400 board</title><link>https://devzone.nordicsemi.com/thread/59521?ContentTypeID=1</link><pubDate>Tue, 09 Aug 2016 12:59:13 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:57a9a93b-485e-490f-84b4-be9aa0371b84</guid><dc:creator>Haris</dc:creator><description>&lt;p&gt;Hi, I tried your code, downloaded Segger Studio and your example. I am able to Build your example and upload them to my BLE400 board witout any problems, but I still can not find BLE400 device when scanning for devices.
Thanks, Haris.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF51822 ble uart on ble400 board</title><link>https://devzone.nordicsemi.com/thread/59520?ContentTypeID=1</link><pubDate>Tue, 09 Aug 2016 04:35:31 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:17f4c9a2-4834-4363-8bc9-a88d5b9ebda0</guid><dc:creator>monpetit</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Here is my ble_app_uart project for BLE400 and SEGGER Embedded Studio. You can refer to it.&lt;/p&gt;
&lt;p&gt;&lt;a href="https://github.com/monpetit/inventus-factory-examples/tree/master/nrf51822_s130_ble_app_uart"&gt;github.com/.../nrf51822_s130_ble_app_uart&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;== Changes from original project for Keil MDK ==&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;
&lt;p&gt;Preprocessor Definitions&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;remove BOARD_PCA10028&lt;/li&gt;
&lt;li&gt;add BOARD_CUSTOM, BOARD_BLE400, REVERSE_LEDS=1&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;BSP files&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;add custom_board.h, ble400.h&lt;/li&gt;
&lt;li&gt;modify boards.h for REVERSE_LEDS=1&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Retarget files&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;remove Keil RTT files&lt;/li&gt;
&lt;li&gt;add SES RTT files&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;Happy coding. :)&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF51822 ble uart on ble400 board</title><link>https://devzone.nordicsemi.com/thread/59519?ContentTypeID=1</link><pubDate>Mon, 08 Aug 2016 08:55:22 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f7cc3432-18aa-4be3-8af9-599e2e927c90</guid><dc:creator>&amp;#216;yvind Karlsen</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I recommend running through the &lt;a href="https://devzone.nordicsemi.com/tutorials/36/"&gt;getting started tutorial&lt;/a&gt;, since you are using a different board you will need to change the pin mappings, see &lt;a href="http://infocenter.nordicsemi.com/topic/com.nordic.infocenter.sdk5.v11.0.0/sdk_for_custom_boards.html?cp=6_0_0_1_5"&gt;this page&lt;/a&gt; on infocenter for more information.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Øyvind&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>