9 years, 12 months ago.

Power Setting

Hello Wayne,

I have the sx1276 mbed shield and I understand the RF output is out the PA_BOOST pin. What are the values for adjusting the RF Output level? What are the acceptable values for this board?

i.e. 1-15 maps to xdBm to ydBm.

radio.RegPaConfig.octet = radio.read_reg(REG_PACONFIG);

radio.RegPaConfig.bits.PaSelect = 1; 0: use RFO for sx1276 shield, 1==PA_BOOST

radio.RegPaConfig.bits.OutputPower = 15;

radio.write_reg(REG_PACONFIG, radio.RegPaConfig.octet);

Thanks in advance,

Frank

Question relating to:

UART console application for testing SX1272/SX1276
Be the first to answer this question.