<?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>nRF52 ESB with Softdevice using nrf_uart_example</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/90570/nrf52-esb-with-softdevice-using-nrf_uart_example</link><description>Hi, 
 I am developing a wireless product in which i want to use nRF52 in ESB mode. 
 The product is battery powered and should be sleep mode. 
 What i have decided to do is to add ESB code to ble_app_uart example so that low power can be nicely manged</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 01 Aug 2022 14:28:22 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/90570/nrf52-esb-with-softdevice-using-nrf_uart_example" /><item><title>RE: nRF52 ESB with Softdevice using nrf_uart_example</title><link>https://devzone.nordicsemi.com/thread/379578?ContentTypeID=1</link><pubDate>Mon, 01 Aug 2022 14:28:22 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:84e41534-d212-4ccf-bc1c-d3a26576ccfe</guid><dc:creator>Einar Thorsrud</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
[quote user=""]So my question is simple, Is there anything wrong in doing it like that? [/quote]
&lt;p&gt;Yes, I would say this is not a goo idea. The SoftDevice is a BLE stack, and I do not see any benefit of using that if you are only going to use ESB and not BLE. It will not automatically manage the power consumption or help you manage the power consumption. In short, adding the SoftDevice in this case increases the complexity without giving you any benefits.&lt;/p&gt;
[quote user=""] And will i be able to achieve low power in between RF transmissions if i transmit packets every 20ms.[/quote]
&lt;p&gt;Yes. You should can up on the RTC (just as the SoftDevice does automatically for BLE), using for instance the app timer, and then exchange data. In between, make sure you disable any HW resources you don&amp;#39;t need and call WFE as you can see in some examples.&lt;/p&gt;
&lt;p&gt;As a side note, ESB is quite simple and does not have connection events etc like BLE, so you typically want one device that is not low power that can listen more or less all of the time, so that the low power device can initiate communication whenever it wants. If you want a more complex scheme that allows both devices to be low power&amp;nbsp; you should consider something like BLE (or &lt;a href="https://infocenter.nordicsemi.com/topic/sdk_nrf5_v17.1.0/gzll_02_user_guide.html"&gt;Gazell&lt;/a&gt;).&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>