Skip to content

How to get more transmit power on NRF24 using Radiolib library? #259

Answered by jgromes
shooka90 asked this question in Q&A
Discussion options

You must be logged in to vote

The allowed power output values are stated in nRF24 datasheet - these are power settings the PA inside nRF24 can be configured to.

These high-power modules usually have an external PA that can't be controlled by the software, it's just a fixed amplifier. For example, Ebyte E22400M30S conatins an SX1268 (maximum output power of 22 dBm) and an external PA with 11 dB gain. So to get to the advertised "1 W output power" you actually have to set the output power in library to 19 dBm, because the external PA will always amplify that by 11 dB to 30 dBm, or 1 W.

You'll have to contact the manufacturer (Ebyte) to get more information about what sort of PA they used, at least what is the gain. Or i…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@shooka90
Comment options

Answer selected by shooka90
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants