<?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>ANT RX Timeout ?</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/79453/ant-rx-timeout</link><description>Dear members, 
 
 How can I wake up the system after idle ? 
 It goes to main loop, but never wakes up if there&amp;#39;s a signal from HRM,BSC or B.Power after search time out and idle. 
 
 Code : 
 
 
 Thanks</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 16 Sep 2021 07:35:52 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/79453/ant-rx-timeout" /><item><title>RE: ANT RX Timeout ?</title><link>https://devzone.nordicsemi.com/thread/329728?ContentTypeID=1</link><pubDate>Thu, 16 Sep 2021 07:35:52 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c301d5e2-2af7-4cbc-bbde-e28b6f0701d4</guid><dc:creator>Kenneth</dc:creator><description>&lt;p&gt;Please see this document:&lt;br /&gt;&lt;a href="https://www.thisisant.com/resources/an11-ant-channel-search-and-background-scanning-channel/"&gt;https://www.thisisant.com/resources/an11-ant-channel-search-and-background-scanning-channel/&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Kenneth&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: ANT RX Timeout ?</title><link>https://devzone.nordicsemi.com/thread/329701?ContentTypeID=1</link><pubDate>Thu, 16 Sep 2021 05:08:31 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:4af5f38a-2b70-4ae4-8ea7-8f3ad929ad04</guid><dc:creator>RixtronixLAB</dc:creator><description>&lt;p&gt;Hi Kenneth,&lt;/p&gt;
&lt;p&gt;Thanks for the reply,&lt;/p&gt;
&lt;p&gt;In this ant_state_indicator.c Line 133 :&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;case EVENT_RX_SEARCH_TIMEOUT:
									 //Rixtronix LAB
								   //8 Sept 2021, 
								   //on search timeout, and idle, make device on if there is a signal from sensor ?
									  NRF_LOG_INFO(&amp;quot;EVENT_RX_SEARCH_TIMEOUT...\r\n&amp;quot;);
                    //err_code = bsp_indication_set(BSP_INDICATE_IDLE);//default
								    err_code = bsp_indication_set(BSP_INDICATE_SCANNING);
								    nrf_pwr_mgmt_feed(); //Function for indicating activity. 
								     
                    break;&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Which variable is being used for increasing the timeout ?&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Thanks&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: ANT RX Timeout ?</title><link>https://devzone.nordicsemi.com/thread/329172?ContentTypeID=1</link><pubDate>Mon, 13 Sep 2021 09:49:05 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:798d40f7-c4be-48df-b069-7a24cbf7de96</guid><dc:creator>Kenneth</dc:creator><description>&lt;p&gt;You can just restart searching on timeout.&lt;/p&gt;
&lt;p&gt;Kenneth&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: ANT RX Timeout ?</title><link>https://devzone.nordicsemi.com/thread/328897?ContentTypeID=1</link><pubDate>Thu, 09 Sep 2021 20:56:48 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:865d70b0-24ae-42c8-9a90-b493d122ce90</guid><dc:creator>RixtronixLAB</dc:creator><description>&lt;p&gt;Is it possible without button, so the system is always on search for peer device ? how ? thanks&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: ANT RX Timeout ?</title><link>https://devzone.nordicsemi.com/thread/328784?ContentTypeID=1</link><pubDate>Thu, 09 Sep 2021 11:23:33 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:0e67ba89-9ea0-400e-833b-3fa92073f249</guid><dc:creator>Kenneth</dc:creator><description>&lt;p&gt;I guess you will need to setup a wakeup on button press or for instance wakeup on app_timer, such that after&amp;nbsp;the user press a button or after app_timer expire&amp;nbsp;that the application will open the ANT channel again to try to search for the peer device?&lt;/p&gt;
&lt;p&gt;You can find an example here on how to configure app_timer to wakeup:&lt;br /&gt;&lt;a href="https://devzone.nordicsemi.com/nordic/short-range-guides/b/software-development-kit/posts/application-timer-tutorial"&gt;https://devzone.nordicsemi.com/nordic/short-range-guides/b/software-development-kit/posts/application-timer-tutorial&lt;/a&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Kennet&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>