Lora-net / packet_forwarder

A LoRa packet forwarder is a program running on the host of a LoRa gateway that forwards RF packets receive by the concentrator to a server through a IP/UDP link, and emits RF packets that are sent by the server. This project is associated to the lora_gateway repository for SX1301 chip. For SX1302/1303, the repository sx1302_hal must be used.
Other
722 stars 669 forks source link

How to change the CH0-CH7 upstream frequency? #111

Closed zhaozhenhong5 closed 3 years ago

zhaozhenhong5 commented 5 years ago

I am using CN470 gateway-conf. I want to change the frequency of each upstream channel. See the config file below: For example,I changed "487.1 MHz" to "472.1 MHz" directly,but it can't work. Do someone know how to change? ########## "chan_multiSF_0": { "desc": "Lora MAC, 125kHz, all SF, 487.1 MHz", "enable": true, "radio": 1, "if": -300000 }, "chan_multiSF_1": { "desc": "Lora MAC, 125kHz, all SF, 487.3 MHz", "enable": true, "radio": 1, "if": -100000 }, "chan_multiSF_2": { "desc": "Lora MAC, 125kHz, all SF, 487.5 MHz", "enable": true, "radio": 1, "if": 100000 }, "chan_multiSF_3": { "desc": "Lora MAC, 125kHz, all SF, 487.7 MHz", "enable": true, "radio": 1, "if": 300000 }, "chan_multiSF_4": { "desc": "Lora MAC, 125kHz, all SF, 486.3 MHz", "enable": true, "radio": 0, "if": -300000 }, "chan_multiSF_5": { "desc": "Lora MAC, 125kHz, all SF, 486.5 MHz", "enable": true, "radio": 0, "if": -100000 }, "chan_multiSF_6": { "desc": "Lora MAC, 125kHz, all SF, 486.7 MHz", "enable": true, "radio": 0, "if": 100000 }, "chan_multiSF_7": { "desc": "Lora MAC, 125kHz, all SF, 486.9 MHz", "enable": true, "radio": 0, "if": 300000 },

johanstokking commented 5 years ago

Adjust the if considering the frequency of the concerning radio.

zhaozhenhong5 commented 5 years ago

Thank you. And do you know how to adjust?

cstratton commented 5 years ago

You have to work out the offset (within the allowed range) of each IF from the corresponding radio's center frequency - is the "if" field that really matters, the description is just a description.

Someone has certainly already figured this out for your bandplan

rbaldwin13 commented 3 years ago

In an effort to improve our customer support experience and in recognition that our support backlog on GitHub has historically exceeded the capacity of our engineering team, we have taken the difficult decision to focus on the most contemporary issues reported and to close all others without confirmation of resolution.

Our belief is that issues which have remained unresolved and unaltered for extended periods of time are less likely to continue to pose a significant problem to the user than when they were originally filed. More contemporary issues however may still be relevant and hence are more appropriate to prioritize.

For those users who remain interested in resolution of a reported issue that was closed, we are encouraging usage of our developer portal forums [https://forum.lora-developers.semtech.com/] and commercial support portal [https://semtech.force.com/ldp/ldp_support] as the preferred avenues to receive support. We will continue to monitor the GitHub issue trackers as well, but want to encourage all users to take advantage of the increased community presence on the developer portal. For commercial customers, we highly recommend using the commercial support portal which is uniquely tailored to service such support requests.