-
Notifications
You must be signed in to change notification settings - Fork 1k
Add support for Generic Node Sensor Edition by TTI #1459
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
Update 13 octuber 2020
Update 23 diciembre 2020
Update 22 jul
Update 7/08/2021
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 @sabas1080 for this PR
I've made some fixes, cosmetic and rename the variant to be more precise than simply Generic Node.
variants/STM32WLxx/WL54CCU_WL55CCU_WLE4C(8-B-C)U_WLE5C(8-B-C)U/variant_GENERIC_NODE.cpp
Outdated
Show resolved
Hide resolved
variants/STM32WLxx/WL54CCU_WL55CCU_WLE4C(8-B-C)U_WLE5C(8-B-C)U/variant_GENERIC_NODE.cpp
Outdated
Show resolved
Hide resolved
variants/STM32WLxx/WL54CCU_WL55CCU_WLE4C(8-B-C)U_WLE5C(8-B-C)U/variant_GENERIC_NODE.h
Outdated
Show resolved
Hide resolved
variants/STM32WLxx/WL54CCU_WL55CCU_WLE4C(8-B-C)U_WLE5C(8-B-C)U/variant_GENERIC_NODE.h
Outdated
Show resolved
Hide resolved
variants/STM32WLxx/WL54CCU_WL55CCU_WLE4C(8-B-C)U_WLE5C(8-B-C)U/variant_GENERIC_NODE.h
Outdated
Show resolved
Hide resolved
variants/STM32WLxx/WL54CCU_WL55CCU_WLE4C(8-B-C)U_WLE5C(8-B-C)U/variant_GENERIC_NODE.h
Outdated
Show resolved
Hide resolved
variants/STM32WLxx/WL54CCU_WL55CCU_WLE4C(8-B-C)U_WLE5C(8-B-C)U/variant_GENERIC_NODE.cpp
Outdated
Show resolved
Hide resolved
variants/STM32WLxx/WL54CCU_WL55CCU_WLE4C(8-B-C)U_WLE5C(8-B-C)U/variant_GENERIC_NODE.cpp
Outdated
Show resolved
Hide resolved
variants/STM32WLxx/WL54CCU_WL55CCU_WLE4C(8-B-C)U_WLE5C(8-B-C)U/ldscript.ld
Outdated
Show resolved
Hide resolved
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.
Hi @sabas1080 and @Liars126
I could not push on your branch so please update your PR like this one:
https://github.com/fpistm/Arduino_Core_STM32/tree/generic_node_SE
I've fixed some issues, do some cosmetic and add the linked generic variants.
About your issue with I2C, it seems there is no PU resistors for I2C lines. You can try to redefine the I2C peripheral pins array to enable the PU.
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 for the update anyway please rework your branch to have only 2 commits. 1 for generic addition and 1 for generic node (like in my branch) else I will not be able to merge.
9aaed24
to
49cfeb4
Compare
Add support for Generic Node Sensor Edition by TTI
@sabas1080 |
Hi @fpistm
I am working to add support to Generic Node Sensor Edition by TTI, I have received a piece of hardware, at the moment the basic support is ready
Thanks