Is there a library using only for Lora not Lorawan?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-09-14 6: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.
- Labels:
-
LoRa
-
STM32L0 Series
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-09-14 9: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
Up vote any posts that you find helpful, it shows what's working..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-09-15 3: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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-09-15 6: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​
Up vote any posts that you find helpful, it shows what's working..
