Skip to main content
Selim Sagir
Associate III
September 14, 2020
Question

Is there a library using only for Lora not Lorawan?

  • September 14, 2020
  • 2 replies
  • 1236 views

Hi all,

I am looking for a library use with B-L072Z-LRWAN1 for Lora comm between two kits. Is there any library for this including only Lora libraries not Lorawan?

Thanks.

Selim.

This topic has been closed for replies.

2 replies

Tesla DeLorean
Guru
September 14, 2020

The LRWAN libraries contain various layers, the PingPong examples only use the LoRa Radio functionality, without LoRaWAN

Look at the code supporting the SX1272 or SX1276

Tips, Buy me a coffee, or three.. PayPal VenmoUp vote any posts that you find helpful, it shows what's working..
Selim Sagir
Associate III
September 15, 2020

Yes I know ping pong example however It still have complex libraries and I need only basic libraries for make a project with CubeMX integrity. LRWAN can not provide that flexibility.

Tesla DeLorean
Guru
September 15, 2020

You'll likely want to refactor the radio SPI code.

The bulk of the initialization in done once. The DIO pins can generate interrupts. The radio link data goes in/out via a FIFO​

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