Has anyone gotten the RadioHead library to work with the CMWX1ZZABZ module? I can compile, but the initialization of the Lora radio fails. I suspect I may not properly selecting the slave select? I can't find any documenation describing how the processor and the radio module are connected.
The module is from Murata. There's all sorts of documentation on their website, but nothing that I can find that describes how the microcontroller is connected to the radio module (it's some sort of multi-chip module). I know it's SPI, but I can't figure out which line they use for the slave select
I chose this module because it has a TXCO, giving it better performance with large spreading factors. I wouldn't go so far as to say it's poorly documented, but I just I can't find the details I'm looking for. Radiohead should work, it was written for the Semtech Lora radio chip that lives on the module.
I chose this module because it has a TXCO, giving it better performance with large spreading factors.
The main benefit of a TXCO is to allow the device to work with lower bandwidths.
Frequency drift is more of an issue at higher spreading factors, but the low datarate optimisation setting deals with that quite well on devices with standard crystals.