I’m using a Raspberry Pi with Chirp stack and a Rak LoRaWAN hat. It works on sub-band 0 (first 8 channels), and I’m able to decrypt LoRa payloads in the sub-band 0. But I’d like to change it to use sub-band 1 (second of 8-channel group). My understanding is I need to do two things:
-
run “sudo gateway-config” and change the channel plan configuration from channel 0-7 to channel 8-15.
-
copy /etc/chirpstack-network-server/config/us915_1.toml to /etc/chirpstack-network-server/chirpstack-network-server.toml .
Having done that, I’m still not seeing join requests from a device that is suppose to try sub-band 1 for joins. I’m pretty sure the device works, but my gateway isn’t configured correctly for sub-band 1. Am I missing some other step?