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

assigning SDA/SCL so it actually works 8| #6065

Merged
merged 1 commit into from
Feb 16, 2025

Conversation

porkcube
Copy link
Contributor

Turns out... setting SDA/SCL to pin -1 makes things crashy crashy on the DIY Xiao nRF52840 + Wio SX1262:

INFO  | ??:??:?? 1 

//\ E S H T /\ S T / C

DEBUG | ??:??:?? 1 Filesystem files:
DEBUG | ??:??:?? 1 Power::lipoInit lipo sensor is not ready yet
DEBUG | ??:??:?? 1 Use analog input 32 for battery level
INFO  | ??:??:?? 1 Scan for i2c devices
DEBUG | ??:??:?? 1 Scan for I2C devices on port 1

(node freezes)

Removing SERIAL1_RX/TX and using Pins 6/7 confirmed working at the cost of Serial Port - I will now go back to hiding in the corner of shame for an appropriate amount of time.

@adriannow
Copy link

Also tested it with updated configuration and can confirm - now works perfectly.

@thebentern thebentern merged commit 4407d9e into meshtastic:master Feb 16, 2025
51 checks passed
dchokola pushed a commit to dchokola/meshtastic-firmware that referenced this pull request Feb 16, 2025
@porkcube porkcube deleted the fix-diy_xiaonrf branch February 19, 2025 05:01
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.

3 participants