-
Hello. I have an E220-400M-30S (30dBm), however it fails to initialize from the LLCC68 class and I have to use SX1262 instead, but it has lower max power - only 22dBm. Is there a way around that? - for example setting the power via god mode or adding an extra check for the LLCC68 initializer which checks if the module reports itself as an SX1262? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
it's kind of similar to this line: RadioLib/src/modules/SX126x/SX1262.h Line 15 in c37015e but with LLCC68 modules it seems like some of them report themselves as LLCC68 and some as SX1262 (like mine) |
Beta Was this translation helpful? Give feedback.
-
The maximum output power of a standalone LLCC68 is 22 dBm. Your module has an external PA that cannot be controlled by RadioLib. There's a wiki page (and many other issues and discussions) about this. |
Beta Was this translation helpful? Give feedback.
The maximum output power of a standalone LLCC68 is 22 dBm. Your module has an external PA that cannot be controlled by RadioLib. There's a wiki page (and many other issues and discussions) about this.