<?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 is not working on N51822</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/11358/ble-is-not-working-on-n51822</link><description>Hi, 
 I have develop my firmware on on nRF51DK which has n51422 chip. 
 But my actual hardware has n51822 chip. 
 So my firmware is working on development board (nRF51DK). 
 But it is not working on my actual hardware (n51822). 
 My actual hardware</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 18 Jan 2016 07:46:23 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/11358/ble-is-not-working-on-n51822" /><item><title>RE: BLE is not working on N51822</title><link>https://devzone.nordicsemi.com/thread/42781?ContentTypeID=1</link><pubDate>Mon, 18 Jan 2016 07:46:23 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:6ca0366f-2d02-4b67-b57c-e16d4fcf676a</guid><dc:creator>&amp;#216;yvind Karlsen</dc:creator><description>&lt;p&gt;Hi Rajesh,&lt;/p&gt;
&lt;p&gt;You can consult the &lt;a href="http://infocenter.nordicsemi.com/pdf/nRF51_Series_Compatibility_Matrix_v2.6.pdf"&gt;compatibility matrix&lt;/a&gt; to see which chip revision and SoftDevice + SDK are compatible. We recommend using the latest chip revision.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: BLE is not working on N51822</title><link>https://devzone.nordicsemi.com/thread/42780?ContentTypeID=1</link><pubDate>Sun, 17 Jan 2016 17:02:23 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b88f18cd-ad50-4738-a972-2da9d6198dff</guid><dc:creator>Alex</dc:creator><description>&lt;p&gt;Maybe you can move this new info to an edit of your question, instead of an answer?  And I&amp;#39;ll move my comment to my answer.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: BLE is not working on N51822</title><link>https://devzone.nordicsemi.com/thread/42779?ContentTypeID=1</link><pubDate>Sun, 17 Jan 2016 17:01:54 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:237f9d9b-643f-472e-b20b-907a98fab360</guid><dc:creator>Alex</dc:creator><description>&lt;p&gt;Rajesh - from the same pdf document you posted, the latest that works with rev1 chip is SDK 4.4.2 and SoftDevice 5.2.1.  Also these two chips have same flash but different RAM size so you have to change that.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: BLE is not working on N51822</title><link>https://devzone.nordicsemi.com/thread/42778?ContentTypeID=1</link><pubDate>Sun, 17 Jan 2016 14:19:39 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:0d5a18fe-835b-4f74-ae80-788c7bf647af</guid><dc:creator>Rajesh</dc:creator><description>&lt;p&gt;Thanks Alex,&lt;/p&gt;
&lt;p&gt;My actual hardware has n51822 QFAAC0 as per &lt;a href="http://infocenter.nordicsemi.com/pdf/nRF51_Series_Compatibility_Matrix_v2.6.pdf"&gt;infocenter.nordicsemi.com/.../nRF51_Series_Compatibility_Matrix_v2.6.pdf&lt;/a&gt;
this document it is rev1 chip&lt;/p&gt;
&lt;p&gt;But nRF51DK has N51422QFACA1 which look like rev3 chip for that I have used S110 v8 softdevice.&lt;/p&gt;
&lt;p&gt;Can you please help which softdevice and SDK I can use for rev1 chip?&lt;/p&gt;
&lt;p&gt;Thanks
Rajesh Kumar&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: BLE is not working on N51822</title><link>https://devzone.nordicsemi.com/thread/42777?ContentTypeID=1</link><pubDate>Sun, 17 Jan 2016 11:34:37 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d5a34840-3a9b-418b-bcd6-f38d09430d1b</guid><dc:creator>Alex</dc:creator><description>&lt;p&gt;I asked a very similar question the other day: &lt;a href="https://devzone.nordicsemi.com/question/64649/how-to-develop-for-nrf51822-using-sdk-10/"&gt;devzone.nordicsemi.com/.../&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;It seems like the differences between nRF51822 and nRF51422 are minimal, as long as you don&amp;#39;t use a softdevice with ANT you should be able to go from one to the other with no changes.  (note, it&amp;#39;s nRF51822 not &amp;quot;n51822&amp;quot;)&lt;/p&gt;
&lt;p&gt;Better question: what is your actual hardware?  You&amp;#39;d need to give a bit more info, such as the exact markings on your actual hardware chip (and maybe the HWID), also SDK version, softdevice version, etc.  Is it a rev2 or rev3 chip?  (If rev2, you may need older SDK)  Does it have the same flash and RAM size as the nRF51DK?  (If not, you&amp;#39;d have to adjust the linker file)  &lt;em&gt;How&lt;/em&gt; does your firmware not work?  Last but not least, can you run an unmodified SDK example on your actual hardware?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>