-
Notifications
You must be signed in to change notification settings - Fork 288
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issue with Australian LoRa Setup - Request for Australia Configuration File in sx1302_hal Library #122
Comments
Hello, |
@mcoracin I'm curious if the US_902_928_FSB_2 configuration could be used for both regions. While I understand that the Australian frequency range falls within the US spectrum, I want to ensure there's no misalignment or compliance issue. Given these frequency plans, can the same configuration file work for both US and AU, or does Australia require a specific configuration to avoid conflicts? |
@ABHITHLALC if you compare the US_902_928_FSB_2 and the AU_915_928_FSB_2 frequency plans, you see that the uplink channels frequencies differ.
So you need to create a new gateway configuration file aligned with the uplink channels described in the AU_915_928_FSB_2 frequency plan. I think you can refer to the following example to get the radio/channel configuration: |
Thank you for your response, I will check this. |
The following worked for me. Starting from
It's obviously a good idea to rename the resulting file, as well. Hopefully this will help someone. 😄 |
Hello everyone,
I'm encountering an issue with my LoRa setup in the Australia region. Here's my setup:
Device: ESP32 with SX1262 Waveshare module
Gateway: Raspberry Pi 4 with SX1303 915MHz, using the sx1302_hal library
Configuration File: Using the template from sx1302_hal library global_conf.json.sx1250.US915
TTN Cluster: Registered in Australia Network Cluster
Frequency Band: AU_915_928_FSB_2
Even though the gateway connects and runs successfully, my device can't join the network, and I'm not receiving any messages in TTN. Since I couldn't find a specific configuration file for Australia, I used the US 915 config file, thinking they would be similar enough to avoid issues. But now I'm beginning to suspect this might be causing the problem.
Here's what I've tried to resolve the issue:
Europe 868 MHz Configuration: I switched to a Waveshare SX1303 868MHz module, registered in the Europe Network Cluster, and adjusted the frequency band and gateway configuration accordingly. This setup worked, with LoRa frames being received by TTN.
US 915 MHz Configuration: I reverted to the original setup with SX1303 915MHz and registered in the US Network Cluster. Using the same global configuration file (global_conf.json.sx1250.US915), this setup also worked, with messages being received by TTN.
Given this information, I'm looking for advice on what might be causing the issue with my Australian setup. Is there something specific about the AU_915_928 frequency band that I might be missing? Could the gateway configuration or device settings be incorrect, or are there other environmental factors at play?
Additionally, I'd like to request a global configuration file specifically for Australia in the sx1302_hal library. This would greatly help developers like me who are setting up LoRa in this region and might be experiencing similar issues.
Any assistance or guidance would be greatly appreciated. I'm ready to provide additional information or context if needed.
Thank you in advance!
The text was updated successfully, but these errors were encountered: