LoRaRF-Python
LoRaRF-Python copied to clipboard
E22-900M30S output power configuration
Yes, this library works on E22-900M30S. +22 dBm output power doesn't damage the LoRa chip.
To get +22 dBm you must add code like following
LoRa.setTxPower(22)
It will automatically set to the correct PA configuration for -22 dBm output power.