<?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>Increasing 30 s timeout ?</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/69899/increasing-30-s-timeout</link><description>Dear Members, 
 How can I increase ANT+ BSC time out ? 
 I read from nRF5_SDK_17.0.2_offline_doc/nrf5/ant_examples_bicycle_spd_cad.html 
 User interface 
 If a time-out occurs during search (30 seconds by default), the ANT channel is closed and the device</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 04 Jan 2021 10:00:36 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/69899/increasing-30-s-timeout" /><item><title>RE: Increasing 30 s timeout ?</title><link>https://devzone.nordicsemi.com/thread/287167?ContentTypeID=1</link><pubDate>Mon, 04 Jan 2021 10:00:36 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:7ef22283-11bf-4374-8ba3-166a91daee0e</guid><dc:creator>Kenneth</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;On search timeout or channel closed you will receive an&amp;nbsp;EVENT_RX_SEARCH_TIMEOUT or EVENT_CHANNEL_CLOSED event in&amp;nbsp;ant_evt_handler() in main.c. When you receive this event you can for instance open channel again to continue the search or go to sleep. By default the example is setup to go to sleep mode, see&amp;nbsp;ant_evt_handler() in ant_state_indicator.c that&amp;nbsp;nrf_pwr_mgmt_shutdown(NRF_PWR_MGMT_SHUTDOWN_GOTO_SYSOFF); is called&amp;nbsp;on&amp;nbsp;EVENT_CHANNEL_CLOSED. You should comment out this to avoid that it enters sleep mode.&lt;/p&gt;
&lt;p&gt;Kenneth&lt;br /&gt;&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>