Fixes REPL not booting on heltec_esp32s3_wifi_lora_v3#10410
Merged
dhalbert merged 1 commit intoadafruit:mainfrom Jun 10, 2025
Merged
Fixes REPL not booting on heltec_esp32s3_wifi_lora_v3#10410dhalbert merged 1 commit intoadafruit:mainfrom
dhalbert merged 1 commit intoadafruit:mainfrom
Conversation
Collaborator
|
@baldengineer Would you mind testing your board(s) again with 10.0.3? In https://forums.adafruit.com/viewtopic.php?t=221471, a user reports there is no REPL control via serial. Thanks. |
Author
Tested with 10.0.3 and I have access to the REPL in serial (and can see it on the OLED.) I erased Flash before updating from 9.x.x.
Just a reminder that the Heltec's ESP32 doesn't have a native USB interface. So the baud rate needs to be 115200. |
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.

Fixes #10407.
Changed the GPIO in board.c, which controls the rail for the OLED screen and I2C pull-ups. Also added RESET signal to busdisplay constructor.
Tested with two Heltec WiFi LoRa V3 boards. On power-up the OLED shows the CircuitPython REPL. Opening serial port shows boot getting past
Serial console setupand into the REPL. I was able to upload libraries and run code viacode.circuitpython.org.(Resubmission of PR #10408, I targeted the wrong branch.)