Add RAKwireless RAK11300#1802
Merged
earlephilhower merged 2 commits intoearlephilhower:masterfrom Nov 5, 2023
Merged
Conversation
maxgerhardt
reviewed
Nov 4, 2023
Contributor
Author
|
Thanks so much 💯 |
Owner
|
Addin again, thanks @maxgerhardt for the assist! |
Contributor
Author
|
Thank you so much for merging @earlephilhower and @maxgerhardt for the guidelines and support 👍🏻 |
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.
Adding a PR for getting the RAKwireless RAK11300 board into the Arudino Pico environment.
The RAK11300 is a combined board, having a RP2040 and an SX1262 LoRa RF chip included.
Information was scare, but I could find what I needed using:
The original BSP is only available for Arduino mbedOS - and the repo is quite mangled.
The RAK11300 is basically just an RP2040 with some pins for the SPI1 rearranged to better fit the directly connected SX1262 module - and that were basically the changes I included.
If accepted, this should close: #406
This repo does not contain any examples to use with the LoRa module included and also shall not contain something, as this is part of library for LoRa modules. I am currently trying to get it working with jgromes/RadioLib#864
Best regards and thanks for the awesome work and support of Arduino Pico
Nico
Some additional infos about the whole project in my blog post: https://www.nico-maas.de/?p=2607