<?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>Problems with leds on Beacon</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/13602/problems-with-leds-on-beacon</link><description>We bought the Beacon Kit from Nordic. I&amp;#39;m trying to use the firmware code on a similiar beacon board based on same Nordic Nrf51822. The board has same button and led pins but no optional clock quartz.
All is working as expected only LEDs for some reasons</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 03 May 2016 22:44:42 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/13602/problems-with-leds-on-beacon" /><item><title>RE: Problems with leds on Beacon</title><link>https://devzone.nordicsemi.com/thread/51918?ContentTypeID=1</link><pubDate>Tue, 03 May 2016 22:44:42 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9bac5abb-0002-45a5-9dd5-85ca8023bd6d</guid><dc:creator>Claudio Ferraro</dc:creator><description>&lt;p&gt;I figured it out. All I had to do is switch a softblink property:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;led_sb_init_params.active_high = false;
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;From false to true.&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;led_sb_init_params.active_high = true;
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;Now it&amp;#39;s working.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Problems with leds on Beacon</title><link>https://devzone.nordicsemi.com/thread/51917?ContentTypeID=1</link><pubDate>Tue, 03 May 2016 21:23:29 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:71e6fa4f-042d-4e05-a6fb-7421dfd9cd04</guid><dc:creator>Claudio Ferraro</dc:creator><description>&lt;p&gt;What is a pulldown or pull up enabled ? How to check this ? I added part of my code in the question. Maybe now it&amp;#39;s clearer.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Problems with leds on Beacon</title><link>https://devzone.nordicsemi.com/thread/51916?ContentTypeID=1</link><pubDate>Tue, 03 May 2016 08:41:07 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:da032988-d35e-4bde-814a-f71c57ff1330</guid><dc:creator>Susheel Nuguru</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;What is the board you are trying this on? Did you make the circuit yourself? Have you configured the gpio&amp;#39;s settings for this leds if they are different than the beacon? Check if the GPIO&amp;#39;s that are connected to the LEDs needs to have a pulldown or pull up enabled from gpio settings.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>