<?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>How do I wake up ANT after search timeout.</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/2659/how-do-i-wake-up-ant-after-search-timeout</link><description>Hello,
I&amp;#39;m having a problem with the search timing out, channel closing and not being able to reopen the channel after the sd_app_evt_wait command. How do I wake it up without using button input? (Wake it up when it gets a signal) 
 I can leave it in</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 09 Jun 2014 15:52:41 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/2659/how-do-i-wake-up-ant-after-search-timeout" /><item><title>RE: How do I wake up ANT after search timeout.</title><link>https://devzone.nordicsemi.com/thread/10462?ContentTypeID=1</link><pubDate>Mon, 09 Jun 2014 15:52:41 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9201158d-b232-4226-84e7-ec99cf7e2241</guid><dc:creator>Emily</dc:creator><description>&lt;p&gt;Thanks Petter,
Actually, I&amp;#39;m trying to wake it up when it receives a transmission message from another unit. Do you know the best way to do this? I&amp;#39;m trying to consume minimum power, so I want it to search timeout for the minimum time, go to sleep, then wake up when it is called by a transmission.&lt;/p&gt;
&lt;p&gt;Thanks,&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How do I wake up ANT after search timeout.</title><link>https://devzone.nordicsemi.com/thread/10461?ContentTypeID=1</link><pubDate>Tue, 03 Jun 2014 09:15:57 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:4a3d4157-d0d0-422d-ae56-4bbfa88615c6</guid><dc:creator>Petter Myhre</dc:creator><description>&lt;p&gt;If the slave cannot establish a channel you will get the event EVENT_RX_SEARCH_TIMEOUT. This can be used to trigger some action.&lt;/p&gt;
&lt;p&gt;I&amp;#39;m not sure if I understand exacly how you want to restart the receive channel search, but I made an example using a timer.&lt;/p&gt;
&lt;p&gt;Anyways, I have attached an example which implements a 50% duty cycle of the receive channel search. It searches for 30 seconds, then it is idle for 30 seconds, then it is searching for 30 seconds, and so on.&lt;/p&gt;
&lt;p&gt;It starts a 30 second timer when EVENT_RX_SEARCH_TIMEOUT event is received, and after 30 seconds the channel is opened again with sd_ant_channel_open(CHANNEL_0);&lt;/p&gt;
&lt;p&gt;This is not an official example, and is given as is. Unzip it into S210 folder in the SDK.&lt;/p&gt;
&lt;p&gt;Device: nRF51422 Evalutaion Kit(PCA10003)&lt;/p&gt;
&lt;p&gt;SDK 5.2.0&lt;/p&gt;
&lt;p&gt;SoftDevice S210 3.0.0&lt;/p&gt;
&lt;p&gt;&lt;a href="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/ant_5F00_broadcast_5F00_rx_5F00_duty.rar"&gt;Download&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>