Uart communication in the node B-L072Z-LRWAN1 (end node exemple)
Hi, i hope you are all good
I use the node B-L072Z-LRWAN1 with the example “end node�? of the stack “STM32CubeExpansion_LRWAN�?, the objectif it’s to send data of sensor to TTN. and I managed to send “int�? or "floa"t without problem to my TTN as first step.
on the other hand, I made a program of UART communication of the “B-L072Z-LRWAN1�? thanks to STM32CubeMX, and it’s working well.
Unfortunately I don’t know how integrated all the code that STM32CubeMX generated in the “end node�? project to send my UART data.
thanks in advence.