Replies: 1 comment 1 reply
-
I'm pretty sure this repo is intended for building LoRaWAN applications. If someone forks the library for non-LoRaWAN use, they might add support for smaller BW configurations. I doubt this support would be merged into this repo, but could be maintained separately. Beware that smaller BW/longer packet time requires better frequency accuracy and stability; modules will require a TCXO. Also beware that longer packet time may be limited by administrative restrictions (ex. 400mS in US915). |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am trying to create a DIY project using this library, and I don't want it to communicate over LoraWan, I just want simple LoRa. This library, that is also used in the Zephyr project, limits itself to LoRaWANs configurations, for example the supported LoRa BW is only one of the following:
But the LoRa phy supports much more configurations, starting at 7 KHz.
Why aren't they supported in this library?
Can you add support for all the phy's options in a future release?
Beta Was this translation helpful? Give feedback.
All reactions