We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When configuring the FSK channel for AS923 it is some 40MHz higher than it should be.
FSK channel is on the correct frequency
# Region. # # Please refer to the LoRaWAN Regional Parameters specification # for the complete list of common region names. region="AS923" # Minimal frequency (Hz). frequency_min=920000000 # Maximum frequency (Hz). frequency_max=923400000 # Concentrator configuration. # # This section contains the configuration for the SX1301 concentrator chips. # Example: [[backend.basic_station.concentrators]] # Multi-SF channel configuration. [backend.basic_station.concentrators.multi_sf] # Frequencies (Hz). frequencies=[ 923200000, 923400000, 922200000, 922400000, 922600000, 922800000, 923000000, 922000000, ] # LoRa STD channel. [backend.basic_station.concentrators.lora_std] # Frequency (Hz). frequency=922100000 # Bandwidth (Hz). bandwidth=250000 # Spreading factor. spreading_factor=7 # FSK channel. [backend.basic_station.concentrators.fsk] # Frequency (Hz). frequency=921800000
Steps:
RAK7268 Gateway w/ Basicstation Latest Chirpstack as per docker repositories.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
What happened?
When configuring the FSK channel for AS923 it is some 40MHz higher than it should be.
What did you expect?
FSK channel is on the correct frequency
Steps to reproduce this issue
Configuration
Steps:
Could you share your log output?
Your Environment
RAK7268 Gateway w/ Basicstation
Latest Chirpstack as per docker repositories.
The text was updated successfully, but these errors were encountered: