-
-
Notifications
You must be signed in to change notification settings - 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
base: master
Are you sure you want to change the base?
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) |
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.ini
for 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.cpp
to correctly configure SPI pins and power enable for RAK3401/RAK13302 boards, ensuring proper startup and peripheral activation.