<?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>ANCS example with different board</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/12397/ancs-example-with-different-board</link><description>Im using a board that is not one of the officially supported nRF51822 boards. Im trying to get the ANCS example project to work, but It wont broadcast or even turn on the LEDs. I created a new header file for the board and added it to boards.h, and again</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 10 Mar 2016 12:39:43 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/12397/ancs-example-with-different-board" /><item><title>RE: ANCS example with different board</title><link>https://devzone.nordicsemi.com/thread/46875?ContentTypeID=1</link><pubDate>Thu, 10 Mar 2016 12:39:43 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:3079ba0c-72cf-48c6-8668-5acaf153ec76</guid><dc:creator>Anders Strand</dc:creator><description>&lt;p&gt;Use NRF_CLOCK_LFCLKSRC_RC_250_PPM_TEMP_4000MS_CALIBRATION instead of NRF_CLOCK_LFCLKSRC_XTAL_20_PPM in the SOFTDEVICE_HANDLER_INIT call.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: ANCS example with different board</title><link>https://devzone.nordicsemi.com/thread/46874?ContentTypeID=1</link><pubDate>Tue, 08 Mar 2016 18:34:33 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:7e94fbfa-9d19-45c5-bf46-aa66a1a6e673</guid><dc:creator>ancassidy</dc:creator><description>&lt;p&gt;Ah, looks like my board does not, only a 16Mhz crystal. How do I use the synthesized 32khz clock source instead?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: ANCS example with different board</title><link>https://devzone.nordicsemi.com/thread/46873?ContentTypeID=1</link><pubDate>Tue, 08 Mar 2016 12:29:18 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a675e1dd-2046-4a93-aec5-9c502226a273</guid><dc:creator>Anders Strand</dc:creator><description>&lt;p&gt;Hey. Does your board have a 32Khz crystal? If not, the code will be stuck at:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;SOFTDEVICE_HANDLER_INIT(NRF_CLOCK_LFCLKSRC_XTAL_20_PPM, NULL);
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;As for the BSP, you can feel free to remove all references to it. Alternatively, you can do:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;#define BSP_DEFINES_ONLY
#define BSP_SIMPLE
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;Then bsp will be inactive.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>