<?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>Changing TX power with radio notificaiton (nrf52833) S140</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/62421/changing-tx-power-with-radio-notificaiton-nrf52833-s140</link><description>Hi, 
 We are developing a solution with our partner company based on nrf52833 using S140 softdevice. 
 
 I would like to change the advertisement power after every advertisement and also update the adveritsment data with the current power level. 
 Radio</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 10 Jun 2020 20:50:19 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/62421/changing-tx-power-with-radio-notificaiton-nrf52833-s140" /><item><title>RE: Changing TX power with radio notificaiton (nrf52833) S140</title><link>https://devzone.nordicsemi.com/thread/254337?ContentTypeID=1</link><pubDate>Wed, 10 Jun 2020 20:50:19 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:23c45012-8254-4183-a49c-3d01fa78be3e</guid><dc:creator>Stratosphere</dc:creator><description>&lt;p&gt;Hi Ole,&lt;/p&gt;
&lt;p&gt;Thanks for your reply. Setting priority to 6 worked.&lt;/p&gt;
&lt;p&gt;I had based my code on this tutorial which uses priority 3 :&amp;nbsp;&lt;a href="https://devzone.nordicsemi.com/nordic/short-range-guides/b/software-development-kit/posts/radio-notification"&gt;https://devzone.nordicsemi.com/nordic/short-range-guides/b/software-development-kit/posts/radio-notification&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Changing TX power with radio notificaiton (nrf52833) S140</title><link>https://devzone.nordicsemi.com/thread/254333?ContentTypeID=1</link><pubDate>Wed, 10 Jun 2020 19:48:42 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:98c18d7c-7476-4560-84c0-28af2498150e</guid><dc:creator>Ole Morten</dc:creator><description>&lt;p&gt;Softdevice functions can only be called from interrupt priorities below 4 (e.g. with higher number), as per&amp;nbsp;&lt;a href="https://infocenter.nordicsemi.com/topic/sds_s140/SDS/s1xx/processor_avail_interrupt_latency/exception_mgmt_sd.html"&gt;this section&lt;/a&gt; in the SDS. By default, the radio notification event should run on level 6, so it should be fine to call softdevice functions, but the priority level of the notifications can be changed when &lt;a href="https://infocenter.nordicsemi.com/topic/sdk_nrf5_v16.0.0/group__ble__radio__notification.html"&gt;initializing the ble_radio_notification module&lt;/a&gt;. Have you perhaps increased the priority (to 4 or lower), and hence caused this to fail?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>