Skip to main content
RahulSK
Associate
September 11, 2020
Question

STM LRWAN2 not working. Even with st given i-cube-lrwan package

  • September 11, 2020
  • 3 replies
  • 1142 views

Hi All,

I have recently purchased the ST-LRWAN2 package.

I have successfully setup the LoRaWAN Gateway.

But I am not able to setup the Node device NUCLEO-L073RZ.

I am using STMCubeIDE. The software package I am using is i-cube-lrwan.

I am not able to see any output on the Serial monitor

I have attached the images for more details.

If anyone has successfully setup the device, please advice on this.

Thanks and Regards,

Rahul

This topic has been closed for replies.

3 replies

ESchu.1
Associate
October 6, 2020

Hello,

i use a B-L072Z-LRWAN1-board, so i make a new projekt (I-Cube) and select this board, i generate the code.

How can i use the files from I-CUBE-LRWAN firmware package (STM32CubeExpansion_LRWAN_V1.3.1). For Lorawan-example there is an Irc and Src-folder with separate main.c?

Then you must configure your node First are you using ABT or OTTA?

Wich Region you select (868Mhz for Europe)?

Greetings

E_T

Andrew Neil
Super User
January 23, 2021

A bit late, but:

"I am not able to see any output on the Serial monitor"

Note that this is to be expected: as the Getting Started Guide tells you, the ST-Link UART is disconnected from the target on the Nucleo board.

See my post of  January 20, 2021 at 12:05 PM in this thread:

https://community.st.com/s/question/0D53W00000DHlVaSAL/i-want-to-get-pnucleolrwan2-gateway-source

A complex system that works is invariably found to have evolved from a simple system that worked.A complex system designed from scratch never works and cannot be patched up to make it work.
ST Technical Moderator
July 22, 2021

Hello All,

I shared with you this post of @Andrew Neil (Community Member)​ , that contains the fixes proposed by JCOUP.

Hope this helps you !

Imen

In order to give better visibility on the answered topics, please click on 'Best answer' on the reply which solved your issue or answered your question. Thanks
Andrew Neil
Super User
July 23, 2021

Note that these fixes don't make any difference to the fact that the code does not - and is not intended to - give any output to a local terminal

A complex system that works is invariably found to have evolved from a simple system that worked.A complex system designed from scratch never works and cannot be patched up to make it work.