-
Notifications
You must be signed in to change notification settings - Fork 679
Description
I have just finished the first ever tests of the new version 4.3 Heltec V4 board with LNA being switched into bypass. This is huge step forward! When the below command is used, it also disables the amplifier so TX output is +22
Total 4.3 board power draw with current dev merge of recent PR#1867 by @Quency-D and the older powersaving that is in this code from @IoTThinks.
I changed the code per @Quency-D direction of setting "bool lna_enabled=true;" set to "false"
"bool lna_enabled=false;" = (LNA-BYPASS & power off) - total board current draw 5.8mA in powersave sleep
"bool lna_enabled=true;" = (LNA-on & power on) - total board current draw 12.8mA in powersave sleep
***Requesting CLI command to remotely control this LNA. This will allow for so many options both in power draw, noise level and more.



