xiao_s3_wio: Allow connection of the L76 GPS module using its RX,TX and power pins.#2658
Draft
m0rjc wants to merge 1 commit into
Draft
xiao_s3_wio: Allow connection of the L76 GPS module using its RX,TX and power pins.#2658m0rjc wants to merge 1 commit into
m0rjc wants to merge 1 commit into
Conversation
…ensorManager construction
Author
|
This is very close to the pioggyback setup of these modules, with the L76K plugged into the back of the ESP32 board. My LoRa board is plugged into the piggyback socket on top. The only problem is the ENABLE pin, which should be D0 if the boards are plugged this way. This apparently conflicts. Suggestion I found online was to stack the boards having cut the EN and !RESET pins. I've laid them out on veroboard wihch is easier and less damaging to the modules. |
Author
|
I'd also like to get my nRF52 board working. At the moment that's my Companion Node so fine without GPS. Whether to add it here, or separate, or drop this pull request and keep my fork for my own boards? |
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.
Add in support for GPS on this board.
Use the !RESET/ENABLE pin (D2) as the ENABLE pin in code. This is not wired into my circuit. (I will run a wire from D2 to the ENABLE pin on my module. They are side by side on veroboard in my buils so easy enough.)