<?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>Getting current radio status nRF51</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/8050/getting-current-radio-status-nrf51</link><description>Hello, 
 I&amp;#39;ve overcome most of my problems using this wonderful Q&amp;amp;A system from other people. Recently I&amp;#39;ve moved from a nRF8001 + MCU to a nRF51 
 Using SDK 8.1.1, keil and the ble_uart example (S110) I&amp;#39;ve implemented an RTC (app_timer) on LCD just</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 07 Jul 2015 18:03:41 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/8050/getting-current-radio-status-nrf51" /><item><title>RE: Getting current radio status nRF51</title><link>https://devzone.nordicsemi.com/thread/28864?ContentTypeID=1</link><pubDate>Tue, 07 Jul 2015 18:03:41 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:854d9db2-5db2-473b-b1bf-3d4b9eb22e64</guid><dc:creator>Nico</dc:creator><description>&lt;p&gt;Did some reading. Doing some reading. Made this...&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;
err_code = ble_radio_notification_init(NRF_APP_PRIORITY_LOW,
                                       NRF_RADIO_NOTIFICATION_DISTANCE_800US,
                                       radio_notification_handler );
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;radio_notification_handler just toggles a pin. Since i&amp;#39;ve been power measuring on the scope I could see the pin noise was matching the power consumption. Oops I thought my decoupling was good enough. 100uF fixed the glitching. Must have been going in and out of threshold for the LCD.&lt;/p&gt;
&lt;p&gt;Feeling silly now but learned something. Nothing lost, something gained.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>