fix(nesso): initialize LoRa frontend - #2840
Merged
Merged
Conversation
This was referenced Aug 29, 2026
|
Yes that will 100% fix the problem |
Contributor
Author
|
@bmorcelli Can you please take a look at this? |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Proposed Changes
Fix Arduino Nesso N1 onboard SX1262 LoRa initialization and reduce touch navigation repeat issues.
Nesso N1 LoRa wiring and RF frontend setup:
0x43:This PR:
0x43expander with read-modify-write register updatesLORA_BUSYpinSX1262915000000.00prepareBoardLoRaRadio()hook so other boards keep existing LoRa behaviorTypes of Changes
Bugfix / board support fix.
Verification
Repository state before opening this PR:
GIT_EDITOR=true git pull --ff-only origin main— already up to dategit diff --check— passedBuild validation with Homebrew-installed PlatformIO:
pio run -e arduino-nesso-n1— passedpio run -e m5stack-cplus2— passed as a LoRa-path regression buildHardware validation on a connected Arduino Nesso N1 / ESP32-C6:
/dev/cu.usbmodem11201(VID:PID 303A:1001)esptoolUSE_TFT_eSPI_TOUCHinput modeUSRN: BruceTestI did not perform full LoRa packet TX/RX validation because a second LoRa peer was not available in this test setup.
Testing
Covered by PlatformIO builds:
arduino-nesso-n1m5stack-cplus2Covered by physical Nesso N1 testing:
Full LoRa packet TX/RX was not claimed here. This PR validates onboard SX1262 bring-up/initialization and UI entry.
Linked Issues
Refs #2816.
Refs #2813.
User-Facing Change
Further Comments
The Nesso power/reboot button behavior from #2816 is not changed here. This PR focuses on the reproducible LoRa initialization failure and touchscreen repeat behavior.