Hi, I’m new to TTN. I tried to create a LoRa Node ( Cytron LoRa-RFM Shield & CT-UNO) and setup LoRa gateway(Cytron Lora Gateway Raspberry Pi Hat 915Mhz HAT-LRGW-915). I follow this link to setup my gateway and it able to connect to TTN.
In one week before I succes to gather data from sensor device to TTN.
But today it suddenly cannot recieving anything new application data. When I recompiling the Arduino code, the status of device in TTN reactive. And receive once data shown in TTN application tab. In past I can receive repeated data and the counter will kept incresing.
`02:34:03 *** Multi Protocol Packet Forwarder for Lora Gateway ***
Version: 3.0.20
02:34:03 *** Lora concentrator HAL library version info ***
Version: 5.0.1; Options: native;
***
02:34:03 INFO: Little endian host
02:34:03 INFO: found global configuration file
/opt/iotloragateway/global_conf.json, parsing it
02:34:03 INFO: /opt/iotloragateway/global_conf.json does contain a JSON
object named SX1301_conf, parsing SX1301 parameters
02:34:03 INFO: lorawan_public 1, clksrc 1
02:34:03 INFO: no configuration for LBT
02:34:03 INFO: antenna_gain 0 dBi
02:34:03 INFO: Configuring TX LUT with 16 indexes
02:34:03 INFO: radio 0 enabled (type SX1257), center frequency 867500000, RSSI offset -166.000000, tx enabled 1
02:34:03 INFO: radio 1 enabled (type SX1257), center frequency 868500000, RSSI offset -166.000000, tx enabled 0
02:34:03 INFO: Lora multi-SF channel 0> radio 1, IF -400000 Hz, 125 kHz bw, SF 7 to 12
02:34:03 INFO: Lora multi-SF channel 1> radio 1, IF -200000 Hz, 125 kHz bw, SF 7 to 12
02:34:03 INFO: Lora multi-SF channel 2> radio 1, IF 0 Hz, 125 kHz bw, SF 7 to 12
02:34:03 INFO: Lora multi-SF channel 3> radio 0, IF -400000 Hz, 125 kHz bw, SF 7 to 12
02:34:03 INFO: Lora multi-SF channel 4> radio 0, IF -200000 Hz, 125 kHz bw, SF 7 to 12
02:34:03 INFO: Lora multi-SF channel 5> radio 0, IF 0 Hz, 125 kHz bw, SF 7 to 12
02:34:03 INFO: Lora multi-SF channel 6> radio 0, IF 200000 Hz, 125 kHz bw, SF 7 to 12
02:34:03 INFO: Lora multi-SF channel 7> radio 0, IF 400000 Hz, 125 kHz bw, SF 7 to 12
02:34:03 INFO: Lora std channel> radio 1, IF -200000 Hz, 250000 Hz bw, SF 7
02:34:03 INFO: FSK channel> radio 1, IF 300000 Hz, 125000 Hz bw, 50000 bps datarate
02:34:03 INFO: /opt/iotloragateway/global_conf.json does contain a JSON object named gateway_conf, parsing gateway parameters
02:34:03 INFO: Found 1 servers in array.
02:34:03 INFO: Server 0 configured to "router.eu.thethings.network"
02:34:03 INFO: packets received with a valid CRC will be forwarded
02:34:03 INFO: packets received with a CRC error will NOT be forwarded
02:34:03 INFO: packets received with no CRC will NOT be forwarded
02:34:03 INFO: GPS is disabled
02:34:03 INFO: Upstream data is enabled
02:34:03 INFO: Downstream data is enabled
02:34:03 INFO: Ghoststream data is disabled
02:34:03 INFO: Radiostream data is enabled
02:34:03 INFO: Statusstream data is enabled
02:34:03 INFO: Beacon is disabled
02:34:03 INFO: Packet logger is disabled
02:34:03 INFO: Flush output after statistic is disabled
02:34:03 INFO: Flush after each line of output is disabled
02:34:03 INFO: Watchdog is disabled
02:34:03 INFO: found local configuration file /opt/iotloragateway/local_conf.json, parsing it
02:34:03 INFO: redefined parameters will overwrite global parameters
02:34:03 INFO: /opt/iotloragateway/local_conf.json does not contain a JSON object named SX1301_conf
02:34:03 INFO: /opt/iotloragateway/local_conf.json does contain a JSON object named gateway_conf, parsing gateway parameters
02:34:03 INFO: gateway MAC address is configured to 0000000000000000
02:34:03 INFO: Found 1 servers in array.
02:34:03 INFO: Server 0 configured to "bridge.eu.thethings.network"
02:34:03 INFO: packets received with a valid CRC will be forwarded
02:34:03 INFO: packets received with a CRC error will NOT be forwarded
02:34:03 INFO: packets received with no CRC will NOT be forwarded
02:34:03 INFO: GPS serial port path is configured to "/dev/serial1"
02:34:03 INFO: Reference latitude is configured to 3.117160 deg
02:34:03 INFO: Reference longitude is configured to 101.604393 deg
02:34:03 INFO: Reference altitude is configured to 3 meters
02:34:03 INFO: GPS is disabled
02:34:03 INFO: Upstream data is enabled
02:34:03 INFO: Downstream data is enabled
02:34:03 INFO: Ghoststream data is disabled
02:34:03 INFO: Radiostream data is enabled
02:34:03 INFO: Statusstream data is enabled
02:34:03 INFO: Beacon is disabled
02:34:03 INFO: Packet logger is disabled
02:34:03 INFO: Flush output after statistic is disabled
02:34:03 INFO: Flush after each line of output is disabled
02:34:03 INFO: Watchdog is disabled
02:34:03 INFO: Contact email configured to "allinalina97@gmail.com"
02:34:03 INFO: Description configured to ""
02:34:03 INFO: [Transports] Initializing protocol for 1 servers
02:34:30 INFO: [TTN] server "bridge.eu.thethings.network" connected
02:34:30 INFO: [main] Starting the concentrator
02:34:33 INFO: [main] concentrator started, radio packets can now be received.
02:34:33 INFO: [up] Thread activated for all servers.
02:34:33 INFO: JIT thread activated.
02:34:33 INFO: Disabling GPS mode for concentrator's counter...
02:34:33 INFO: host/sx1301 time offset=(1609698870s:737877µs) - drift=962771925µs
02:34:33 INFO: Enabling GPS mode for concentrator's counter.
##### 2021-01-03 18:35:03 GMT #####
### [UPSTREAM] ###
# RF packets received by concentrator: 2
# CRC_OK: 0.00%, CRC_FAIL: 100.00%, NO_CRC: 0.00%
# RF packets forwarded: 0 (0 bytes)
# PUSH_DATA datagrams sent: 0 (0 bytes)
# PUSH_DATA acknowledged: 0.00%
### [DOWNSTREAM] ###
# PULL_DATA sent: 0 (0.00% acknowledged)
# PULL_RESP(onse) datagrams received: 0 (0 bytes)
# RF packets sent to concentrator: 0 (0 bytes)
# TX errors: 0
### BEACON IS DISABLED!
### [JIT] ###
# INFO: JIT queue contains 0 packets.
# INFO: JIT queue contains 0 beacons.
### GPS IS DISABLED!
### [PERFORMANCE] ###
# Upstream radio packet quality: 0.00%.
### [ CONNECTIONS ] ###
# bridge.eu.thethings.network: Connected
# Semtech status report send.
##### END #####
02:35:03 INFO: [TTN] bridge.eu.thethings.network RTT 351
02:35:03 INFO: [TTN] send status success for bridge.eu.thethings.network
02:35:33 INFO: Disabling GPS mode for concentrator's counter...
02:35:33 INFO: host/sx1301 time offset=(1609698903s:910624µs) - drift=33172747µs
02:35:33 INFO: Enabling GPS mode for concentrator's counter.
##### 2021-01-03 18:35:33 GMT #####
### [UPSTREAM] ###
# RF packets received by concentrator: 0
# CRC_OK: 0.00%, CRC_FAIL: 0.00%, NO_CRC: 0.00%
# RF packets forwarded: 0 (0 bytes)
# PUSH_DATA datagrams sent: 0 (0 bytes)
# PUSH_DATA acknowledged: 0.00%
### [DOWNSTREAM] ###
# PULL_DATA sent: 0 (0.00% acknowledged)
# PULL_RESP(onse) datagrams received: 0 (0 bytes)
# RF packets sent to concentrator: 0 (0 bytes)
# TX errors: 0
### BEACON IS DISABLED!
### [JIT] ###
# INFO: JIT queue contains 0 packets.
# INFO: JIT queue contains 0 beacons.
### GPS IS DISABLED!
### [PERFORMANCE] ###
# Upstream radio packet quality: 0.00%.
### [ CONNECTIONS ] ###
# bridge.eu.thethings.network: Connected
# Semtech status report send.
##### END #####
02:35:33 INFO: [TTN] bridge.eu.thethings.network RTT 1577
02:35:34 INFO: [TTN] send status success for bridge.eu.thethings.network
##### 2021-01-03 18:36:04 GMT #####
### [UPSTREAM] ###
# RF packets received by concentrator: 0
# CRC_OK: 0.00%, CRC_FAIL: 0.00%, NO_CRC: 0.00%
# RF packets forwarded: 0 (0 bytes)
# PUSH_DATA datagrams sent: 0 (0 bytes)
# PUSH_DATA acknowledged: 0.00%
### [DOWNSTREAM] ###
# PULL_DATA sent: 0 (0.00% acknowledged)
# PULL_RESP(onse) datagrams received: 0 (0 bytes)
# RF packets sent to concentrator: 0 (0 bytes)
# TX errors: 0
### BEACON IS DISABLED!
### [JIT] ###
# INFO: JIT queue contains 0 packets.
# INFO: JIT queue contains 0 beacons.
### GPS IS DISABLED!
### [PERFORMANCE] ###
# Upstream radio packet quality: 0.00%.
### [ CONNECTIONS ] ###
# bridge.eu.thethings.network: Connected
# Semtech status report send.
##### END #####
02:36:04 INFO: [TTN] bridge.eu.thethings.network RTT 339
02:36:06 ERROR: [TTN] send status failed for bridge.eu.thethings.network
02:36:06 INFO: [TTN] Reconnecting bridge.eu.thethings.network
02:36:28 ERROR: [TTN] Connection to server "bridge.eu.thethings.network" failed, retry in 30 seconds
src/ttn_transport.c:371:ttn_connect(): ttn_connect: sleeping() at 0, total 30
02:36:33 INFO: Disabling GPS mode for concentrator's counter...
02:36:33 INFO: host/sx1301 time offset=(1609698903s:911041µs) - drift=417µs
02:36:33 INFO: Enabling GPS mode for concentrator's counter.
##### 2021-01-03 18:36:38 GMT #####
### [UPSTREAM] ###
# RF packets received by concentrator: 0
# CRC_OK: 0.00%, CRC_FAIL: 0.00%, NO_CRC: 0.00%
# RF packets forwarded: 0 (0 bytes)
# PUSH_DATA datagrams sent: 0 (0 bytes)
# PUSH_DATA acknowledged: 0.00%
### [DOWNSTREAM] ###
# PULL_DATA sent: 0 (0.00% acknowledged)
# PULL_RESP(onse) datagrams received: 0 (0 bytes)
# RF packets sent to concentrator: 0 (0 bytes)
# TX errors: 0
### BEACON IS DISABLED!
### [JIT] ###
# INFO: JIT queue contains 0 packets.
# INFO: JIT queue contains 0 beacons.
### GPS IS DISABLED!
### [PERFORMANCE] ###
# Upstream radio packet quality: 0.00%.
### [ CONNECTIONS ] ###
# bridge.eu.thethings.network: Connecting
# Semtech status report send.
##### END #####
src/ttn_transport.c:371:ttn_connect(): ttn_connect: sleeping() at 10, total 30
src/ttn_transport.c:371:ttn_connect(): ttn_connect: sleeping() at 20, total 30
Do any expert or senior know the reason cause this?