chandrawi / LoRaRF-Python

Python library for basic transmitting and receiving data using LoRa and FSK modem
MIT License
29 stars 15 forks source link

E22-900M30S output power configuration #15

Open ghost opened 1 year ago

chandrawi commented 1 year ago

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.