<?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>Receiving SoftDevice interrupt on sending advertisment</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/34840/receiving-softdevice-interrupt-on-sending-advertisment</link><description>Hi everyone, 
 I&amp;#39;m trying to change the advertisement data while advertising using an interrupt. So far I&amp;#39;ve managed to use a button to change the advertisement data. 
 
 Now I&amp;#39;d like to know whether it is possible to get an interrupt from the SoftDevice</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 01 Jun 2018 10:37:45 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/34840/receiving-softdevice-interrupt-on-sending-advertisment" /><item><title>RE: Receiving SoftDevice interrupt on sending advertisment</title><link>https://devzone.nordicsemi.com/thread/134329?ContentTypeID=1</link><pubDate>Fri, 01 Jun 2018 10:37:45 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:fa4015d8-c4ea-453c-8525-69fb5273df9e</guid><dc:creator>FormerMember</dc:creator><description>&lt;p&gt;Hi Kristin,&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;thanks a lot! The second suggestion was what I was looking for. I had to adapt the corresponding armgcc Makefile (adding components\ble\ble_radio_notification\ble_radio_notification.{c|h} files) and added a missing #include &amp;quot;nrf_nvic.h&amp;quot; to ble_radio_notification.h and it worked just fine.&lt;br /&gt;&lt;br /&gt;Best,&lt;/p&gt;
&lt;p&gt;lhochstetter&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Receiving SoftDevice interrupt on sending advertisment</title><link>https://devzone.nordicsemi.com/thread/133798?ContentTypeID=1</link><pubDate>Tue, 29 May 2018 11:34:23 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ac527a09-05f9-48ea-b4a4-dadfd12ba4b6</guid><dc:creator>FormerMember</dc:creator><description>&lt;p&gt;There are two different approaches that can be used update the advertising data for each advertising packet:&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;1) &lt;/strong&gt; Update based on the advertising interval: For a given advertising interval, advertising packets will be transmitted at that interval+- a random a short random time. Since the advertising interval is known, it should work to use app_timer to update the advertising data each advertising interval.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;2)&lt;/strong&gt; Use radio notifications to indicate when the radio is being turned on and off. It has been discussed &lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/17041/changing-advertisement-data-in-every-packet"&gt;here&lt;/a&gt;.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>