<?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>51822 + PA</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/29169/51822-pa</link><description>Hi everyone.
I want to add RFX2411N to extend BLE signal coverage. I also need to minimize power consumption. I used VDD_PA to control TXEN and 2 gpios control both TXEN and MODE. The PA is set to bypass mode by default. I turn on the TXEN when on_connect</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 18 Jan 2018 03:47:31 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/29169/51822-pa" /><item><title>RE: 51822 + PA</title><link>https://devzone.nordicsemi.com/thread/115931?ContentTypeID=1</link><pubDate>Thu, 18 Jan 2018 03:47:31 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:fbc08303-413f-4a21-aec8-752d0c627d83</guid><dc:creator>wangyong</dc:creator><description>&lt;p&gt;Thanks Matrin. We will see how much power it will consume.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: 51822 + PA</title><link>https://devzone.nordicsemi.com/thread/115929?ContentTypeID=1</link><pubDate>Mon, 15 Jan 2018 13:28:34 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:bd009bb9-c61e-4505-bcee-ebdcef7642b8</guid><dc:creator>MartinBL</dc:creator><description>&lt;p&gt;I can&amp;#39;t see why not. Just make sure to read the datasheets for the RFX2411N and whatever battery you are using and take note of the maximum currents you can expect and evaluate it with respect to the battery&amp;#39;s internal resistance and max output current.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: 51822 + PA</title><link>https://devzone.nordicsemi.com/thread/115930?ContentTypeID=1</link><pubDate>Sun, 14 Jan 2018 08:44:02 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:fb13df2f-bd69-4250-8952-137edb45097a</guid><dc:creator>wangyong</dc:creator><description>&lt;p&gt;Hi Martin, Thanks for your response. Will this work for battery powered device? Our application only uses 4 AA batteries.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: 51822 + PA</title><link>https://devzone.nordicsemi.com/thread/115928?ContentTypeID=1</link><pubDate>Tue, 02 Jan 2018 12:52:36 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:34b65077-fdb0-4065-9961-1a5efa8e78c0</guid><dc:creator>MartinBL</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;The VDD_PA is high in TX mode and low in RX and standby mode. The way I read this truth table from the RFX2411N datasheet you can leave the RXEN pin high and toggle between PA and LNA mode simply by setting TXEN high or low respectively.&lt;/p&gt;
&lt;p&gt;&lt;img src="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/2671.ttable.PNG" alt="image description" /&gt;&lt;/p&gt;
&lt;p&gt;So maybe it would be possible to do something like this:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Use &lt;a href="https://devzone.nordicsemi.com/tutorials/14/"&gt;radio notifications&lt;/a&gt; to generate an interrupt whenever the radio is about to ramp up or power down.&lt;/li&gt;
&lt;li&gt;Use this interrupt and a GPIO pin to toggle RXEN. Set it high when the radio ramps up, and back to low again at the end of the radio event. This will ensure that your Booster is in Shutdown mode whenever the radio is inactive.&lt;/li&gt;
&lt;li&gt;Connect VDD_PA to TXEN and let this control the switching between PA and LNA mode.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;Regardless, turning on TXEN when the on_connect event is fired isn&amp;#39;t very elegant. At that point your master and slave have already started exchanging radio packets, meaning that by using the on_connect event you can only connect without using your Booster. I.e. you don&amp;#39;t get the benefit of the Booster and long range until after you have connected.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>