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

Add RAKwireless RAK11300 #1802

Merged
merged 2 commits into from Nov 5, 2023
Merged

Conversation

nmaas87
Copy link
Contributor

@nmaas87 nmaas87 commented Nov 2, 2023

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

variants/rakwireless_rak11300/common.h Outdated Show resolved Hide resolved
variants/rakwireless_rak11300/pins_arduino.h Show resolved Hide resolved
tools/makeboards.py Outdated Show resolved Hide resolved
Copy link
Contributor

@maxgerhardt maxgerhardt left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looking great!

@nmaas87
Copy link
Contributor Author

nmaas87 commented Nov 4, 2023

Thanks so much 💯

@earlephilhower earlephilhower merged commit 28e2529 into earlephilhower:master Nov 5, 2023
12 checks passed
@earlephilhower
Copy link
Owner

Addin again, thanks @maxgerhardt for the assist!

@nmaas87
Copy link
Contributor Author

nmaas87 commented Nov 5, 2023

Thank you so much for merging @earlephilhower and @maxgerhardt for the guidelines and support 👍🏻

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.

Support for RAK11300 Board
3 participants