-
-
Couldn't load subscription status.
- Fork 1.6k
Board support: RAK3401+RAK13302 1-watt #8140
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
Conversation
|
We will release this product soon. We hope to complete the merger as soon as possible. Thank you. |
|
@DanielCao0 do you have a table that shows SX1262 input power vs output power ? We need to add gain settings for regulatory compliance |
|
Approximately +8 dBm |
|
Thanks @DanielCao0 , I've added the relevant values in src/configuration.h (please ignore the formatting fixes in ScanTwoWire.cpp - these were introduced by an error elsewhere) |
|
@fifieldt It seems there is a conflict here. src/configuration.h |
|
Sorry @DanielCao0 , taking a look |
* Update exempt labels for stale bot workflow Adds triaged and backlog to the list of exempt labels. * Update meshtastic/web to v2.6.7 (#8381) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * Update DFRobot_RTU to v1.0.6 (#8387) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * Update mcr.microsoft.com/devcontainers/cpp Docker tag to v2 (#8375) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * manual merge stale bot config (#8392) * Board support: RAK3401+RAK13302 1-watt (#8140) * Add RAK3401 variant files * Add SPI configuration for RAK3401 and RAK13302 variants * Refactor SPI pin configuration and clean up variant definitions for RAK3401 * Add TX_GAIN_LORA for RAK13302 Power Amp * Fix merge --------- Co-authored-by: Ben Meadors <benmmeadors@gmail.com> Co-authored-by: Tom Fifield <tom@tomfifield.net> Co-authored-by: Manuel <71137295+mverch67@users.noreply.github.com> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Daniel.Cao <144674500+DanielCao0@users.noreply.github.com> Co-authored-by: Ben Meadors <benmmeadors@gmail.com> Co-authored-by: Manuel <71137295+mverch67@users.noreply.github.com>
* Add RAK3401 variant files * Add SPI configuration for RAK3401 and RAK13302 variants * Refactor SPI pin configuration and clean up variant definitions for RAK3401 * Add TX_GAIN_LORA for RAK13302 Power Amp * Fix merge --------- Co-authored-by: Ben Meadors <benmmeadors@gmail.com> Co-authored-by: Tom Fifield <tom@tomfifield.net> Co-authored-by: Manuel <71137295+mverch67@users.noreply.github.com>

This pull request introduces support for the RAK3401(nrf52840)+RAK13302 (sx1262 1-watt) variant on the nRF52840 platform,
RAK3401 1-watt variant support
Added new board variant files:
variant.cpp,variant.h, andplatformio.inifor the RAK3401 1-watt configuration, defining pin mappings, hardware features, and build settings for the nRF52840-based RAK4631/RAK3401 boards. [1] [2] [3]Updated hardware initialization in
src/main.cppto correctly configure SPI pins and power enable for RAK3401/RAK13302 boards, ensuring proper startup and peripheral activation.