<?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>Disable BLE NUS UART</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/34145/disable-ble-nus-uart</link><description>Is there a way to turn off the BLE NUS service once we are done with and turn it back on when we need it? I tried 
 
 Seems to have had no effect. I am using the BLE NUS service here, as you can see I turn off my ADC when done with it, I want to do the</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 09 May 2018 11:56:32 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/34145/disable-ble-nus-uart" /><item><title>RE: Disable BLE NUS UART</title><link>https://devzone.nordicsemi.com/thread/131498?ContentTypeID=1</link><pubDate>Wed, 09 May 2018 11:56:32 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:bfb18ce5-9d3e-4580-b139-4ce69d584b99</guid><dc:creator>Kenneth</dc:creator><description>&lt;p&gt;Yes, though you may need to power cycle the board also, since the chip may be in debug mode. Are you using any other peripherals here? You may need to stop those also in between transmissions.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Disable BLE NUS UART</title><link>https://devzone.nordicsemi.com/thread/131419?ContentTypeID=1</link><pubDate>Wed, 09 May 2018 00:13:23 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9fb6d4a6-27a5-4825-868b-37efec2bd09c</guid><dc:creator>hmolesworth</dc:creator><description>&lt;p&gt;Try this:&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="c_cpp"&gt;   // Hardware uart can be disabled to save power and extend battery life
   app_uart_close();
&lt;/pre&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Disable BLE NUS UART</title><link>https://devzone.nordicsemi.com/thread/131414?ContentTypeID=1</link><pubDate>Tue, 08 May 2018 20:42:47 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:bd1bc748-7c1d-4574-a67e-6716c50dd60d</guid><dc:creator>ewizardii</dc:creator><description>&lt;p&gt;Thanks for this insight, so then when I turn off the UART I should see a decrease in current consumption which for some reason I am not seeing.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Disable BLE NUS UART</title><link>https://devzone.nordicsemi.com/thread/131392?ContentTypeID=1</link><pubDate>Tue, 08 May 2018 15:24:15 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:783c1b14-beb2-4a05-9b4f-d8b04613b82c</guid><dc:creator>Kenneth</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;There is no problem to use the&amp;nbsp;BLE NUS service for any data you may wish to send and receive. The example have been by default setup to take data from the UART peripheral, hence the name BLE NUS. You can safely disable the NRF_UART0 if you don&amp;#39;t need it for other purposes. Typically the UART peripheral will draw high current, but the BLE NUS service don&amp;#39;t use any current other than when the application actively call&amp;nbsp;ble_nus_data_send() to send data, but that current is the same for all BLE services.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;br /&gt;Kenneth&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>