LoRaRF-Python icon indicating copy to clipboard operation
LoRaRF-Python copied to clipboard

E22-900M30S output power configuration

Open ghost opened this issue 2 years ago • 1 comments

ghost avatar Jul 04 '23 16:07 ghost

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.

chandrawi avatar Jul 13 '23 17:07 chandrawi