Conversation
Quency-D
commented
Feb 27, 2026
- This is the schematic diagram for v4.3.
- The main difference between v4.2 and v4.3 is the different fem and the different control pins of the fem.
- You can identify whether it is v4.2 or v4.3 by the default pull-up and pull-down resistors of GPIO2.
- The fem control code is centralized into a single file.
|
Hi @weebl2000, I've tested and organized it, and I still think it's simpler to separate the fem control into a separate file. Do you have any other suggestions? |
Make sure the FEM keeps power when it's enabled and the ESP32 is sleeping. See also PR #1600, it's not merged to dev yet. Other than that go for it. Let me know if I can help out reviewing! |
Thanks for the reminder, I've added this feature. void LoRaFEMControl::setRxModeEnableWhenMCUSleep(void)
{
digitalWrite(P_LORA_PA_POWER, HIGH);
rtc_gpio_hold_en((gpio_num_t)P_LORA_PA_POWER);
if(fem_type==GC1109_PA) {
digitalWrite(P_LORA_GC1109_PA_EN, HIGH);
rtc_gpio_hold_en((gpio_num_t)P_LORA_GC1109_PA_EN);
gpio_pulldown_en((gpio_num_t)P_LORA_GC1109_PA_TX_EN);
} else if(fem_type==KCT8103L_PA) {
digitalWrite(P_LORA_KCT8103L_PA_CSD, HIGH);
rtc_gpio_hold_en((gpio_num_t)P_LORA_KCT8103L_PA_CSD);
if(lna_enabled) {
digitalWrite(P_LORA_KCT8103L_PA_CTX, LOW);
} else {
digitalWrite(P_LORA_KCT8103L_PA_CTX, HIGH);
}
rtc_gpio_hold_en((gpio_num_t)P_LORA_KCT8103L_PA_CTX);
}
} |
weebl2000
left a comment
There was a problem hiding this comment.
Regression Review vs #1857 and #1600
This PR adds V4.3 (KCT8103L) support via a LoRaFEMControl abstraction — nice idea to centralize FEM control. However, it regresses several critical behaviors established by #1857 and #1600. Details in the inline comments below.
Summary
| # | Issue | Severity | Regression vs |
|---|---|---|---|
| 1 | KCT8103L stuck in TX mode during RX (no LNA) | CRITICAL | #1857 |
| 2 | rtc_gpio_hold_dis before pinMode causes glitch on deep sleep wake |
HIGH | #1600 |
| 3 | Unconditional 1ms delay (includes deep sleep wake) | MEDIUM | #1600 |
| 4 | Blanket hold release for all pins regardless of FEM type | LOW | #1857 |
weebl2000
left a comment
There was a problem hiding this comment.
Suggested fixes for the issues identified above.
weebl2000
left a comment
There was a problem hiding this comment.
Additional suggestions (header default + deep sleep path).
|
The pin holding isn't correct when sleeping. Other than that I highly suggest to always have LNA enabled by default. It should only be disabled if it's causing issues and AGC reset (see PR #1743) doesn't fix it. |
Co-authored-by: Wessel <wessel@weebl.me>
Co-authored-by: Wessel <wessel@weebl.me>
Co-authored-by: Wessel <wessel@weebl.me>
Could you elaborate a bit more? I didn't understand what you meant. |
Default LNA enabled=true and fix the sleep order
Merge branch 'dev' into dev-heltec-v4.3
So long as the user has the ability to disable the LNA in the settings. That's the primary benefit to this new variant of the v4. |
Not totally true, if you look at the release notes they have improved the ADC power systems for standby efficiency. improved reverse polarity bla bla and the KCT8103L has a better noise figure then the GC1109 did. It remains to be seen on all this, but, as you stated the LNA control alone makes this huge and turn key for less tech folks. Hopefully however there is more benefit. even just a couple of mA would be huge. fingers crossed |
|
@towerviewcams Have you had the new Heltec v4.3 on hand yet? |
|
Clearly you haven't been on discord much. He posted glamor shots in pretty
much every group hehe.
Nathan Campbell
…On Thu, Mar 12, 2026, 6:27 PM IoTThinks ***@***.***> wrote:
*IoTThinks* left a comment (meshcore-dev/MeshCore#1867)
<#1867 (comment)>
@towerviewcams <https://github.com/towerviewcams> Have you had the new
Heltec v4.3 on hand yet?
—
Reply to this email directly, view it on GitHub
<#1867 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ASMB24JX23UNHIXJT4W5AT34QNPZHAVCNFSM6AAAAACWBQHH2GVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHM2DANJRGU4DSMJVHE>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
|
Did we incorporate or identify what's needed to switch the LNA on/off yet? Have a few 4.3 boards and keeping the LNA on at my location is a non-starter for testing from my initial test. It was the same way for the 4.2 at my location (had to bypass LNA and it performed well). Happy to test anything that comes down the pipeline though. Thanks! |
|
@towerviewcams What is the board at the red arrow? It is another low discharge protection board or a buck/boost board?
|
@da808fokai To disable LNA, I guess you can put loRaFEMControl.setLNAEnable(false); before loRaFEMControl.init() |
|
What is the suggested setting for TX power now that we have 4.3 FW support? Still 22 max then the amp does the rest? Or does the FW expect a different value for max output? Also has there been any changes to the noise floor calculation or is this reading the amplified RX value which will of course be the noise as well? Lastly, I see some comments about the LNA being switchable? Is this available via CLI or UI and is it enabled by default? |
We run our older V4 (4.2) boards at "set tx 17" after that your power amp only gains .5 db and is in complete saturation and current draw almost doubles. no good. wasting some much solar power the new 4.3 board is the same. I have 8 of the new boards and have tested 5 of them. tx 17 is best power and just right at the line of saturation and lowest current draw |
Appreciate your work first of all! Think I'll wait until we can get it switchable in the CLI. I've had to take two boards in the past with v4.2 to determine what works best at the location. Was hoping to avoid this with 4.3 along with some of the other hopeful improvements. Thanks! |
Thats what I do now. one has LNA jump wire to bypass on the 4.2 board and the second is stock. Both get programed the exact same and leave one..... |
It would be dreamy to just CLI it off rather than retreive it from 50' up in a tree and swap boards. :) I really just need to find a new tree for this repeater away from the powerline crackle that's making it deaf. Although the powerline cut makes the lack of trees to the south work nicely for solar... Trade-off's... Maybe I should take my ultrasonic dish on a hike and pinpoint the noise and report it to the power company. They'd probably tell me to go pound sand though... |
|
Have you looked at the band with a spectrum analyzer? Power lines isn't the
first thing I'd think of for 900 MHz interference. Are you using a bandpass
filter for your repeater?
73,
Nathan Campbell, AI7NC
…On Sat, Mar 21, 2026 at 11:15 AM da808fokai ***@***.***> wrote:
*da808fokai* left a comment (meshcore-dev/MeshCore#1867)
<#1867 (comment)>
Did we incorporate or identify what's needed to switch the LNA on/off yet?
@da808fokai <https://github.com/da808fokai> To disable LNA, I guess you
can put loRaFEMControl.setLNAEnable(false); before loRaFEMControl.init() in
this file
https://github.com/meshcore-dev/MeshCore/pull/1867/changes#diff-ecf037de11d4b912f86ddf1c3971134697acc944b5d62b3509ff708ec9761846R10
Appreciate your work first of all! Think I'll wait until we can get it
switchable in the CLI. I've had to take two boards in the past with v4.2 to
determine what works best at the location. Was hoping to avoid this with
4.3 along with some of the other hopeful improvements. Thanks!
Thats what I do now. one has LNA jump wire to bypass on the 4.2 board and
the second is stock. Both get programed the exact same and leave one.....
It would be dreamy to just CLI it off rather than retreive it from 50' up
in a tree and swap boards. :) I really just need to find a new tree for
this repeater away from the powerline crackle that's making it deaf.
Although the powerline cut makes the lack of trees to the south work nicely
for solar... Trade-off's...
—
Reply to this email directly, view it on GitHub
<#1867?email_source=notifications&email_token=ASMB24KP6AO5H2DPXIWNLO34R3L3RA5CNFSNUABFM5UWIORPF5TWS5BNNB2WEL2JONZXKZKDN5WW2ZLOOQXTIMJQGM4DQMBUHA4KM4TFMFZW63VHMNXW23LFNZ2KKZLWMVXHJLDGN5XXIZLSL5RWY2LDNM#issuecomment-4103880488>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ASMB24KE62NVABWD3FGMIUD4R3L3RAVCNFSM6AAAAACWBQHH2GVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHM2DCMBTHA4DANBYHA>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
|
I haven't, but don't really want to tote that gear on a hike straight uphill. It's in the middle of a forest with no cell towers/homes anywhere nearby. A bad arching electrical HV connection can make noise on a broad spectrum, but my experience at 900mhz is pretty limited to mesh. The arching crackle to my ears is roughly on a pole 50' away at same elevation as my repeater. Bandpass arrives today. It was on my list of to-do when I go up there next for testing. Was waiting on 1.14.1 as well. It used to be a v4 up there, but switched it to a rak currently and still have -101dB average noise floor with -95dB peaks. Horrible for a rak 4641. Sorry to clutter this thread, it's not a rak discussion. But I had hoped to take a 4.3 up there eventually. |
|
Running a band-pass filter plus the aluminum foil burrito wrap resolves a
lot of issues on the quiet sites. Do both of those and I bet your noise
floor drops. (FYI lowest you can see on a V4 with LNA engaged is
-104. @towerviewcams has done a lot of testing and so long as you're in
high 90s to 100s on the LNA then you're better with the LNA on.
Sites with a viewshed to cities, you'd be very surprised how busy the ISM
900mhz band is. It's very busy, lots of power meters cluttering up the
band. There's also just off band microwave that's prevalent at some sites
what our little band pass filters can't protect against.
73,
Nathan Campbell, AI7NC
…On Sat, Mar 21, 2026 at 11:30 AM da808fokai ***@***.***> wrote:
*da808fokai* left a comment (meshcore-dev/MeshCore#1867)
<#1867 (comment)>
I haven't, but don't really want to tote that gear on a hike straight
uphill. It's in the middle of a forest with no cell towers/homes anywhere
nearby. A bad arching electrical HV connection can make noise on a broad
spectrum, but my experience at 900mhz is pretty limited to mesh.
Bandpass arrives today. It was on my list of to-do when I go up there next
for testing. Was waiting on 1.14.1 as well. It used to be a v4 up there,
but switched it to a rak currently and still have -101dB average noise
floor with -95dB peaks. Horrible for a rak 4641. Sorry to clutter this
thread, it's not a rak discussion. But I had hoped to take a 4.3 up there
eventually.
—
Reply to this email directly, view it on GitHub
<#1867?email_source=notifications&email_token=ASMB24OYW6P55A6LKXVYZRT4R3NSZA5CNFSNUABFM5UWIORPF5TWS5BNNB2WEL2JONZXKZKDN5WW2ZLOOQXTIMJQGM4TCMZYGM22M4TFMFZW63VHMNXW23LFNZ2KKZLWMVXHJLDGN5XXIZLSL5RWY2LDNM#issuecomment-4103913835>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ASMB24O6Q2K55HKDWUK6E534R3NSZAVCNFSM6AAAAACWBQHH2GVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHM2DCMBTHEYTGOBTGU>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
I have learned the hard way! never install a V4 any ware without a filter. not even in the forest miles from anything. The 17db LNA receiver amplifiers can hear a mouse fart and you will have degraded performance. Major key things to have- |
|
Yeah, it's noisier up there than both the same boards v4 and rak anywhere at the 4 repeaters I look after in the neighborhood. They are always burrito wrapped and antennas always tuned. Last step is trying the filter on the rak. If that doesn't cut it then it'll just have to move it. 73! |
|
If there's UHF transmitters nearby, even those will desense these things if
it's not running and filter.
Nathan Campbell
…On Sat, Mar 21, 2026, 3:30 PM da808fokai ***@***.***> wrote:
*da808fokai* left a comment (meshcore-dev/MeshCore#1867)
<#1867 (comment)>
Yeah, it's noisier up there than both the same boards v4 and rak anywhere
at the 4 repeaters I look after in the neighborhood. They are always
burrito wrapped and antennas always tuned. Last step is trying the filter
on the rak. If that doesn't cut it then it'll just have to move it.
73!
—
Reply to this email directly, view it on GitHub
<#1867?email_source=notifications&email_token=ASMB24P2ILTQODG6VTSSU2T4R4JZTA5CNFSNUABFM5UWIORPF5TWS5BNNB2WEL2JONZXKZKDN5WW2ZLOOQXTIMJQGQ3DIOJVGA4KM4TFMFZW63VHMNXW23LFNZ2KKZLWMVXHJLDGN5XXIZLSL5RWY2LDNM#issuecomment-4104649508>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ASMB24JMXTWMCPHDFLDWGZT4R4JZTAVCNFSM6AAAAACWBQHH2GVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHM2DCMBUGY2DSNJQHA>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
|
Not even close to it's location |
|
Ive just seen something strange with my v4.3... Changed the radio to SF10 and it become unreachable, even after a button reset. Repeater FW. |
|
Can anyone confirm whether these changes get built into the repeater firmware? I was failing to reach nearby repeaters when I had flashed the repeater firmware to my 4.3. However this morning I flashed companion, put it up on a pole with 1 meter LESS height and I immediately hit 2 repeaters. |
Could you please tell me which version you burned? Because this commit was just merged, earlier versions cannot run correctly. |
Nightly from the dev branch. Saturday morning, so 48 hours ago I tried the repeater FW, 24 hours ago changed to a nightly companion ble. |
I just tried it and it works. You can try erasing the flash memory globally and then re-downloading the firmware. |
@Quency-D did you see my test of the LNA bypass and that it was successful and power draw with the older powersaving is only 5.8mA? I have open a new request PR issue # 2128 and tagged you sir. not only does the bypass work, but, it also removed power from the LNA / PA chip. so TX power is reduced to +23.48.......not the end of the world if we cant keep the PA powered for +27tx. but its working and receiver sensitivity is great |
Yes, I saw it. It was a really great experiment. |
