<?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>Can the radio be disabled in an ANT application?</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/4089/can-the-radio-be-disabled-in-an-ant-application</link><description>My design goal is to conserve as much battery power as possible on a device that typically gathers data 30 to 40 minutes per day. To that end, our thought was to make the radio beacon for 10 minutes (and allow an ANT-FS connection) when the unit is power</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 15 Oct 2014 14:22:53 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/4089/can-the-radio-be-disabled-in-an-ant-application" /><item><title>RE: Can the radio be disabled in an ANT application?</title><link>https://devzone.nordicsemi.com/thread/14655?ContentTypeID=1</link><pubDate>Wed, 15 Oct 2014 14:22:53 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:2dd9469e-6c6e-4393-93d3-ff9735c1eddc</guid><dc:creator>Asbj&amp;#248;rn</dc:creator><description>&lt;p&gt;There&amp;#39;s nothing wrong in enabling the radio for just the ten minutes before and after you data collection and then for the rest of the day spend time in power down/sleep mode. In order to save as much power you have to disable the BLE link and softdevice and also put the MCU to sleep. This isn&amp;#39;t a problem as you can store bonding information and quickly re-establish the link when you wake up and do the 10 minutes and then go back to sleep. You can disable the softdevice and then use the RTC to wake you up at a later point in time. With the prescaler on the RTC you can have the chip in power down for very long periods of time.&lt;/p&gt;
&lt;p&gt;EDIT:
Since you&amp;#39;re using ANT you can close all the channels that you have opened. This will disable the radio. But you could also just disable the entire softdevice and put the chip into power down mode for as long as needed.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>