<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://test-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 consumption in TX mode without TX</title><link>https://test-devzone.nordicsemi.com/f/nordic-q-a/88749/power-consumption-in-tx-mode-without-tx</link><description>Hello ! 
 1. 
 In nRF21540 PS current consumption in TX mode is specified like this : 
 TX_20dBm State: TX POUT = 20 dBm 110 mA 
 But it is not clear if it depends from actual transmission of packet from nRF52840 side. 
 
 As usually transmision state</description><dc:language>en-US</dc:language><generator>Telligent Community 13 Non-Production</generator><lastBuildDate>Fri, 10 Jun 2022 12:21:28 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://test-devzone.nordicsemi.com/f/nordic-q-a/88749/power-consumption-in-tx-mode-without-tx" /><item><title>RE: Power consumption in TX mode without TX</title><link>https://test-devzone.nordicsemi.com/thread/371886?ContentTypeID=1</link><pubDate>Fri, 10 Jun 2022 12:21:28 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c3682a5f-4d8c-486d-9ee6-2560b41bd83f</guid><dc:creator>user104202</dc:creator><description>[quote user="Hiihtaja"]Is any exact digits available for case &amp;quot;&lt;span&gt;The specified current consumption is while transmitting, when there is no input signal on the TRX pin the current consumption will be lower than 110mA in TX mode.&amp;quot; or better to measure on our side ?&lt;/span&gt;[/quote]
&lt;p&gt;We don&amp;#39;t specify the current consumption in this state, but I have measured the current draw from VDD to be 35mA while idle in TX mode. Keep in mind that this is only from one sample so it may not be representative of the typical value.&lt;/p&gt;
[quote user="Hiihtaja"]&lt;p&gt;&lt;span&gt;Do I undestand right and your solution based on Timer and direct GPIO manipulation from Timer&amp;#39;s ISR ? It should work but&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;if a lot of other long ISR in system, timer ISR can delay and wakeup of FEM from PD ( ~ 30us ) might be delayed.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Can something be composed by using PPI/GPIOTE ?&lt;/span&gt;&lt;/p&gt;[/quote]
&lt;p&gt;The solution used in the nRF connect SDK uses PPI and the time compare events to enable the GPIO pins.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Power consumption in TX mode without TX</title><link>https://test-devzone.nordicsemi.com/thread/371764?ContentTypeID=1</link><pubDate>Fri, 10 Jun 2022 05:55:19 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a7b4f076-aaa7-424b-a717-2a2dc70bb338</guid><dc:creator>user108266</dc:creator><description>&lt;p&gt;Hi Bendik !&lt;/p&gt;
&lt;p&gt;Is any exact digits available for case &amp;quot;&lt;span&gt;The specified current consumption is while transmitting, when there is no input signal on the TRX pin the current consumption will be lower than 110mA in TX mode.&amp;quot; or better to measure on our side ?&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;About GPIO control of FEM lines.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;In our case we have intensive communication via USB virtual serial port&amp;nbsp; and USB ISR can consume even 60 us time.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Do I undestand right and your solution based on Timer and direct GPIO manipulation from Timer&amp;#39;s ISR ? It should work but&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;if a lot of other long ISR in system, timer ISR can delay and wakeup of FEM from PD ( ~ 30us ) might be delayed.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Can something be composed by using PPI/GPIOTE ?&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;I have synchronous radio and RX/TX slot scheduled by Timer beforehand.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Regards,&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Eugene&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Power consumption in TX mode without TX</title><link>https://test-devzone.nordicsemi.com/thread/371642?ContentTypeID=1</link><pubDate>Thu, 09 Jun 2022 11:39:05 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:4ecdec85-4c4c-4cfa-9e6e-91a3eb09ae97</guid><dc:creator>user104202</dc:creator><description>&lt;p&gt;Hi Eugene,&lt;/p&gt;
[quote user=""]&lt;p&gt;But it is not clear if it depends from actual transmission of packet from nRF52840 side.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;As usually transmision state is enabled beforehand and FEM can state in TX mode but actual transmission is not started.&lt;/p&gt;
&lt;p&gt;What can be consumption in this state ?&lt;/p&gt;[/quote]
&lt;p&gt;The specified current consumption is while transmitting, when there is no input signal on the TRX pin the current consumption will be lower than 110mA in TX mode.&lt;/p&gt;
[quote user=""]&lt;p&gt;2. I can see FEM have very small consumption in Powerdown mode. But enable of it to RX or TX mode from PD can take ( 10 + 17us) at list.&lt;/p&gt;
&lt;p&gt;I have event from Timer for wake up RADIO ( it take 40-50 us). I just think if it possible to attach to this event 3 GPIO lines and start to wakeup FEM to RX or TX mode at the same time when radio starts to wakeup ?&lt;/p&gt;
&lt;p&gt;Or what is your recommendation for synchronous wakeup of FEM together with radio ?&lt;/p&gt;[/quote]
&lt;p&gt;There is all ready support for GPIO control of the nRF21540 in the nRF connect SDK, that handles the waking up the FEM from power down for the radio events. Here is some more information regarding this:&lt;/p&gt;
&lt;p&gt;&lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/ug_radio_fem.html"&gt;https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/ug_radio_fem.html&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrfxlib/mpsl/doc/fem.html"&gt;https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrfxlib/mpsl/doc/fem.html&lt;/a&gt;&lt;/p&gt;
[quote user=""]Looks like better to keep FEM in PD mode and do not wakeup ut too much beforehand.[/quote]
&lt;p&gt;This is recommended for achieving the lowest average current consumption.&lt;br /&gt;One thing to note is &lt;a href="https://infocenter.nordicsemi.com/topic/errata_nRF21540_Rev2/ERR/nRF21540/Rev2/latest/anomaly_540_13.html?cp=7_0_1_0_1_3"&gt;errata 13&lt;/a&gt;, there can be a higher current consumption in the power down state when any of the digital input pins(CSN, RX_EN, TX_EN, MODE, SCK, MOSI and ANT_SEL) are high. The workaround is to pull all of these pins low while in power down.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Bendik&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>