Fix nugget s3 lora variant issues#7070
Merged
Merged
Conversation
Without setting `ARDUINO_USB_CDC_ON_BOOT=1` the serial interface on the nugget s3 lora board does not work.
8 tasks
jeek
pushed a commit
to jeek/Meshtastic-Exploiteers-Hacker-Pager
that referenced
this pull request
Jun 30, 2026
* Fix serial communication for nugget s3 lora Without setting `ARDUINO_USB_CDC_ON_BOOT=1` the serial interface on the nugget s3 lora board does not work. * Fix nugget s3 lora variant definitions
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.
I had some issues to build a new firmware for the Bluetooth Nugget + LoRa Node, which was part of a workshop where a friend of mine was attending. Here is a blog post about it. There are some builds which work (https://github.com/RetiaLLC/38c3-Meshtastic) and luckily there where also some upstream (here) changes to support this board. But the OLED did not work and the USB Serial interface did not work either. Only Bluetooth and RF.
Setting
ARDUINO_USB_CDC_ON_BOOT=1did the trick to get serial working.To get the OLED working the I2C pin definitions must be corrected. In addition to the pin definition changes for I2C I added:
USE_SSD1306so there is no strange line breakDISPLAY_FLIP_SCREENto correct the orientationBUTTON_PINto44, which is the Button AI do not know if there are other hardware revisions which break with these changes. If anybody knows I could add a variant.
I could not find any issues related to this board.
🤝 Attestations