ElectronicCats / Beelan-LoRaWAN

A LoRaWAN library for compatible arduino board
https://www.beelan.mx
MIT License
189 stars 77 forks source link

RFO_PIN and the PA_BOOST_PIN useage reversed ? #65

Closed applemuncy closed 3 years ago

applemuncy commented 3 years ago

I've been working with a RAKwireless RAK4260-Dev board and was not getting the RSSI values at my gateway that I was expecting to see. Finally tried adding this to my sketch: lora.setTxPower(14,RFO_PIN); And RSSI value more or less doubles. I conclusion is RFO_PIN and the PA_BOOST_PIN are configured backward in the BeeLAN_LoRaWAN library. Other possibility is they are reversed in the RAK4260-Dev board.

stale[bot] commented 3 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.