<?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>BLE using PCA10005 and NRF51822-AK</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/2333/ble-using-pca10005-and-nrf51822-ak</link><description>Someone has a working source code (can be Keil format) for the PCA10005 and/or nrf51822-AK (China made) board? I tried the sample at &amp;quot;\nrf6310\s110\ble_app_hrs&amp;quot; but it seems to freeze or are not well configurated, stopping in the debug mode to a wrong</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 29 Apr 2014 07:20:40 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/2333/ble-using-pca10005-and-nrf51822-ak" /><item><title>RE: BLE using PCA10005 and NRF51822-AK</title><link>https://devzone.nordicsemi.com/thread/9613?ContentTypeID=1</link><pubDate>Tue, 29 Apr 2014 07:20:40 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:882ea6ef-79b8-402d-8935-68cea95e1734</guid><dc:creator>gootoomoon</dc:creator><description>&lt;p&gt;please check your ble_stack_init(); in main()&lt;/p&gt;
&lt;p&gt;make sure your board has 32.768k  crystal for your LFCLK&lt;/p&gt;
&lt;p&gt;or you can try RC for LFCLK like this&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;
static void ble_stack_init(void)
{
	uint32_t err_code;
	SOFTDEVICE_HANDLER_INIT(NRF_CLOCK_LFCLKSRC_RC_250_PPM_4000MS_CALIBRATION, true);
	err_code = softdevice_ble_evt_handler_set(ble_evt_dispatch);
	wk_printfn(WK_DEBUG_LEVEL_ERROR, &amp;quot;softdevice_ble_evt_handler_set, err_code=%d&amp;quot;, err_code);
	APP_ERROR_CHECK(err_code);

	err_code = softdevice_sys_evt_handler_set(sys_evt_dispatch);
	wk_printfn(WK_DEBUG_LEVEL_ERROR, &amp;quot;softdevice_ble_evt_handler_set, err_code=%d&amp;quot;, err_code);
	APP_ERROR_CHECK(err_code);
}

&lt;/code&gt;&lt;/pre&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: BLE using PCA10005 and NRF51822-AK</title><link>https://devzone.nordicsemi.com/thread/9612?ContentTypeID=1</link><pubDate>Tue, 29 Apr 2014 01:40:35 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e8120dca-d278-4734-a29a-5a5e86f94101</guid><dc:creator>Marcio Segura</dc:creator><description>&lt;p&gt;Gootoomoon, I wrote your *.hex direct using nRFgo Studio and a ble searcher in my smartphone but it didn&amp;#39;t appear. I did the same with Texas Sensor Tag CC2541 and it was found by smartphone.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: BLE using PCA10005 and NRF51822-AK</title><link>https://devzone.nordicsemi.com/thread/9611?ContentTypeID=1</link><pubDate>Tue, 29 Apr 2014 00:13:35 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:0b9f9008-9f4b-447e-a77e-d09a33f19868</guid><dc:creator>Marcio Segura</dc:creator><description>&lt;p&gt;I&amp;#39;m not going well with nRF51822. Using the PCA10005 (QFAAG0) and \nrf51822\Board\nrf6310\s110\ble_app_hrs software, Softdevice v6.0 the debug in Keil I get freeze as attached image.&lt;/p&gt;
&lt;p&gt;&lt;img src="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/NordicKeil3.jpg" alt="NordicKeil3.jpg" /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: BLE using PCA10005 and NRF51822-AK</title><link>https://devzone.nordicsemi.com/thread/9610?ContentTypeID=1</link><pubDate>Thu, 24 Apr 2014 12:55:10 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:88fd5358-514d-4d29-8e05-c634e9c5b117</guid><dc:creator>gootoomoon</dc:creator><description>&lt;p&gt;May be you can try this (nrf51_sdk_v5_2_0_39364\nrf51822\Board\nrf6310\s110\ble_app_hrs)&lt;/p&gt;
&lt;p&gt;but sdk_v5.2 sould be use with softdevice v6.0(need nrf51822 version QFAAFA   QFAAGC or QFAAG0)&lt;/p&gt;
&lt;p&gt;nrf51822-AK  use the nrf51822 QFAAC0 (you can see nrf51822 compatibility matrix in nWP-018  page5)&lt;/p&gt;
&lt;p&gt;if you use softdevice in QFAAC0 may cause link down sometimes.&lt;/p&gt;
&lt;p&gt;good luck&lt;/p&gt;
&lt;p&gt;&lt;a href="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/nWP_2D00_018_5F00_v1.1.pdf"&gt;nWP-018_v1.1(兼容矩阵).pdf&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/ble_5F00_app_5F00_hrs.zip"&gt;ble_app_hrs.zip&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>