-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Registers GPIO3 and GPIO4 for secondary I2C bus #8447
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
base: develop
Are you sure you want to change the base?
Conversation
Resolves meshtastic#8417 Given pins 41 and 42 are used for GPS on this version it would seem using those pins, though drop in compatible with the V3 board, would render the GNSS socket unusable unless one used the inconvenient OLED pins on the forward edge of the board.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This probably needs WIRE_INTERFACES_COUNT to be set to 2
It looks like this is implicitly set in Lines 303 to 311 in 1ac2382
Happy to make this change if we think it should be explicitly defined though. |
|
Nice, thanks for adding this |
|
I would suggest reviewing this one again, Heltec recently introduced this Touch expansion carrier and it is meant to fully integrate to the existing assigned pins. So it's best to first see what the i2c pin is used for it to avoid conflicts in plans already in the works https://heltec.org/project/wifi-lora-32-v4-expansion-housing/ |
Very interesting. Good catch on the pass through to the external sockets. I have one of these coming in and can verify once it arrives if |
Could just be a documentation error and nothing needs to change then. I dont think there is any sensor actually hooked up to the add-on board this would affect. |
|
yeah probably doesn't need to change, but in the word of caution, it's good to make sure with the actual carrier, harder to change it once people have already soldered stuff to it and suddenly it switched from an update.. |
So far, hopefully that's just me! 😀 |








Resolves #8417
Given pins 41 and 42 are used for GPS on this version it would seem using those pins, though drop in compatible with the V3 board, would render the GNSS socket unusable unless one used the inconvenient OLED pins on the forward edge of the board.
I will test this on a Heltec v3, RAK 4631, and a T-Beam as I have those, but a regression seems quite unlikely given this is a simple
variant.hupdate.🤝 Attestations