cancel
Showing results for 
Search instead for 
Did you mean: 

STM32CubeMX + I-cube-LRWAN

Mich1
Associate III

Hello,

Can we include the lorawan stack inside the STM32CubeMX?

What is the relationship between STM32CubeMX and I-CUBE-LRWAN?

Best regards

Michel

2 REPLIES 2
Houda GHABRI
ST Employee

Hi Mich,

I-Cube-LRWAN is not natively managed by STM32CubeMX as it is not in format supported by CubeMX.

It consists of a set of libraries and application examples for STM32L0, STM32L1 and STM32L4 Series microcontrollers .

You can just generate you initialization code with MX then manually add the LORAWAN stack to your project.

Hope this helps you

If your question is answered, please close this topic by choosing Select as Best. This will help other users find that answer faster.

Houda

pablo14
Associate

Hello,

I have the same question as Mich, and thanks for the answer. But what exactly do I have to add from I-CUBE-LRWAN to my project to send some datas using LoRa? 

Do you think it is better to directly code inside the I-CUBE-LRWAN or do you think it's a good idea to import files from the expension into my code with the CubeMX ?