cancel
Showing results for 
Search instead for 
Did you mean: 

Is there a library using only for Lora not Lorawan?

Selim Sagir
Associate III

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.

3 REPLIES 3

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 Venmo
Up vote any posts that you find helpful, it shows what's working..
Selim Sagir
Associate III

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.

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 Venmo
Up vote any posts that you find helpful, it shows what's working..