2020-09-14 06:50 AM
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.
2020-09-14 09:59 AM
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
2020-09-15 03:06 AM
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.
2020-09-15 06:19 AM
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