Skip to content

Add Heltec rc32 board#2966

Merged
ripplebiz merged 9 commits into
meshcore-dev:devfrom
Quency-D:heltec-rc32
Jul 17, 2026
Merged

Add Heltec rc32 board#2966
ripplebiz merged 9 commits into
meshcore-dev:devfrom
Quency-D:heltec-rc32

Conversation

@Quency-D

@Quency-D Quency-D commented Jul 16, 2026

Copy link
Copy Markdown
Contributor

Adds support for the Heltec RC32 board, including:

  • SX1262 radio and GPS configuration
  • NV3001B display support
  • Rotary encoder input
  • PlatformIO environments for supported firmware variants

if (c == 0) {
RotaryInputEvent ev = rotary_input.poll();
if (ev == RotaryInputEvent::Next) {
c = checkDisplayOn(KEY_NEXT);

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just wondering if it would be better to not have the screen woken from rotary up/down events? Could easily get bumped while in pocket, and waste battery(?)

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You are right. The rotary encoder's wake-up function has been disabled.

Comment thread variants/heltec_rc32/HeltecRC32Board.cpp Outdated
Comment thread variants/heltec_rc32/HeltecRC32Board.h Outdated
@ripplebiz
ripplebiz merged commit 795989b into meshcore-dev:dev Jul 17, 2026
15 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.

2 participants