Hi
Gazell libraries are provided in <SDK>/components/proprietary_rf/gzll/gcc/
and I have 2 questions about those
a) I see 2 flavours: gzll_<$HW>_gcc.a and gzll_<$HW>_sd_resources_gcc.a
For our product I dont use Softdevice so I guess gzll_<$HW>_gcc.a would be the right choice?
(haven't found a statement in the docs about this yet)
b) we use nRF52820 (no FPU) but there is no library version for this CPU
I was able to link with gzll_nrf52810_gcc.a
Is this the way to go?
We plan to make a "PRO" version of our product with extended radio range.
I intend to add a LoRa chip to increase radio range.
But for this I would have to glue Gazell to LoRa hardware.
Gazell link layer is available as library only, no source code (?)
On github I find a project zhdylan/nordic-gzll, which looks a bit like re-inventing the wheel.
question: which way shold I go to combine Gazell with a LoRa chip?
(Gazell fits nicely the requirements of our application, LoRaWAN does not)
EDIT: I forgot one more question...
the Gazell user guide says:
"To set up a Gazell application...
Initialize Gazell Link Layer glue code using gzll_glue_init()..."
why do the Gazell examples in the SDK don't call this function?
thank you very much for your advice and support :-))
Peter