<?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>power efficiency in transferring data</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/81066/power-efficiency-in-transferring-data</link><description>hello all, 
 I am trying to find the best power efficiency to transferring a pack of data(30 byte each time) from one nrf52 to another nrf52. I have a 80 uA in average power budget. so, what is your suggestion for me about this project?</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 28 Oct 2021 15:07:49 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/81066/power-efficiency-in-transferring-data" /><item><title>RE: power efficiency in transferring data</title><link>https://devzone.nordicsemi.com/thread/336542?ContentTypeID=1</link><pubDate>Thu, 28 Oct 2021 15:07:49 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:88c3ecd5-426a-4928-a94c-5cf082fb9201</guid><dc:creator>Reza papi</dc:creator><description>&lt;p&gt;Thank you,&amp;nbsp;&lt;a href="https://devzone.nordicsemi.com/members/haakonsh"&gt;haakonsh&lt;/a&gt;. I will go through this example.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: power efficiency in transferring data</title><link>https://devzone.nordicsemi.com/thread/336400?ContentTypeID=1</link><pubDate>Thu, 28 Oct 2021 09:58:18 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1f22ceac-0e73-404f-918c-767d697de0fa</guid><dc:creator>haakonsh</dc:creator><description>&lt;p&gt;Check out the&amp;nbsp;&lt;a title="UART/Serial Port Emulation over BLE" href="https://infocenter.nordicsemi.com/topic/sdk_nrf5_v17.1.0/ble_sdk_app_nus_eval.html?cp=8_1_4_2_2_25"&gt;UART/Serial Port Emulation over BLE&lt;/a&gt;&amp;nbsp;example, you&amp;#39;ll have both central and peripheral examples.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: power efficiency in transferring data</title><link>https://devzone.nordicsemi.com/thread/336256?ContentTypeID=1</link><pubDate>Wed, 27 Oct 2021 14:23:04 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f4ec51f8-278c-483a-8dae-e64322c4e195</guid><dc:creator>Reza papi</dc:creator><description>&lt;p&gt;Thank you very much for all these information. Do you suggest any sdk examples which match to create this full BLE connection as you said?&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: power efficiency in transferring data</title><link>https://devzone.nordicsemi.com/thread/336150?ContentTypeID=1</link><pubDate>Wed, 27 Oct 2021 09:57:23 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:8e1b5ca0-e64a-4e33-98bc-c670bbcac1a0</guid><dc:creator>haakonsh</dc:creator><description>&lt;p&gt;Then you have quite a lot of options actually.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I suggest you create a full BLE connection with 5-10 seconds connection interval, and use 2mbps PHY. At 2mbps you reduce the on-air time of the radio and thus its current consumption.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;I also suggest that you use Data Length Extention&amp;nbsp;with an LL MTU size of at least 30 bytes. This will ensure that your 30byte payload is transmitted in&amp;nbsp;a single packet instead of multiple ones, thus reducing the on-air time of the radio. The standard LL MTU size is 27 bytes&lt;/p&gt;
&lt;p&gt;You can optionally reduce the tx power if you find that you have more range than required, this will reduce the current consumption somewhat.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I suggest you use and external LF crystal instead of the internal LF RC oscillator as you will likely spend a lot of time in sleep and the LF crystal has a lower current consumption than the RC oscillator.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;The DCDC converter will also reduce the current consumption a fair bit.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I don&amp;#39;t know what else you will be doing with the microctontroller, but the BLE connection whould only require ~3.5µA with your requirements. Though you will be using a bit more current to establish a connection.&lt;br /&gt;&lt;br /&gt;You can play around with the Online Power Profiler in order to optimize further:&amp;nbsp;&lt;a href="https://devzone.nordicsemi.com/nordic/power/w/opp/2/online-power-profiler-for-bluetooth-le"&gt;https://devzone.nordicsemi.com/nordic/power/w/opp/2/online-power-profiler-for-bluetooth-le&lt;/a&gt;&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: power efficiency in transferring data</title><link>https://devzone.nordicsemi.com/thread/335945?ContentTypeID=1</link><pubDate>Tue, 26 Oct 2021 11:42:00 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:8e431e67-1573-40f0-93bd-dc24b3624c73</guid><dc:creator>Reza papi</dc:creator><description>&lt;p&gt;I want to send data every 5-10 seconds.actually the range has not been decided but consider 10 m.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: power efficiency in transferring data</title><link>https://devzone.nordicsemi.com/thread/335882?ContentTypeID=1</link><pubDate>Tue, 26 Oct 2021 08:51:41 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:64be3bf1-b0fa-41d6-9f07-a9bfc48b1842</guid><dc:creator>haakonsh</dc:creator><description>&lt;p&gt;How often do you need to send it?&lt;br /&gt;What are your range requirements?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>