‎2021-07-01 07:10 AM
Nucleo-L073RZ board and I-Nucleo-LRWAN1 (USI module) shield - as supplied as the "Sensor" part of the P-NUCLEO-LRWAN2 kit:
The documentation refers to I-CUBE-LRWAN at v1.2.2; in v2.0.0 (March 2021), the directory structure has changed somewhat.
I assume the correct path for the "Sensor" node project is now:
Projects\NUCLEO-L073RZ\Applications\LoRaWAN\LoRaWAN_AT_Master\STM32CubeIDE\I_NUCLEO_LRWAN1
Can anyone confirm if this actually works?
At the moment, mine doesn't seem to be sending any AT commands from the Nucleo board to the USI shield...
Solved! Go to Solution.
‎2021-07-21 07:44 AM
Hello reha,
I did reproduce the problem. I posted the some fixes on Andrew Neil tchat ..
Regards
‎2021-07-21 07:53 AM
In order to be homogeneous, one more correction in stm32l0xx_it.c , add "sys_conf.h" header file
line 23 --> #include "sys_conf.h"
‎2021-07-22 02:13 AM
@JCOUP​ "Here are some fixes to solve the problem"
Thanks. I won't be able to look at it immediately - will let you know ...
"here is the trace"
Did you mean to attach something?
;)
‎2021-07-22 02:22 AM
There's also the incorrect Project Definitions
I'm sure I posted about that, but can't seem to find it now. The search here is awful. How do I even find a list of my own threads?
:pouting_face:
EDIT
Found it:
https://community.st.com/s/question/0D53W00000wUOpaSAG/icubelrwan-v200-with-bl072zlrwan1-
That was actually the End_Node project - not AT_Master.
But it is still a fix required in the I-CUBE-LRWAN package
‎2021-07-22 02:24 AM
‎2021-07-22 02:24 AM
‎2021-07-22 02:26 AM
FYI , I'm doing re-validation tests . For the time being the end-node is running since more that 24h .... We plan to provide a new package release version during summer time.
‎2021-07-22 02:38 AM
@JCOUP​ : "This problem will be reported on L073 and L053 and will be present in the future next package release ..."
When can we expect that to be released?
Do you need some beta testers/reviewers?
Note also the issues with other examples in the I-CUBE-LRWAN package:
https://community.st.com/s/question/0D53W00000wUOpaSAG/icubelrwan-v200-with-bl072zlrwan1-
‎2021-07-22 02:58 AM
I do not have official released date , but we can expect for September ( we are in the summer period vacation :( ) .... Regarding your other issues, ( double definition with cubeIDE) .... I'm mainly using IAR an keil IDE tools but a colleague is working on it . For the beta testers/reviewers, thankyou for the proposition. I keep the point and tell you. Will be a reel opportunity to improve the reliability and avoid some mistakes .
‎2021-07-26 05:42 AM