zeara
August 24, 2022, 9:29am
#1
problem: device uplink works fine, but downlink seems not working.
env: ubuntu 18.04
chirpstack docker: v4 rc2
using rak gateway
all configs using default except regions, i use AS923
i use chirpstack web ui to Enqueue a downlink
the logs just show Device queue-item enqueued but the device can not receive the downlink
my device profile
what i did wrong?
brocaar
August 24, 2022, 10:39am
#2
There is some important information missing:
Did the device join the network (ABP or OTAA)?
Is this a Class-A/B/C device?
Did the device send an uplink after the enqueue?
brocaar
August 24, 2022, 10:44am
#4
Can you share the LoRaWAN frames? As well did you see any errors?
zeara
August 24, 2022, 10:55am
#5
i can’t see any error log on the terminal
i just enqueue an downlink as below
then manual trigger the uplink
zeara
August 25, 2022, 3:39am
#6
after i edited as923.toml, add extra_channels to use more channels(i confirmed gateway support and enabled these channels)
[[network_server.network_settings.extra_channels]]
frequency=923200000
min_dr=0
max_dr=5
[[network_server.network_settings.extra_channels]]
frequency=923400000
min_dr=0
max_dr=5
[[network_server.network_settings.extra_channels]]
frequency=923600000
min_dr=0
max_dr=5
[[network_server.network_settings.extra_channels]]
frequency=923800000
min_dr=0
max_dr=5
[[network_server.network_settings.extra_channels]]
frequency=924000000
min_dr=0
max_dr=5
[[network_server.network_settings.extra_channels]]
frequency=924200000
min_dr=0
max_dr=5
[[network_server.network_settings.extra_channels]]
frequency=924400000
min_dr=0
max_dr=5
when i restart chirpstack, the downlink not working;
but finally i remove these lines and then restart chirpstack the downlink works fine. (maybe 9232, 9234 was default channels? sometimes i can see 9232,9234 in lorawan frames even i remove them)
[[network_server.network_settings.extra_channels]]
frequency=923200000
min_dr=0
max_dr=5
[[network_server.network_settings.extra_channels]]
frequency=923400000
min_dr=0
max_dr=5
system
Closed
November 23, 2022, 3:40am
#7
This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.