Hi, i want to use “regular” LoRa communication between some sensor nodes in addition to LoraWan for the final reporting of the values.
I tried several methods of using Lora and the LoraWan LMIC library, but it seems to be impossible to use both in the same project because both define “hal_init()”.
I would like to avoid patching the libraries, so i tried to find a way to send and receive “raw lora packets” with the LMiC library but was unsuccessful - has anybody successfully attempted to do so?
Is this even possible?