Skip to main content
SZAIN
Associate
September 23, 2018
Question

Nucleo L073RZ LORA NODE programs..

  • September 23, 2018
  • 4 replies
  • 1235 views

I have L073RZ and LoRa mbed SX1272 with me. Where can i get the LoRa node code? i want to develop a node with L073RZ and SX1272.

This topic has been closed for replies.

4 replies

Tesla DeLorean
Guru
September 23, 2018

ST's code is in the LRWAN libraries (it says Cube, but is just HAL code)

https://www.st.com/en/embedded-software/i-cube-lrwan.html

The alternative might be to use mbed solutions, or the Semtech stack

Tips, Buy me a coffee, or three.. PayPal VenmoUp vote any posts that you find helpful, it shows what's working..
SZAIN
SZAINAuthor
Associate
September 24, 2018

I have already download them and use the end node program. It returned an error (fatal error -> not enough space) on the linker. After checked, it linked to the wrong board (which is L053). Then i chose my board (L073RZ) instead. But, it returned too many errors (16 errors). Do u know any links for my case? i searched so many things but still no results on my application.

Tesla DeLorean
Guru
September 24, 2018

>>But, it returned too many errors (16 errors).

attach a build log so I might have some chance to see/understand what is going on.

>>i searched so many things but still no results on my application.

Yeah, it's going to be hard to find useful things, software development isn't about searching the internet for solutions and bug fixes, etc. Especially if your questions/answers have unduly vague or non-specific detail.

Tips, Buy me a coffee, or three.. PayPal VenmoUp vote any posts that you find helpful, it shows what's working..
Tesla DeLorean
Guru
September 24, 2018

My preference would be to use Keil uV5, there should be a free license to allow use of STM32 Cortex-M0 parts.

Tips, Buy me a coffee, or three.. PayPal VenmoUp vote any posts that you find helpful, it shows what's working..