arduino-lmic icon indicating copy to clipboard operation
arduino-lmic copied to clipboard

Setting LMIC.txpow does not effect the actualt TX power

Open BartJansseune opened this issue 2 years ago • 1 comments

While debugging I noticed that even though the LMIC.txpow was set to 27, the REG_PA_CONFIG register contained value 0x80. When changing LMIC.txpow to another value, REG_PA_CONFIG stayed the same. Also found no code that actually writes LMIC.txpow to REG_PA_CONFIG. Is this a bug or is there another way of setting the TX power.

BartJansseune avatar Jun 22 '22 12:06 BartJansseune

You have to build your own factory firmware, go to Espressif, somewhere on there site you can build the factory firmware yourself including a higher power TX output

T365 avatar Jul 18 '22 15:07 T365