<?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>Increase delay between Radio Event and CPU cycle</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/5375/increase-delay-between-radio-event-and-cpu-cycle</link><description>I am using S110 7.1.0 which I know has the ability to unblock the CPU during Radio Event. However I would like to do the opposite and increase the time between a Radio event and a CPU cycle. The reason is for Battery measurement accuracy. I cannot guarantee</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 23 Jun 2015 20:18:09 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/5375/increase-delay-between-radio-event-and-cpu-cycle" /><item><title>RE: Increase delay between Radio Event and CPU cycle</title><link>https://devzone.nordicsemi.com/thread/18779?ContentTypeID=1</link><pubDate>Tue, 23 Jun 2015 20:18:09 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:8262e275-0a39-433e-a16f-bc73ae87b60d</guid><dc:creator>Dave_couling</dc:creator><description>&lt;p&gt;With the new S110 V8.1.  It seems that I cannot enable/disable radio notifications whenever I want as this can cause an assert.  I have to either have it always on or always off.  Is this something that Nordic will fix in the future to allow developers to dynamically enable or disable Radio notifications anytime during a connection?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Increase delay between Radio Event and CPU cycle</title><link>https://devzone.nordicsemi.com/thread/18778?ContentTypeID=1</link><pubDate>Tue, 03 Feb 2015 20:24:23 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:51aea2da-8968-4206-befc-f17368baf33f</guid><dc:creator>Locky</dc:creator><description>&lt;p&gt;Thank you for this reply.  I implemented my own version of ble_radio_notification.c to trigger after the end of an RF event.  Using an RTC timer I create some pre-defined space before measuring the battery.   Thanks for the great support Stefan!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Increase delay between Radio Event and CPU cycle</title><link>https://devzone.nordicsemi.com/thread/18777?ContentTypeID=1</link><pubDate>Mon, 02 Feb 2015 13:07:50 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:013073e4-7b18-4380-a3e6-5c44f052d6a0</guid><dc:creator>Stefan Birnir Sverrisson</dc:creator><description>&lt;p&gt;You can use radio notifications in order to get a guaranteed distance of an application action from a radio event. A radio notification can trigger right after a radio event or with a predefined distance before a radio event. Radio notificaitons are documented in the &lt;a href="https://www.nordicsemi.com/eng/nordic/Products/nRF51822/S110-SDS/20338"&gt;S110 Softdevice Specificaiton v1.3&lt;/a&gt;, chapter 7. Here is an radio notifications example that runs with nRF51 SDK 6.1.0&lt;/p&gt;
&lt;p&gt;&lt;a href="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/2047.ble_5F00_app_5F00_template_5F00_with_5F00_radio_5F00_notification.zip"&gt;ble_app_template_with_radio_notification.zip&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Yes, the voltage will drop during a radio event as the radio uses more current than anything else on the chip. The voltage will drop more if the battery has large internal resistance. Lower quality batteries usually have higher internal resistance, which creates bigger voltage drop during a radio event. The most realistic time to measure the battery voltage is actually during a radio event because then the voltage is the lowest, but as you say, then the voltage may perhaps not be very stable.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>