How do you configure the transmission frequencies in STM32Cube Lora AT Slave example project?
I'm working on getting the STM32WL on a Nucleo-WL55JC1 devboard to reliably communicate with my gateway (a RAK7243), however I'm running into a few issues.
When transmitting from the devboard on the US915 band, I can see the transmission appear on an oscilloscope, so I know the board is transmitting. However, unless the 32WL transmits at nearly the exact frequency I configured the gateway to receive on the transmission never gets forwarded to my backend (chirpstack).
I contacted RAK and they said this gateway was capable of receiving on all 8 channels for the US simultaneously, and that I needed to configure my channel plans on the end node. When I searched the Lora AT example project for channel plan configuration, I only found options for the Australian band, and nothing in the US.
So my question really is: what am I missing here? I see the end node transmitting on varied frequencies, but my gateway only picks up one frequency even though it should pick up the entire US TX spectrum.
Also, is there a way for me to force the STM32WL to transmit on that one frequency? If I were to do that, how many devices would I be able to have on a network transmitting on just that one frequency?