-
-
Notifications
You must be signed in to change notification settings - Fork 546
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
No answer to mac command LinkCheckReq when uplink use LR-FHSS #578
Comments
Hi @Achichig, |
Hello IoTThinks, I did not configure a gateway-profile in my case.
For EU868, the configuration should be:
|
@Achichig Thanks a lot. I will see how to do with my gateway and my node. |
@brocaar So the issue is at gateway? I'm keen to test lf-fhss with ChirpStack. |
@IoTThinks I think we are mixing two things in this discussion, what is needed to test LR-FHSS and the LinkCheckReq issue. My answer was related to the latter as the current LR-FHSS implementation does not report any SNR for a received uplink (as far as I'm aware). I think this is not related to a a specific gateway but to the LR-FHSS implementation itself. If you want to test out LR-FHSS, see https://github.com/Lora-net/LoRaMac-node. According to the README it supports LR-FHSS. Please note you also need a LR-FHSS capable gateway. |
@brocaar Thanks a lot for your detail explanation. Appreciate it. |
What happened?
When I ask my device, configured to use LR-FHSS modulation only, to send a LinkCheckReq, Chirpstack network server does not generate a LinkCheckAns.
What did you expect?
I am expecting chirpstack ns to generate a LinkCheckAns when we are using LR-FHSS modulation for sending LinkCheckReq, the same way as when using the lora modulation.
Steps to reproduce this issue
Steps:
Could you share your log output?
gateway/…/event/up topic:
gateway/acacacacacacac11/event/up {"phyPayload":"QBBKrAAAHQAAfnyRIzE=","txInfo":{"frequency":904600000,"modulation":"LR_FHSS","lrFHSSModulationInfo":{"operatingChannelWidth":1523000,"codeRate":"1/3","gridSteps":52}},"rxInfo":{"gatewayID":"rKysrKysrBE=","time":null,"timeSinceGPSEpoch":null,"rssi":-38,"loRaSNR":0,"channel":1,"rfChain":0,"board":0,"antenna":0,"location":null,"fineTimestampType":"NONE","context":"h1tAAA==","uplinkID":"9Eda8C97RYGP5zvuVO/qsA==","crcStatus":"CRC_OK"}}
Nothing shows up on the gateway/…/command/down and gateway/…/event/ack topics
Your Environment
The text was updated successfully, but these errors were encountered: