Are you sure you correctly pushed the balena image and then deployed it to your device? Did you check your log to see if it printed “Removing LBT configuration” during startup ?
I have 3x RAK831 gateways working fine on AS923 with this change.
@paul I just used the original packet forwarder that comes with the standard RAK831 setup.
I found that the AS923 band plan was pretty easy to setup and worked well.
I’m not 100% sure how the balena system works here, so I’m not sure if it would automatically override your changes with those from your image. I’d try looking in the console to see if that line is printed; if it isn’t, your changes didn’t stick.
It’s not exactly the same, but it is roughly similar to what you are doing.
Once you push the code to git, you should be able to just reboot the device and it will re-provision. It might even do it automatically without rebooting, not sure.
Hi,
I haven’t used Balena, and don’t know how to change the frequency in it.
But for RAK831 + Raspberry Pi, i have released an fully open source project on Github https://github.com/RAKWireless/RAK831-LoRaGateway-RPi
In this project, people can change the frequency by replace the global_config.json file which you can find in the folder </opt/ttn-gateway/packet_forwarder/lora_pkt_fwd>.
All the global_config.json files which point various frequencies can be found on Github: https://github.com/RAKWireless/RAK-global_conf
In my global_config.json file of AS923, i have set the LBT like this(set “enable” to “false”):
Maybe you can use this project for testing.
Note: If you get an error like this:
“ERROR: [main] failed to start the concentrator”
you can try to reduce the SPI rate from 8M to 2M, and try again.
Hi, everyone!
I’ve released a newest software for RAK831, RAK2245 Pi Hat, and RAK7243 without LTE, and it is based on Raspbian OS:
In this software, i developed a config UI for users to change frequency, LoRa server, and WiFi very simply. Now, you only need to type a command , and will not have a mistake of configuration.
Just have a look as follow:
All information about RAK831, RAK2245 Pi Hat, and RAK7243 (LTE) which is called Pilot Gateway Pro too, including images, source codes, docs, you can find all of them here:
I’ll update this topic continuously, just focus on it.