<?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>radio test example and button handle</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/18767/radio-test-example-and-button-handle</link><description>Hello, I want to change mode from radio test example from button input.
How can I use the gpiote for mode change from button input.
I only want to use modulated and unmodulated certain fixed channel. Thank you.</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 10 Jan 2017 09:43:39 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/18767/radio-test-example-and-button-handle" /><item><title>RE: radio test example and button handle</title><link>https://devzone.nordicsemi.com/thread/72483?ContentTypeID=1</link><pubDate>Tue, 10 Jan 2017 09:43:39 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f02a9c2f-3319-40a5-9175-7ee3040339f8</guid><dc:creator>FormerMember</dc:creator><description>&lt;p&gt;Yes, it is sufficient to call radio_tx_carrier(..) to transmit an unmodulated carrier. As the documentation shows, the radio will transmit unmodulated carrier when in IDLE. TASKS_START will start modulated carrier.&lt;/p&gt;
&lt;p&gt;Yes, the link you linked to is not entirely correct, it is not necessary to call radio_tx_sweep_start.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: radio test example and button handle</title><link>https://devzone.nordicsemi.com/thread/72482?ContentTypeID=1</link><pubDate>Thu, 05 Jan 2017 02:46:45 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:af054d33-6f88-4787-ad88-7a67f2df95b8</guid><dc:creator>sosse</dc:creator><description>&lt;p&gt;Thank you. I did with GPIOTE.
I have one more question.  I want to transmit un-modulated transmit with a fixed channel.
From the radio test example, I think just run the function radio_tx_carrier(txpower_, mode_, channel_start_); would be Ok.
But from the the &lt;a href="https://devzone.nordicsemi.com/question/83285/radio-test-example-channel-selection-issue-fcc-certification/"&gt;link text&lt;/a&gt;,  I have to use radio_tx_carrier(txpower, mode, channel); and radio_tx_sweep_start(txpower,mode,channel,channel, delayms); ???
Thank you.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: radio test example and button handle</title><link>https://devzone.nordicsemi.com/thread/72481?ContentTypeID=1</link><pubDate>Wed, 04 Jan 2017 12:37:57 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b282affe-4ce5-47f1-80a4-44cd8b93b063</guid><dc:creator>FormerMember</dc:creator><description>&lt;p&gt;The easiest way to do an action upon a button push is to use the &lt;a href="http://infocenter.nordicsemi.com/index.jsp?topic=%2Fcom.nordic.infocenter.sdk5.v12.2.0%2Flib_button.html&amp;amp;cp=4_0_1_3_7"&gt;button handling library&lt;/a&gt;. Its API reference can be found &lt;a href="http://infocenter.nordicsemi.com/index.jsp?topic=%2Fcom.nordic.infocenter.sdk5.v12.2.0%2Fgroup__app__button.html&amp;amp;cp=4_0_1_6_8_6"&gt;here&lt;/a&gt;.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>