Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Increase esp32c3 stability over wifi #5774

Merged
merged 2 commits into from
Jan 7, 2025

Conversation

macvenez
Copy link
Contributor

@macvenez macvenez commented Jan 6, 2025

I had many issues with wifi stability on my Heltec HT-CT62 (esp32c3 based).
Initially I thought it was related to hardware design but I checked multiple times and it was following design recommendations.

I also tried adding WiFi.setTxPower(WIFI_POWER_8_5dBm); which was needed due to a hardware issues in earlier esp32c3 models but did no difference.

In the end I tried with WiFi.useStaticBuffers(true); and it was finally working as it should, no more wifi disconnections or intermittent loading.

I would be happy if someone with same issues could try this changes and report if working but that's been game changing for me

@GUVWAF
Copy link
Member

GUVWAF commented Jan 6, 2025

Interesting, not sure if it's desirable to set this also for all other ESP32, but if it increases stability for those also, maybe we should.

@caveman99 caveman99 force-pushed the esp32c3-wifi-stability branch from aaa5174 to 671e1ef Compare January 6, 2025 20:05
@thebentern thebentern merged commit 3537406 into meshtastic:master Jan 7, 2025
52 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants