Skip to content
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

Wrong FSK frequency for AS923 in basicstation #207

Open
0x657373656C6C opened this issue Mar 2, 2022 · 0 comments
Open

Wrong FSK frequency for AS923 in basicstation #207

0x657373656C6C opened this issue Mar 2, 2022 · 0 comments

Comments

@0x657373656C6C
Copy link

0x657373656C6C commented Mar 2, 2022

  • [x ] The issue is present in the latest release.
  • [ x] I have searched the issues of this repository and believe that this is not a duplicate.

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

  # 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:

  1. Implement above configuration file
  2. Observe channel map

Could you share your log output?

fsk

Your Environment

RAK7268 Gateway w/ Basicstation
Latest Chirpstack as per docker repositories.

@0x657373656C6C 0x657373656C6C changed the title Wrong frequency for AS923 in basicstation Wrong FSK frequency for AS923 in basicstation Mar 2, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant