Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
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:
