- Notifications
You must be signed in to change notification settings - Fork1k
Add RAK3172 module#2005
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Add RAK3172 module#2005
Uh oh!
There was an error while loading.Please reload this page.
Conversation
fpistm commentedApr 13, 2023
Hi@Oliv4945 |
Oliv4945 commentedApr 14, 2023
Thanks@fpistm, I moved it. |
fpistm commentedApr 14, 2023
Well while the new release including the board is not released I put it in yellow and moved to green when officially released. |
Oliv4945 commentedApr 14, 2023
Ok, updated |
variants/STM32WLxx/WL54CCU_WL55CCU_WLE4C(8-B-C)U_WLE5C(8-B-C)U/variant_RAK3172_MODULE.h OutdatedShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
variants/STM32WLxx/WL54CCU_WL55CCU_WLE4C(8-B-C)U_WLE5C(8-B-C)U/variant_RAK3172_MODULE.h OutdatedShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
variants/STM32WLxx/WL54CCU_WL55CCU_WLE4C(8-B-C)U_WLE5C(8-B-C)U/variant_RAK3172_MODULE.h OutdatedShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
variants/STM32WLxx/WL54CCU_WL55CCU_WLE4C(8-B-C)U_WLE5C(8-B-C)U/variant_RAK3172_MODULE.cpp OutdatedShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
variants/STM32WLxx/WL54CCU_WL55CCU_WLE4C(8-B-C)U_WLE5C(8-B-C)U/variant_RAK3172_MODULE.cpp OutdatedShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
fpistm commentedApr 14, 2023 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
Here the patch, if it helps. |
Oliv4945 commentedApr 14, 2023
Wow, thanks@fpistm and sorry for the mistakes. I have been mislead by another document with some other errors that I reported to RAK. I agree with all your changes except for PB5: unless I am using the wrong datasheet there is no ADC I order to avoid any further error also doubled checked the PIN definition with theirRUI BSP |
fpistm commentedApr 14, 2023 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
Oups, you are right. PB5 has no ADC as defined in the generic: Arduino_Core_STM32/variants/STM32WLxx/WL54CCU_WL55CCU_WLE4C(8-B-C)U_WLE5C(8-B-C)U/variant_generic.h Lines 28 to 38 in31e562d
Please fix. |
fpistm commentedApr 14, 2023
Could you rebase on top of the main as it seems there are some conflits. |
Oliv4945 commentedApr 14, 2023
Thanks, I applied your patch |
Oliv4945 commentedApr 14, 2023
Ok, I just did but I did not saw any conflicts |
fpistm commentedApr 14, 2023
You don't rebase you do a merge.
|
029f9d6 to3874dacCompareOliv4945 commentedApr 16, 2023
Right I am more used to merge sorry :) |
fpistm left a comment• edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
Thanks@Oliv4945
LGTM. Nice contribution.
I've not tested as I don't have the RAK module but variant is correctly defined.

Summary
This PR implements RAK3172 module bases on STM32WLE5CCU
As discussed the LoRaWAN repo (stm32duino/STM32LoRaWAN#13) it is cleaner to add it here.
This is still a draft as I did not update the main Readme because of a question: I created the section
LoRa modules, but is it correct? If not, should I place it in theLoRaboards instead?Validation